Android Styled Dialogs Versions Save

Backport of Material dialogs with easy-to-use API based on DialogFragment

2.3.3

8 years ago

Bugfixes

2.3.2

8 years ago

Bugfixes

2.3.1

8 years ago

Bugfixes

2.3.0

8 years ago
  • Fixed width on tablets
  • New method useLightTheme()
  • It's possible to style custom dialogs via theme

2.2.0

9 years ago
  • support for dark theme
  • CharSequence instead of Strings in all dialogs

2.1.0

9 years ago
  • new multi-choice and single-choice modes for ListDialogFragment
  • listeners called for both activity and fragment
  • cancel listener made more general
  • broke ISimpleDialogListener into separated button listeners
  • TimePickerDialog fragment has correct default timezone and 24-hour view
  • Custom view is no longer wrapped in ScrollView

2.0.1

9 years ago
  • complete rewrite for Material Design

android-styled-dialogs-1.2.0

9 years ago
  • new date and time picker dialogs
  • new list dialog
  • simple dialog now supports neutral button
  • the library is now AAR-only