|
@@ -26,6 +26,14 @@ Check back here frequently for version updates.
|
|
|
|
|
|
For the full history, see the [Changelog](https://github.com/afollestad/material-dialogs/blob/master/CHANGELOG.md).
|
|
|
|
|
|
+
|
|
|
+###### Version 0.6.0
|
|
|
+
|
|
|
+> 1. Another pull request from [Kevin Barry](https://github.com/teslacoil) that fixes the "vibrating window" effect.
|
|
|
+> 2. The ability to enable the single choice callback to be called everytime a checkbox is checked, rather than when the positive action is pressed; this matches up with the multi-choice variation. Thanks [hzsweers](https://github.com/hzsweers): https://github.com/afollestad/material-dialogs/pull/170
|
|
|
+> 3. The ability to override the selectors for action buttons and list items, through `Builder` methods and [global theming](https://github.com/afollestad/material-dialogs#global-theming).
|
|
|
+> 4. An exception is now thrown if you attempt to show a dialog on a non-UI thread, which will help those who accidentally do so avoid issues.
|
|
|
+
|
|
|
###### Version 0.5.9
|
|
|
|
|
|
> 1. Pull request from [Kevin Barry](https://github.com/teslacoil) that makes some very important, mostly visual, improvements/fixes: https://github.com/afollestad/material-dialogs/pull/169
|