Skip to content

Releases: michael-rapp/AndroidMaterialDialog

Version 4.2.0

28 Dec 01:01

Choose a tag to compare

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 WizardDialog are now properly restored after orientation changes.
  • Dividers are now faded in/out when scrolling instead of simply toggling the visibility.
  • The setButtonBarDividerMargin- and setButtonBarDividerColor-methods have been replaced with setDividerMargin- and setDividerColor-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

23 Dec 17:35

Choose a tag to compare

A bugfix release, which fixes the following issues:

Version 4.1.1

13 Dec 21:28

Choose a tag to compare

A bugfix release, which fixes the following issues:

Version 4.1.0

30 Aug 23:13

Choose a tag to compare

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

26 Aug 22:10

Choose a tag to compare

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

19 Jul 23:23

Choose a tag to compare

A minor release, which introduces the following changes:

  • Added setter-methods and theme attributes for customizing the padding of dialogs.
  • Updated targetSdkVersion to 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

26 Jan 01:48

Choose a tag to compare

A bugfix release, which introduces the following changes:

  • Fixed a crash on tablets in portrait mode.
  • Updated targetSdkVersion to 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

13 Oct 22:37

Choose a tag to compare

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

27 Sep 00:39

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • When a DialogInterface.OnClickListener is registered at a button of a dialog, the listener is now only invoked when the validation of the dialog succeeded.

Version 3.6.9

25 Sep 23:48

Choose a tag to compare

A bugfix release, which fixes the following issues:

  • The theme, which is passed to a builder's constructor is now actually used.