Skip to content

Releases: michael-rapp/AndroidMaterialDialog

Version 3.5.2

16 Jun 12:24
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Improved lifecycle behavior of the class AbstractMaterialDialogFragment: The dialog is not dismissed in the onPause-method anymore, but only after orientation changes occurred.
  • Updated dependency "AndroidUtil" to version 1.6.1.

Version 3.5.1

27 May 00:22
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Added setOnShowListener-method to the class AbstractMaterialDialogFragment.

Version 3.5.0

26 May 22:10
Compare
Choose a tag to compare

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 WizardDialog does not crash anymore on orientation changes.

Version 3.4.2

24 May 23:05
Compare
Choose a tag to compare

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

24 May 19:47
Compare
Choose a tag to compare

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

24 May 16:39
Compare
Choose a tag to compare

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

23 May 00:37
Compare
Choose a tag to compare

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

18 Mar 18:25
Compare
Choose a tag to compare

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

17 Mar 16:53
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated dependency "AndroidUtil" to version 1.4.5.
  • Fixed some deprecation warnings.

Version 3.2.1

15 Mar 17:17
Compare
Choose a tag to compare

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.