Releases: wdullaer/MaterialDateTimePicker
MaterialDateTimePicker v2.5.0
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
MaterialDateTimePicker v2.3.0
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
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
MaterialDateTimePicker v2.1.0
MaterialDateTimePicker v2.0.2
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
MaterialDateTimePicker v2.0.0
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
,setMaxTime
andsetSelectableTimes
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
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'
}