Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Releases: afollestad/material-dialogs

2.0.0

06 Feb 22:42
Compare
Choose a tag to compare

Version 2 is no longer a release candidate, a stable release is here. Please continue to report any issues, of course.

2.0.0-rc11

05 Feb 21:29
Compare
Choose a tag to compare
2.0.0-rc11 Pre-release
Pre-release
  1. Enable customizing action button color from your theme. See #1714.
  2. Fix a crash when adding a view as a custom view that already had a parent previously. See https://github.com/afollestad/material-dialogs/issues/1717.

2.0.0-rc10

03 Feb 01:56
Compare
Choose a tag to compare
2.0.0-rc10 Pre-release
Pre-release
  1. Fixed an action button measurement issue.
  2. Fixed an odd visual issue with input dialogs.
  3. Internal upgrades.

We're nearing 2.0.0 stable.

2.0.0-rc9

25 Jan 22:52
Compare
Choose a tag to compare
2.0.0-rc9 Pre-release
Pre-release
  • Color chooser bug fixes for some screen sizes and certain configurations. See PR #1710.
  • Updated coroutines version.

2.0.0-rc8

24 Jan 22:19
Compare
Choose a tag to compare
2.0.0-rc8 Pre-release
Pre-release
  • UI improvements.
  • Bug and crash fixes.
  • Getters for input field, etc. now throw an exception if the dialog is not setup up correctly rather than returning null.

2.0.0-rc7

04 Jan 18:10
Compare
Choose a tag to compare
2.0.0-rc7 Pre-release
Pre-release

Fix a color chooser dialog crash if you do not provide any sub-colors.

2.0.0-rc6

03 Jan 22:50
Compare
Choose a tag to compare
2.0.0-rc6 Pre-release
Pre-release
  1. Add selectedFile()/selectedFolder() extension getter methods to MaterialDialog for use with file/folder chooser dialogs.
  2. Action buttons now have a 48dp touch target height, still 32dp visibly.
  3. Add allowEmpty parameter for input dialogs, which when set to true, allows input dialogs to be submitted with no input.
  4. File/folder choosers are smarter about file accessibility, e.g. if your app does not have permission to see files in a folder, that folder will not be considered a parent that you can navigate to.
  5. Color chooser dialog cleanup and fixes - which should also hopefully resolve a stack overflow exception.

2.0.0-rc5

24 Dec 21:44
Compare
Choose a tag to compare
2.0.0-rc5 Pre-release
Pre-release
  1. Internal dependency updates.
  2. Avoid a crash on some random devices out there, related to loading fonts via AndroidX.
  3. Cleanup internal utility methods, reducing method count a bit.

Pretty much ready to go to 2.0.0 stable - pending figuring out why jCenter has issues with hosting Material Dialogs' extension modules.

2.0.0-rc4

19 Dec 19:36
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release
  1. Don't crash if a font resource can't be loaded.
  2. Added md_ripple_color theme attribute.

2.0.0-rc3

29 Nov 19:46
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release
  1. The folder creator in file/folder choosers will block reserved characters from being inputed for the folder name. See #1667.
  2. Fix various logical issues in the color chooser dialog.
  3. The ARGB seek bars in the color chooser should be easier to grab, it's doing some touch event trickery now to better support being inside of a ViewPager.
  4. I'm going to start publishing the sample on Google Play again.