Skip to content

MaterialDateTimePicker v1.5.4

Compare
Choose a tag to compare
@wdullaer wdullaer released this 16 Oct 18:50
· 342 commits to master since this release

Changes

  • Fixes #90 - Added option to show the year picker first
  • Fixes #106 - Fixed bug that made it possible to select dates outside of valid selection range
  • Fixes #95 - Datepicker would only correctly initialize after calling newInstance()
  • Fixes #101 - Improved rendering on small devices

Get it by upgrading your build.gradle to

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