Important: The Gradle Dependency Has Moved
Bintray is no longer used for this and future releases. I switched to JitPack.io since it's easier to use and more reliable. See the Gradle Dependency section in the README for details.
The Library Has Been Split Into Core and Commons
As explained in the Gradle Dependency section, the library has been split into two modules. Core contains most of everything you probably used before, while Commons contains some extension classes such as the ColorChooserDialog
and Preference
classes.
Other Fixes and Improvements
- Fixed right-to-left layout support in the action buttons.
- Custom progress drawables are used on Android 4.0 and above, they help guarantee consistency with progress dialogs across many Android versions and skins.
inputMaxLength()
for input dialogs was deprecated, it was replaced withinputRange()
which is detailed in the Limiting Input Length section of the README.- Internal cleanup and organization.
- Updated Google libs and Build Tools.