MaterialDateTimePicker v4.2.0 Release Notes

Release Date: 2019-05-05 // almost 5 years ago
  • ๐Ÿ”„ 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'}