Skip to content

MaterialDateTimePicker v4.0.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 08 Oct 14:01
· 69 commits to master since this release

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 to

dependencies {
  compile 'com.wdullaer:materialdatetimepicker:4.0.0'
}