Skip to content

Releases: michael-rapp/AndroidMaterialDialog

Version 5.1.0

25 Nov 23:44
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • Added the dialog EditTextDialog.
  • Removed the functionality to set the text color of a dialog's buttons when disabled. As an alternative the text color can now be specified as a ColorStateList.
  • Added the library "AndroidMaterialValidation" as a dependency.

Version 5.0.0

06 Nov 22:48
Compare
Choose a tag to compare

A major release, which introduces the following changes:

  • Added methods for setting the typeface of a dialog's title, message, items and buttons (see #27)
  • The background of dialogs is now styled according to the Material Design 2 guidelines.
  • RecyclerViews are now used instead of ListViews to display the list items of dialogs.
  • Migrated the library to Android X.
  • Replaced AppCompat themes with MaterialComponent themes.
  • Updated dependency "AndroidUtil" to version 2.0.0.
  • Updated dependency "AndroidMaterialViews" to version 3.0.0.
  • Updated targetSdkVersion to 28.

Version 4.3.4

02 May 00:24
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Migrated the example app to use the Preference support library.
  • Fixed options in the example app not being applied immediately.
  • Updated AppCompat v7 support library to version 27.1.1.
  • Updated Android Design support library to version 27.1.1.
  • Updated dependency "AndroidMaterialViews" to version 2.1.11.
  • Updated dependency "AndroidUtil" to version 1.20.2.

Version 4.3.3

28 Feb 23:00
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed possible crashes when showing the same dialog multiple times.

Version 4.3.2

23 Feb 21:33
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Previously set button listeners are not set to null anymore when calling a dialog's onRestoreInstanceState-method.

Version 4.3.1

09 Feb 16:35
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed a possible exception when using vector drawables on pre-Lollipop devices.
  • Updated dependency "AndroidMaterialViews" to version 2.1.10.
  • Updated dependency "AndroidUtil" to version 1.20.1.

Version 4.3.0

09 Feb 14:45
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • Vector drawables can now be used as the icon and header icon of dialogs even on pre-Lollipop devices.
  • The icon and header icon of dialogs can now be tinted (also even on pre-Lollipop devices).

Version 4.2.3

26 Jan 12:57
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 27 (Android 8.1).
  • Updated dependency "AndroidUtil" to version 1.19.0.
  • The data structure ListenerList is now used for managing event listeners.

Version 4.2.2

28 Dec 18:41
Compare
Choose a tag to compare
  • Fixed an issue, which prevented custom content views such as EditText widgets from being selected.
  • The divider above the button bar is now prevented from being shown when scrolling, if the button bar is scrollable itself.

Version 4.2.1

28 Dec 15:51
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed an issue, which prevented custom content views from being shown.