Changelog History
Page 1
-
v4.2.0
May 05, 2019๐ Changes
๐ Features
๐ Pickers now inherit from
AppCompatDialogFragment
rather thanDialogFragment
. This makes them pickup AppCompat styling, such asdialogCornerRadius
. 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 redundantandroidx.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'}
-
v4.1.0
November 22, 2018๐ Changes
๐ Features
๐ Improved accessibility support in the DatePicker thanks to the awesome contribution of @laalto
๐ Bugfixes
๐ Fixed #549 - Crash when changing pages in the DatePicker through accessibility commands
๐ Fixes #539 - Added content descriptions for the arrows in the DatePickerโฌ๏ธ Get it by upgrading your
build.gradle
todependencies { implementation 'com.wdullaer:materialdatetimepicker:4.1.0'}
-
v4.0.0
October 08, 2018๐ Changes
๐ฅ Breaking
โฌ๏ธ Dropped support for API 14 and 15
๐ Switched support library for androidx libraries
๐ Fixed #451 - Changed implementation to use support fragments
โก๏ธ Updated build.gradle syntax๐ Features
๐ Fixed #485 - Cancel callback fires when hitting back button
๐ Fixed #505 - Made default values in setInterval more intuitive
๐ Fixed #457 - Read custom fonts as assets rather than resources
๐ Fixed #303 - Added a few default implementations to DateRangeLimiterโฌ๏ธ Get it by upgrading your
build.gradle
todependencies { compile 'com.wdullaer:materialdatetimepicker:4.0.0'}
-
v3.6.4
September 20, 2018๐ Changes
๐ Bugfixes
๐ Fixed #499 #512 #522 - Fixed a race condition when tapping the arrows in the datepicker fast
๐ Fixed #524 - Vendored an attribute which is not necessarily present in all themes
๐ Improved documentationโฌ๏ธ Get it by upgrading your build.gradle to
dependencies { compile 'com.wdullaer:materialdatetimepicker:3.6.4'}