MaterialDateTimePicker v4.2.0
Changes
Features
Pickers now inherit from AppCompatDialogFragment
rather than DialogFragment
. This makes them pickup AppCompat styling, such as dialogCornerRadius
. This shouldn't cause any big issues, but take care verifying the look before rolling out this version. (Fixes #588 and #504)
Bugfixes
Fixed #586 - Fixed a memory leak in RadialSelectorView
Removed a redundant androidx.annotations.annotations
dependency which could cause build issues for apps relying on this library directly
Removed some memory leaks in the sample app. (Shows how to avoid leaking the pickers in your own apps)
Get it by upgrading your build.gradle to
dependencies {
implementation 'com.wdullaer:materialdatetimepicker:4.2.0'
}