Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MaterialDateTimePicker-v4.2.0.aar | 2019-05-05 | 346.8 kB | |
MaterialDateTimePicker v4.2.0.tar.gz | 2019-05-05 | 278.4 kB | |
MaterialDateTimePicker v4.2.0.zip | 2019-05-05 | 472.5 kB | |
README.md | 2019-05-05 | 790 Bytes | |
Totals: 4 Items | 1.1 MB | 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
:::groovy
dependencies {
implementation 'com.wdullaer:materialdatetimepicker:4.2.0'
}