Version 3.0.0
A major release, which introduces the following changes:
- The library has been completely reworked in order to make it independent from the class
AlertDialog
of the Android SDK. Dialogs, which are created using the library are now instances of the newly introduced classMaterialDialog
. The classMaterialDialogBuilder
has been removed. In order to create dialogs, the builderMaterialDialog.Builder
has to be used now. The decision to rework the library has been made because of the problem discussed in #4.