Releases: michael-rapp/AndroidMaterialDialog
Releases · michael-rapp/AndroidMaterialDialog
Version 4.2.0
A feature release, which introduces the following changes:
- A custom window background can now be set. This allows to customize the shape of dialogs (#14).
- A scrollable area can now be specified for dialogs (#15).
- The maximum height of a dialog's icon is now adjusted to the title height (#16).
- The width, height, padding, margin and other properties of a
WizardDialogare now properly restored after orientation changes. - Dividers are now faded in/out when scrolling instead of simply toggling the visibility.
- The
setButtonBarDividerMargin- andsetButtonBarDividerColor-methods have been replaced withsetDividerMargin- andsetDividerColor-methods. - Updated AppCompat v7 support library to version 27.0.2.
- Updated Android Design support library to version 27.0.2.
- Updated dependency "AndroidUtil" to version 1.18.2.
- Updated dependency "AndroidMaterialViews" to version 2.1.8.
Version 4.1.2
A bugfix release, which fixes the following issues:
Version 4.1.1
A bugfix release, which fixes the following issues:
Version 4.1.0
A feature release, which introduces the following changes:
- Dialogs can now be shown or hidden using a
FadeAnimation. - Custom layouts can now be used to display a dialog's header using the
setCustomHeader-methods as requested in #13 - Omitted the use of deprecated methods.
Version 4.0.3
A minor release, which introduces the following changes:
- Fixed an issue, which prevented the divider above a
WizardDialog's button bar from being shown. - Added setter-method and theme attribute for customizing the left and right margin of the divider above a dialog's button bar.
Version 4.0.2
A minor release, which introduces the following changes:
- Added setter-methods and theme attributes for customizing the padding of dialogs.
- Updated
targetSdkVersionto API level 26 (Android 8.0). - Updated AppCompat v7 support library to version 25.3.1.
- Updated Android Design support library to version 25.3.1.
- Updated dependency "AndroidUtil" to version 1.17.0.
Version 4.0.1
A bugfix release, which introduces the following changes:
- Fixed a crash on tablets in portrait mode.
- Updated
targetSdkVersionto API level 25 (Android 7.1). - Updated AppCompat v7 support library to version 25.1.0.
- Updated dependency "AndroidMaterialViews" to version 2.1.4.
- Updated dependency "AndroidUtil" to version 1.12.3.
Version 4.0.0
A major release, which introduces the following features:
- Implemented support for built-in animations.
- The size, margin, and gravity of dialogs can now be specified.
- Added fullscreen themes.
Version 3.6.10
A bugfix release, which fixes the following issues:
- When a
DialogInterface.OnClickListeneris registered at a button of a dialog, the listener is now only invoked when the validation of the dialog succeeded.
Version 3.6.9
A bugfix release, which fixes the following issues:
- The theme, which is passed to a builder's constructor is now actually used.