This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
Releases: afollestad/material-dialogs
Releases · afollestad/material-dialogs
2.0.0
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
- Enable customizing action button color from your theme. See #1714.
- 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
- Fixed an action button measurement issue.
- Fixed an odd visual issue with input dialogs.
- Internal upgrades.
We're nearing 2.0.0 stable.
2.0.0-rc9
2.0.0-rc8
- 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
Fix a color chooser dialog crash if you do not provide any sub-colors.
2.0.0-rc6
- Add
selectedFile()
/selectedFolder()
extension getter methods toMaterialDialog
for use with file/folder chooser dialogs. - Action buttons now have a 48dp touch target height, still 32dp visibly.
- Add
allowEmpty
parameter for input dialogs, which when set to true, allows input dialogs to be submitted with no input. - 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.
- Color chooser dialog cleanup and fixes - which should also hopefully resolve a stack overflow exception.
2.0.0-rc5
- Internal dependency updates.
- Avoid a crash on some random devices out there, related to loading fonts via AndroidX.
- 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
- Don't crash if a font resource can't be loaded.
- Added md_ripple_color theme attribute.
2.0.0-rc3
- The folder creator in file/folder choosers will block reserved characters from being inputed for the folder name. See #1667.
- Fix various logical issues in the color chooser dialog.
- 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
. - I'm going to start publishing the sample on Google Play again.