Skip to content

Releases: michael-rapp/AndroidMaterialDialog

Version 3.6.8

15 Sep 21:56

Choose a tag to compare

A minor release, which introduces the following changes:

  • Revised width of dialogs depending the device's screen size.

Version 3.6.7

13 Sep 23:54

Choose a tag to compare

A minor release, which introduces the following changes:

  • Added setCustomButtonBar-methods, which allow to replace the buttons of a dialog.

Version 3.6.6

13 Sep 02:03

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The disabled text color of a dialog's buttons is now stored/restored in its onSaveInstanceState-/onRestoreInstanceState-method.

Version 3.6.5

13 Sep 01:16

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • #6
  • #5
  • Fixed background color of dialogs when using the dark theme together with AppCompat v7 support library 24.2.0.
  • The buttons of dialogs are now grayed-out when disabled

Version 3.6.4

11 Sep 22:53

Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 24 (Android 7.0).
  • Updated AppCompat v7 support library to version 24.2.0.
  • Updated dependency "AndroidUtil" to version 1.11.1.
  • Updated dependency "AndroidMaterialViews" to version 2.1.2.

Version 3.6.3

19 Aug 18:37

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • When showDividersOnScroll is to true, the visibility of the dividers is now adapted correctly.

Version 3.6.2

19 Aug 17:31

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Potential crashes when using custom content views with showDividersOnScroll set to true are now prevented.

Version 3.6.1

19 Aug 16:10

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The WizardDialog does not crash anymore on configuration changes with setRetainInstance set to true.

Version 3.6.0

19 Aug 13:19

Choose a tag to compare

A feature release, which introduces the following changes:

  • The properties of dialogs are now stored in their onSaveInstanceState-method. This does not include unserializable properties, e.g. listeners.
  • The WizardDialog is not dismissed on configuration changes anymore. Instead, its state is automatically restored. This is in accordance with the default behavior of a DialogFragment.
  • The showDividersOnScrollMethod of a MaterialDialog does now also take effect for custom views, if an AbsListView is contained by the view hierarchy.
  • Updated dependency "AndroidUtil" to version 1.11.0.

Version 3.5.3

16 Jun 13:13

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed a possible crash of the WizardDialog on orientation changes.