Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@michael-rapp michael-rapp released this 12 Nov 21:06

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 class MaterialDialog. The class MaterialDialogBuilder has been removed. In order to create dialogs, the builder MaterialDialog.Builder has to be used now. The decision to rework the library has been made because of the problem discussed in #4.