Skip to content

Releases: michael-rapp/AndroidMaterialDialog

Version 5.2.3

02 Feb 16:02
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Changed the default margin of dialogs on smartphones.
  • Dividers are now properly shown when showDividersOnScroll is set to true and a MaterialDialog contains a RecyclerView instead of an AbsListView.

Version 5.2.2

29 Dec 16:59
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The enable states of a ListDialog's list items are now properly restored after orientation changes.
  • The listeners that are notified when a ListDialog's list items are clicked are not reset after orientation changes.

Version 5.2.1

29 Dec 00:35
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The icons of a ListDialog's list items are now properly restored after orientation changes.

Version 5.2.0

28 Dec 22:55
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • A ColorStateList can now be used to specify the text color of a ListDialog's list items.
  • Added getItemCount-, isItemChecked- and setItemChecked-methods to the ListDialog.
  • Added isItemEnabled- and setItemEnabled-methods to the ListDialog.
  • Added the functionality to specify icons for the list items of a ListDialog.
  • Updated dependency "AndroidUtil" to version 2.1.0.

Version 5.1.6

01 May 20:49
Compare
Choose a tag to compare

A bugfix release, which introduces the following changes:

  • Fixed the style of an EditTextDialog's TextInputLayout when using a version of the Material Design components newer than 1.0.0.

Version 5.1.5

23 Feb 19:00
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated dependency "AndroidMaterialValidation" to version 3.0.1.
  • Updated dependency "AndroidMaterialViews" to version 3.0.1.
  • Updated dependency "AndroidUtil" to version 2.0.1.

Version 5.1.4

11 Jan 12:12
Compare
Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The appearance of dialogs on devices with xhdpi screens has been fixed (see #30).

Version 5.1.3

29 Nov 23:26
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • The EditTextDialog is now cancelable by default.
  • The touchable areas of dialogs are now calculated more accurately.

Version 5.1.2

27 Nov 00:50
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • The background of an EditTextDialog's TextInputLayout is now hidden.

Version 5.1.1

26 Nov 00:49
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • The keyboard is now shown when an EditTextDialog is shown.