github afollestad/material-dialogs 0.8.1.0
Release 0.8.1.0

latest releases: 3.3.0, 3.2.1, 3.2.0...
8 years ago
  1. Proguard rules are now included in the library's AAR that are merged with apps that depend on this library. These rules prevent important library classes (progress drawable animators) from being removed when your app is built into an APK.
  2. Your app's colorControlHighlight theme attribute will now be respected, and it will be used as the default color for action button ripples on Lollipop and above.
    • In addition, a new md_btn_ripple_color global theming attribute was added to theme all MaterialDialog's, along with a buttonRippleColor(int) method in MaterialDialog$Builder.
  3. Moved FolderChooserDialog from the sample project into commons.
  4. The README now has a separate table of contents for commons components, including the FolderChooserDialog, ColorChooserDialog, and MaterialSimpleListAdapter.
    • The FolderChooserDialog requires the READ_EXTERNAL_STORAGE permission. On Android 6.0 Marshmallow, your app will need to request this permission. See the sample project for an example of how this is done.

Note that the transitive property is needed for the Gradle dependency:

compile('com.afollestad.material-dialogs:core:0.8.1.0@aar') {
        transitive = true
}

Don't miss a new material-dialogs release

NewReleases is sending notifications on new releases.