Releases: michael-rapp/AndroidMaterialDialog
Releases · michael-rapp/AndroidMaterialDialog
Version 3.6.8
A minor release, which introduces the following changes:
- Revised width of dialogs depending the device's screen size.
Version 3.6.7
A minor release, which introduces the following changes:
- Added
setCustomButtonBar-methods, which allow to replace the buttons of a dialog.
Version 3.6.6
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
Version 3.6.4
A minor release, which introduces the following changes:
- Updated
targetSdkVersionto 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
A bugfix release, which fixes the following issues:
- When
showDividersOnScrollis totrue, the visibility of the dividers is now adapted correctly.
Version 3.6.2
A bugfix release, which fixes the following issues:
- Potential crashes when using custom content views with
showDividersOnScrollset totrueare now prevented.
Version 3.6.1
A bugfix release, which fixes the following issues:
- The
WizardDialogdoes not crash anymore on configuration changes withsetRetainInstanceset totrue.
Version 3.6.0
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
WizardDialogis not dismissed on configuration changes anymore. Instead, its state is automatically restored. This is in accordance with the default behavior of aDialogFragment. - The
showDividersOnScrollMethodof aMaterialDialogdoes now also take effect for custom views, if anAbsListViewis contained by the view hierarchy. - Updated dependency "AndroidUtil" to version 1.11.0.
Version 3.5.3
A bugfix release, which fixes the following issues:
- Fixed a possible crash of the
WizardDialogon orientation changes.