Releases: michael-rapp/AndroidMaterialDialog
Releases · michael-rapp/AndroidMaterialDialog
Version 5.2.3
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 aMaterialDialog
contains aRecyclerView
instead of anAbsListView
.
Version 5.2.2
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
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
A feature release, which introduces the following changes:
- A
ColorStateList
can now be used to specify the text color of aListDialog
's list items. - Added
getItemCount
-,isItemChecked
- andsetItemChecked
-methods to theListDialog
. - Added
isItemEnabled
- andsetItemEnabled
-methods to theListDialog
. - 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
A bugfix release, which introduces the following changes:
- Fixed the style of an
EditTextDialog
'sTextInputLayout
when using a version of the Material Design components newer than 1.0.0.
Version 5.1.5
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
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
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
A minor release, which introduces the following changes:
- The background of an
EditTextDialog
'sTextInputLayout
is now hidden.
Version 5.1.1
A minor release, which introduces the following changes:
- The keyboard is now shown when an
EditTextDialog
is shown.