Commit History

Author SHA1 Message Date
  Aidan Follestad 871aac5fed An update will go out for the sample project, to fix various crash issues and < API 10 compatibility. Library is not updated yet. 10 years ago
  Aidan Follestad de18d4a25b With single and multi choice lists, if the initial selection is further down in the list than what's initially visible, it will automatically scroll to show the first selected position. Resolves #372. 10 years ago
  Aidan Follestad 492ac32123 Quick fix 0.6.6.1 10 years ago
  Aidan Follestad 390c9df0f5 Multi choice callback is called when checkboxes are unchecked. Resolves #369. 10 years ago
  Aidan Follestad 9720264ee2 Distributed different dialog types among different layouts, along with distributing re-used components to included layouts. Highly increases efficiency and speed, and decreases manual padding/margin logic. Resolves #368. 10 years ago
  Aidan Follestad ac5bef0c4a Release 0.6.5.2. Fixed #361. Also fixed MaterialListPreference and some other list dialog logic. 10 years ago
  Aidan Follestad cf3edf93b0 Quick fix, 0.6.5.1 10 years ago
  Aidan Follestad ea0eb2ec24 Added a little padding to the top and bottom of list dialogs for a better symmetrical look, top padding zeroed out when there's a title. 10 years ago
  Aidan Follestad 1b24402bfe Single choice and multi choice dialogs' callbacks were changed. They now return a boolean: when you enable alwaysCallSingleChoiceCallback or alwaysCallMultiChoiceCallback, you can return false to not allow selection. Also added alwaysCallSingleChoiceCallback to AlertDialogWrapper.Builder. 10 years ago
  Aidan Follestad 965ab656e5 Left/right gravity used automatically instead of start/end below API 17. 10 years ago
  Andrey Malakhov 6310db2589 Fixed contentGravity isn't set for dialogs without title 10 years ago
  Aidan Follestad 8062d39b1c Added the ability to display min/max progress in determinate progress dialog. Resolved #328. 10 years ago
  Aidan Follestad e2dfc9731e Release 0.6.4.1 10 years ago
  Aidan Follestad 9ab68dc90e Resolved #321. Custom list item click listener won't be overridden if directly set to the ListView. 10 years ago
  Aidan Follestad d6f933d615 Fixed #315. You no longer need to set item click listeners separately when using custom adapters either. 10 years ago
  Aidan Follestad 56e654fd0b Added maxIconSizeRes() 10 years ago
  Aidan Follestad 56d10ce1e7 #298 should be fixed 10 years ago
  Andrew Lord 9c7e49bca8 #297 - Added option to limit dialog icon to a default max size (32dp) through builder method or through a global theme attribute. Added option to limit dialog to a specified max size through a builder method and a global theme attribute. 10 years ago
  Aidan Follestad a459c829d4 Fixed issue with using an EditText as a custom view with wrapInScrollView enabled (padding caused glitches) 10 years ago
  Aidan Follestad 6a38309de9 Content is replaced by title if no content is specified in a regular dialog (not a list or custom view dialog). 10 years ago
  Aidan Follestad f952bbc0ab Actually release 0.6.3.2 10 years ago
  Aidan Follestad 921e17c892 You can now include content() when items() is used. 10 years ago
  Aidan Follestad 4d6d227dea Internal handling for a BadTokenException. 10 years ago
  Aidan Follestad e37a7e348d Fixes 10 years ago
  Aidan Follestad f24a0a3f82 Removed use of text alignment in favor of gravity. 10 years ago
  Aidan Follestad a5be79f70c Added isIndeterminateProgress() method. 10 years ago
  Aidan Follestad d004454261 Added setMaxProgress() method to MaterialDialog. 10 years ago
  Aidan Follestad c9aed05dc8 Progress drawables will be colored below Lollipop now. 10 years ago
  Aidan Follestad 0694344b3f Removed @NonNull annotation from the multi choice callback method in the Builder/AlertDialogWrapper. 10 years ago
  Aidan Follestad 72b4219b4e Release 0.6.3.0. Too much stuff to list here. See the release page when it's there. Also updated the art. 10 years ago