Skip to content

MaterialDateTimePicker v1.4.0

Compare
Choose a tag to compare
@wdullaer wdullaer released this 01 Jul 18:34
· 396 commits to master since this release

Changes

  • DatePickerDialog now has a dark theme: call setThemeDark(true) to enable it
  • TimePickerDialog can now show a title: call setTitle(String title)
  • Certain dates can now be highlighted by using setHighlightedDays(Calendar[] days)
  • An limited set of selectable days can now be specified using setSelectableDays(Calendar[] days. These take precedence over setMinDate(Calendar day) and setMaxDate(Calendar day)
  • Fixed #43 : setting the year made it possible to select a date outside the allowable range
  • Fixed #46 : maxDate and minDate were not retained on an orientation change

Get it by upgrading your build.gradle to

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