Skip to content

Releases: wdullaer/MaterialDateTimePicker

MaterialDateTimePicker v1.5.3

29 Sep 18:01
Compare
Choose a tag to compare

Changes

  • Fixes #103 : Title-background in the TimePickerDialog was not set correctly

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.5.2

03 Sep 20:05
Compare
Choose a tag to compare

Changes

  • Fixes #83 : Fixed a bug which prevented the datepicker to scroll through the months in certain cases

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.5.1

01 Sep 17:48
Compare
Choose a tag to compare

Changes

  • Fixes #82 : NullPointerException on low resolution phones
  • Added the option to dismiss the pickers when the parent Activity pauses

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.5.0

30 Aug 14:18
Compare
Choose a tag to compare

Changes

Please review your picker colors when upgrading to this version of the library!

  • Fixes #15 : Pickers accent color can now be set from code
  • Fixes #35 : Pickers will use colorAccent from the Material theme or support library theme if they are set
  • Fixes #80 : Removed unused themes to avoid namespace clashes when client apps use the support library
  • Fixes #71 : Dialog can no longer crash if cancel and ok are pressed simultaneously
  • Fixes #78 : Should now render the correct day character in Hebrew
  • Fixes #68 : Pickers should be more usable on low res phones due (Views will scroll)
  • Fixed #76 : Added example showing how to restore callbacks on an orientation change
  • Fixed a bug which caused a crash when the Vibrate permission was removed in a client app
  • Fixed a bug where 12pm would not have the correct color in 12h mode
  • Improved the TimePicker design
  • Improved the DatePicker design
  • Sample application is now usable in landscape orientation
  • Improved application icon for the sample application

A big thank you to @Jawnnypoo for his work on programmatically setting the accentColor

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.4.2

19 Jul 18:50
Compare
Choose a tag to compare

Changes

Fixed #44 : DatePicker could show wrong month in certain timezones
Fixes #55 : Vibration can now be turned off by passing vibrate(false) to the pickers

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.4.1

06 Jul 15:24
Compare
Choose a tag to compare

Changes

  • Fixed #52 : vibrate length was too short to be noticeable.

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.4.0

01 Jul 18:34
Compare
Choose a tag to compare

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'
}

MaterialDateTimePicker v1.3.1

06 Jun 15:11
Compare
Choose a tag to compare

Changes

  • Better looking dark theme in the TimePicker
  • Fixed rendering in Chinese
  • Fixed size of DatePicker, it should now render correctly on most devices
  • The minimum and maximum year can now be equal in setYearRange()
  • Added ripple effect on buttons for Android 5.0+
  • Removed some deprecated classes

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.3.0

28 Apr 19:55
Compare
Choose a tag to compare

Changes

  • Fixes #20 : you can now register an OnDismissListener and OnCancelListener on both pickers

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.2.2

16 Apr 18:35
Compare
Choose a tag to compare

Changes

  • Namespaced the theme for the buttons - Fixes #17
  • Changed the way the height of DatePicker is calculated - Hopefully fixes #19

Get it by updating your build.gradle to

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