2.8.1
- Make some classes
internal
which don't need to be exposed to consumers.
- Allow plain date and time dialogs to require a future date/time, like the datetime dialog does.
- When the datetime dialogs require a future time, the action button is auto-invalidated when the system time changes.
In 2.8.0:
- Kotlin 1.3.30.
- Add an
updateListItems(...)
method to update plain/single/multi-choice items after dialog creation.
- Fix
datetime
dialog layouts looking uncentered by only applying dialog width wrap in landscape.
- Other bug fixes and tweaks.