Skip to content

Releases: michael-rapp/AndroidMaterialPreferences

Version 5.3.2

13 Feb 21:33

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed an issue that may cause the dialog that is passed to the DialogPreference's onDialogClosed-method to be null.

Version 5.3.1

04 Feb 21:16

Choose a tag to compare

A bugfix release, which introduces the following changes:

  • Updated dependency "AndroidMaterialDialog" to version 5.2.3, which fixes some minor issues.

Version 5.3.0

28 Dec 23:33

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 ListPreference's or MultiChoiceListPreference's list items.
  • Updated the dependency "AndroidUtil" to version 2.1.0.
  • Updated the dependency "AndroidMaterialDialog" to version 5.2.0.

Version 5.2.1

03 Nov 15:00

Choose a tag to compare

A minor release, which introduces the following changes:

  • The minimum width and height of the widget of a CheckBoxPreference or SwitchPreference are now set to 0.
  • Updated AppCompat support library to version 1.1.0.

Version 5.2.0

09 Aug 23:47

Choose a tag to compare

A feature release, which introduces the following changes:

  • Added the preference CheckBoxPreference.
  • The classes CheckBoxPreference and SwitchPreference extend the new class AbstractCompoundButtonPreference.

Version 5.1.7

29 Jul 21:36

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed a possible NullPointerException in the AbstractListPreference's indexOf-method (#21).
  • Updated dependency "AndroidUtil" to version 2.0.2.

Version 5.1.6

01 May 21:14

Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated dependency "AndroidMaterialDialog" to version 5.1.6.

Version 5.1.5

24 Feb 18:37

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Fixed a crash when clicking the positive button of an EditTextPreference (#20).

Version 5.1.4

23 Feb 19:11

Choose a tag to compare

A minor release, which introduces the following issues:

  • Updated dependency "AndroidUtil" to version 2.0.1.
  • Updated dependency "AndroidMaterialDialog" to version 5.1.5.
  • Updated dependency "AndroidMaterialValidation" to version 3.0.1.

Version 5.1.3

11 Jan 13:00

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • Updated dependency "AndroidMaterialDialog" to version 5.1.4. This fixes the appearance of DialogPreferences on devices with xhdpi screens.