Releases: michael-rapp/AndroidMaterialDialog
Releases · michael-rapp/AndroidMaterialDialog
Version 3.5.2
A minor release, which introduces the following changes:
- Improved lifecycle behavior of the class
AbstractMaterialDialogFragment: The dialog is not dismissed in theonPause-method anymore, but only after orientation changes occurred. - Updated dependency "AndroidUtil" to version 1.6.1.
Version 3.5.1
A minor release, which introduces the following changes:
- Added
setOnShowListener-method to the classAbstractMaterialDialogFragment.
Version 3.5.0
A feature release, which introduces the following changes:
- It is now possible to show dividers above and below the list view of a
MaterialDialog, depending on the list view's scroll position. - The functionality to show a divider above a
MaterialDialog's custom view is not publicly available anymore. - The size and paddings of a dialog's buttons have been adjusted.
- The
WizardDialogdoes not crash anymore on orientation changes.
Version 3.4.2
A minor release, which introduces the following changes:
- Added the theme attribute
materialDialogTheme, which allows to specify the default theme, which should be used by all of the library's builders.
Version 3.4.1
A bugfix release, which fixes the following issues:
- When the value -1 is passed to a setter, which expects a color, the value is not ignored anymore.
Version 3.4.0
A feature release, which introduces the following changes:
- The text style of a
MaterialDialog's title is now bold. - Revised the paddings and margins of a
MaterialDialog's views. - It is now possible to show a divider above a
MaterialDialog's custom view. - Removed the functionality to customize the control color of a
MaterialDialog's list items as it caused some problems.
Version 3.3.0
A feature release, which introduces the following changes:
- Added the dialog
ProgressDialog, which allows to indicate a running progress. - Added the dialog
WizardDialog, which allows to show multiple fragments. - Updated dependency "AndroidUtil" to version 1.4.11.
- Updated AppCompat v7 support library to version 23.4.0.
Version 3.2.3
A minor release, which introduces the following changes:
- When using custom content or title views, the views' width and height are not overridden anymore.
Version 3.2.2
A minor release, which introduces the following changes:
- Updated dependency "AndroidUtil" to version 1.4.5.
- Fixed some deprecation warnings.
Version 3.2.1
A minor release, which introduces the following changes:
- When setting a
MaterialDialog's item control color, the color is also used when no custom item color has been set. - Updated dependency "AndroidUtil" to version 1.4.4.
- Updated AppCompat support library to version 23.2.1.
- Minor changes of the example app.