Skip to content

MaterialDateTimePicker v3.5.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 28 Dec 13:08
· 127 commits to master since this release

Changes

Features

  • Fixed #144 - Support for horizontal swiping in the DatePickerDialog
  • Fixed #419 #325 - Clients can now set a custom locale instead of using the device default

Bugfixes

  • Fixed rounding logic when only a year range is specified
  • Fixed #398 #383 - Ensure TimeZone information is properly used everywhere
  • Fixed #430 - Fixed issue where overriding the background color would not behave as expected
  • Ensured Dialogs can be reused by called initialize() again

Get it by upgrading your build.gradle to

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