This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
0.8.5.1
- Lots of bug fixes to the
ColorChooserDialog
.- Its state is maintained correctly though device orientation changes.
- The RGB labels are updated initially in the custom color chooser.
- A cancel button is shown in the custom chooser too, not only the preset chooser.
- Fixed an issue with permissions in the
FolderChooserDialog
below API 15. - Updated Proguard rules to avoid issues with progress dialogs.
- Added
linkColor()
and associated variants to the dialogBuilder
. Added amd_link_color
global theming attribute to go along with it. - Items accepts varargs of Strings in addition to arrays like before. E.g., you can use
.items("Hello", "Hi", "Hey")
rather than.items(new String[] { "Hello", "Hi", "Hey" })
. - Enabled JavaDoc generation for JitPack.
- Other bug fixes and error avoidances.