Skip to content

Releases: wdullaer/MaterialDateTimePicker

MaterialDateTimePicker v2.5.0

11 Aug 17:53
Compare
Choose a tag to compare

Changes

Features

Fixed #219 #188 - Added setDisableDays to disable specific days in the DatePicker
Fixed #128 - Added support for onConfigurationChange so it works correctly if your Activity handles its own configuration changes

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.4.0

17 Jul 20:01
Compare
Choose a tag to compare

Changes

Features

Fixed #211 - Implement enableMinutes which allows you to create an hour only picker

Bug Fixes

Fixed #196
Fixed #190 - Reduced font size on the TimepickerDialog slightly

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.3.0

17 Mar 20:31
Compare
Choose a tag to compare

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

MaterialDateTimePicker v2.2.0

14 Feb 11:00
Compare
Choose a tag to compare

Changes

Features

Fixed #146 - Added option to automatically dismiss the DatePicker when selecting a date
Fixed #152 - Added utility methods to restrict selectable values in the TimePickerDialog to certain intervals

Bug Fixes

Fixed #141 - Changed decorative text sizes to dp
Fixed #149 - Fixed an inflate exception when the overall app has overwritten the default font family
Fixed #143 - For certain dates the selection would render incorrectly on older version of android
Fixed #142 - Shows less months when limiting the selectable dates
Fixed a bug where the picker would not round correctly to the nearest acceptable date in certain cases

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.1.1

19 Dec 13:22
Compare
Choose a tag to compare

Changes

Merges #137 - Improved rendering on low resolution devices
Fixes #112

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.1.0

08 Dec 18:48
Compare
Choose a tag to compare

Changes

  • Fixes #129 - Dark mode can be set globally in the project via the xml attribute mdtp_theme_dark
  • Fixes #72 - Cancel and OK labels can now be set on a per dialog basis in code

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.0.2

15 Nov 07:37
Compare
Choose a tag to compare

Changes

  • Fixes #124 - Weekday labels rendered incorrectly on API < 18

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.0.1

11 Nov 20:09
Compare
Choose a tag to compare

Changes

  • Fixes #121 - Issues with setMaxTime
  • Fixes #123 - Issues with localisation of weekday labels
  • Fixes #120 - Pickers can now be used as regular Fragments

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v2.0.0

04 Nov 19:33
Compare
Choose a tag to compare

Important

The interface for the callback has changed.
It now requires an additional second parameter.
If you are not using seconds in your picker 0 will be passed in.

Changes

  • Fixes #86, #61, #18 and #98 - Added setMinTime, setMaxTimeand setSelectableTimes to the TimePicker
  • Fixes #105 - Updated to support library v23.1.0 which solves a bug with ViewPagers
  • Fixes #109 - Added setTitle to the DatePickerDialog, which shows an optional title instead of the day of the week
  • Fixes #87 and #104 - Added optional support for seconds in the TimePicker
  • Minor design improvements on tablets

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v1.5.4

16 Oct 18:50
Compare
Choose a tag to compare

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