- Fixed file/folder chooser dialog crash
- Build Tools 25.0.1, Google libs 25.1.0, Gradle and Gradle plugin updates
- Fixed "\n" passed in string to
.content()
not working, due to auto-HTML parsing. - Extension filter in file chooser compares file names at the end, rather than as a whole (endsWith vs contains).
- Added
.choiceWidgetColor(ColorStateList)
method to the Builder, which allows you to specify a customColorStateList
that is applied to theme check boxes and radio buttons in single/multi-choice dialogs..widgetColor()
is still used otherwise. - Added
.tag(Object)
to theBuilder
andgetTag()
toMaterialDialog
. - Sample project uses Jack and Java 8, all sample code uses lambdas in callbacks.
- When applying a custom background color to dialogs, there will no longer be unthemed pixels on the rounded corners.
- Some other edge case bug fixes and logic tweaks.