Skip to content

Releases: javiersantos/MaterialStyledDialogs

Version 1.5.2

11 Jul 10:42
Compare
Choose a tag to compare
Release 1.5.2

Version 1.5.1

20 Jun 16:45
Compare
Choose a tag to compare
  • Added .withDarkerOverlay()to show a gray/darker overlay to the header.
  • Update SDK and Gradle.

Version 1.5

09 Jun 16:18
Compare
Choose a tag to compare
  • Added new style with title as the header: Style.HEADER_WITH_TITLE.
Style 1 Style 2
Header with Icon (default): .setStyle(Style.HEADER_WITH_ICON) Header with Title: .setStyle(Style.HEADER_WITH_TITLE)

Version 1.4.1

09 May 00:33
Compare
Choose a tag to compare
  • Some improvements when adding an image as the header. It will be cropped to fit the header size.

Version 1.4

26 Apr 09:29
Compare
Choose a tag to compare
  • Set the custom view with some padding in DP using the .customView(View view, int left, int top, int right, int bottom).
  • Divider is now optional and invisible by default. Using the .withDivider(boolean) method you can manage the divider visibility.
  • Minor changes to the dialog layout.

Version 1.3.1

19 Apr 13:55
Compare
Choose a tag to compare
  • Fixed #9: remove dark background when a dark ?android:textColorPrimary color in style is applied.
  • Update gradle and libraries.

Version 1.3

08 Mar 19:03
Compare
Choose a tag to compare
  • Set a custom view to the dialog using the .setCustomView(View) method. Thanks to @kobihcmomanyi.

Documentation available here: https://github.com/javiersantos/MaterialStyledDialogs/wiki/Adding-a-custom-view

Version 1.2.2

06 Mar 16:10
Compare
Choose a tag to compare
  • Fixed a RuntimeException on devices with a small screen (less than 470dp x 320dp).

Version 1.2.1

25 Feb 21:06
Compare
Choose a tag to compare
  • Update AppCompat to 23.2.0

Version 1.2

15 Feb 18:51
Compare
Choose a tag to compare
  • Added setScrollable(Boolean) and setScrollable(Boolean, Integer) methods to enable description with a vertical scrollbar.
  • Added dismiss() method to close the current dialog.
  • Fixed blank description when a custom style with android:textColorPrimary is different from the default value.