Releases: wdullaer/MaterialDateTimePicker
MaterialDateTimePicker v3.6.3
Changes
Bugfixes
Fixed #503 Fixed issue with overscroll padding in YearPicker
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.6.3'
}
MaterialDateTimePicker v3.6.2
Changes
Bugfixes
Fixed #500 Fixed issue where pagination arrows in month picker were not properly colorized when using the dark theme
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.6.2'
}
MaterialDateTimePicker v3.6.1
Changes
Bugfixes
Fixed #498 Fixd issue with padding cutting off selection circle in DatePickerDialog when a month has 6 weeks
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.6.1'
}
MaterialDateTimePicker v3.6.0
Changes
Features
Fixes #295 - The DatePickerDialog now shows arrows to switch between month pages
Bugfixes
Fixed #463 Months with 5 weeks are correctly rendered again
Fixed a minor issue with the landscape DatePicker v1 layout
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.6.0'
}
MaterialDateTimePicker v3.5.2
Changes
Bugfixes
Fixed #461 Fixed layout issues in landscape version of DatePickerDialog
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.5.2'
}
MaterialDateTimePicker v3.5.1
MaterialDateTimePicker v3.5.0
Changes
Features
- Fixed #144 - Support for horizontal swiping in the DatePickerDialog
- Fixed #419 #325 - Clients can now set a custom locale instead of using the device default
Bugfixes
- Fixed rounding logic when only a year range is specified
- Fixed #398 #383 - Ensure TimeZone information is properly used everywhere
- Fixed #430 - Fixed issue where overriding the background color would not behave as expected
- Ensured Dialogs can be reused by called initialize() again
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.5.0'
}
MaterialDateTimePicker 3.4.1
Changes
Bugfixes
Fixed #430 Fixed issue where overriding the background color would not behave as expected
Ensured Dialogs can be reused by called initialize()
again
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.4.1'
}
MaterialDateTimePicker v3.4.0
Changes
Features
Fixes #411 - Hours > 12 are shown on the inner circle in the v2 layout. This brings the layout in line with the native pickers
Fixes #409 - Added getters for the current registered callback in both pickers
Bugfixes
Fixed some serialisation bugs
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.4.0'
}
MaterialDateTimePicker v3.3.1
Changes
Bugfixes
Fixes #404 - DefaultTimeLimiter did not serialize state properly causing an Exception
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.3.1'
}