Releases: michael-rapp/AndroidMaterialPreferences
Releases · michael-rapp/AndroidMaterialPreferences
Version 5.3.2
A bugfix release, which fixes the following issues:
- Fixed an issue that may cause the dialog that is passed to the
DialogPreference'sonDialogClosed-method to be null.
Version 5.3.1
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
A feature release, which introduces the following changes:
- A
ColorStateListcan now be used to specify the text color of aListPreference's orMultiChoiceListPreference'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
A minor release, which introduces the following changes:
- The minimum width and height of the widget of a
CheckBoxPreferenceorSwitchPreferenceare now set to 0. - Updated AppCompat support library to version 1.1.0.
Version 5.2.0
A feature release, which introduces the following changes:
- Added the preference
CheckBoxPreference. - The classes
CheckBoxPreferenceandSwitchPreferenceextend the new classAbstractCompoundButtonPreference.
Version 5.1.7
A bugfix release, which fixes the following issues:
- Fixed a possible
NullPointerExceptionin theAbstractListPreference'sindexOf-method (#21). - Updated dependency "AndroidUtil" to version 2.0.2.
Version 5.1.6
A minor release, which introduces the following changes:
- Updated dependency "AndroidMaterialDialog" to version 5.1.6.
Version 5.1.5
A bugfix release, which fixes the following issues:
- Fixed a crash when clicking the positive button of an
EditTextPreference(#20).
Version 5.1.4
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
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.