github afollestad/material-dialogs 0.8.5.0

latest releases: 3.3.0, 3.2.1, 3.2.0...
8 years ago
  1. Added an alpha chooser to the ColorChooserDialog (in custom color selection, not for presets). It can be disabled with allowUserColorInputAlpha(false).
  2. Long pressing preset colors in the ColorChooserDialog will show the color hex in a tooltip.
  3. Fixed a crash when allowUserColorInput() is set to false in a ColorChooserDialog in accent mode.
  4. inputRange() annotations are fixed, passing -1 or 0 for the max length indicates no max length.
  5. Fixed the RTL mode for the default Material preference layouts.
  6. Added getListView() method to MaterialListPreference.
  7. Fixed some issues with radio buttons having the wrong selection states in multi-select list dialogs.
  8. If you set a custom layout to a Material preference from XML (using android:layout), your layout won't be overridden with this library's preference layout.
  9. If you set a min length to an input dialog, but no max length, the counter label is hidden (so it doesn't display x/-1).
  10. Other bug and crash fixes/avoidance.

Don't miss a new material-dialogs release

NewReleases is sending notifications on new releases.