This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
Release 0.8.2.0
ButtonCallback
has been deprecated.MaterialDialog.Builder
now hasonPositive()
,onNeutral()
,onNegative()
, andonAny()
methods that allow you to receive callbacks for all or specific action buttons. These methods all use aninterface
instead of anabstract class
for the callback, so classes can now implement the interface.- Lots of improvements and fixes to
MaterialSimpleListAdapter
andMaterialSimpleListItem
. There's some new features and the layouts were much improved. See the Simple List Dialogs section in the README for details and examples. - The
ColorChooserDialog
now allows you to specify custom colors. See the Color Chooser Dialogs section in the README for details and examples. - The
MaterialEditTextPreference
will no longer receive two preference changed events when you press the positive action button. - The
FolderChooserDialog
now respects the value specified for the choose button in theBuilder
. - The library no longer forces the use of Support Library v23 in your apps, it will work with older versions.
- Simplified the sample, especially
MainActivity
, using ButterKnife.
The library has passed 4,000 stars, thanks everyone!