Skip to content

MaterialDateTimePicker v2.3.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 17 Mar 20:31
· 274 commits to master since this release

Changes

Features

Fixed #180 - minTime and maxTime now also filter down selectableTimes (which means you can now limit setInterval using minTime and maxTime)

Bug Fixes

Fixed #174 - Selected time would not be updated when swiping over the timepicker
Fixed #179 - 12pm would not be marked as selectable when using setSelectableTimes
Fixes #170 / Fixes #181 - Explicitly make the accentColor fully opaque

Get it by upgrading your build.gradle to

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