Skip to content

Releases: javiersantos/MaterialStyledDialogs

Version 1.1.1

11 Feb 16:20
Compare
Choose a tag to compare
  • Added more durations to the dialog animation. See .withDialogAnimation(Boolean, Duration) for details.
  • show() method doesn't build the dialog again if it has been built before.

Version 1.1

09 Feb 15:02
Compare
Choose a tag to compare
  • .withAnimation(Boolean) has been deprecated, use .withIconAnimation(Boolean) instead.
  • Added .withDialogAnimation(Boolean) to enable an enter and exit animation to the dialog.
  • .setIcon() and .setHeaderDrawable() now works with Drawable and resource identifier.
  • Bug fixes.

Version 1.0.1

09 Feb 11:02
Compare
Choose a tag to compare
  • Fixed setHeaderColor(int) not working properly.

Version 1.0

08 Feb 01:36
Compare
Choose a tag to compare
  • Initial release