material-dialogs
material-dialogs copied to clipboard
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
### Guidelines 1. You must run the `spotlessApply` task before commiting, either through Android Studio or with `./gradlew spotlessApply`. 2. A PR should be focused and contained. If you are...
- BOTTOMSHEETS.md - COLOR.md - CORE.md - DATETIME.md - FILES.md - LIFECYCLE.md Updated version from 3.2.1 to 3.3.0
Feel free to only merge the bottom sheet changes and the dismiss change. This does fix following issue: https://github.com/afollestad/material-dialogs/issues/2076 **Changes** * Updated MaterialDialog dismiss function to make sure it's only...
Updated the sw600dp dimens.xml file to make the dialog's text readable in a tablet's screen. New text size was tested in several tablets. ### Guidelines 1. You must run the...
Fixes `dialogWrapContent` option of `customView` #1853. Previously `DialogContentLayout` always passed `EXACTLY` as width spec, which canceled out `WRAP_CONTENT` width of a custom view. Now it will pass `AT_MOST` which allows...
### Guidelines 1. You must run the `spotlessApply` task before commiting, either through Android Studio or with `./gradlew spotlessApply`. 2. A PR should be focused and contained. If you are...
Fix Issues #2036 and #1973: Changed currentDate comparisons to minDate and maxDate to be inclusive
Issues #2036 and #1973 refer to crashes when minDate or maxDate are equal to currentDate in the datetime module datePicker. This request changes the checks for minDate and maxDate validity...
Per issue #2018, It is now possible to have input dialogs that wrap to additional lines. The allowed number of lines that can be displayed at once is declared in...
W/BottomSheetBehavior: BottomSheetBehavior now supports multiple callbacks. `setBottomSheetCallback()` removes all existing callbacks, including ones set internally by library authors, which may result in unintended behavior. This may change in the future....
* require upper bound for array index to be smaller than array size ### Guidelines 1. You must run the `spotlessApply` task before commiting, either through Android Studio or with...