Skip to content

Releases: wdullaer/MaterialDateTimePicker

MaterialDateTimePicker v3.6.3

18 Jul 14:01
Compare
Choose a tag to compare

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

02 Jul 19:05
Compare
Choose a tag to compare

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

25 Jun 19:27
Compare
Choose a tag to compare

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

28 Apr 13:56
Compare
Choose a tag to compare

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

10 Mar 16:26
Compare
Choose a tag to compare

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

04 Feb 15:04
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fixed #444 Replaced hardcoded fonts with string resources
  • Fixed #443 Ensure all Calendars are properly cloned before manipulating them

Get it by upgrading your build.gradle to

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

MaterialDateTimePicker v3.5.0

28 Dec 13:08
Compare
Choose a tag to compare

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

16 Dec 17:43
Compare
Choose a tag to compare

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

02 Nov 15:21
Compare
Choose a tag to compare

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

30 Sep 18:52
Compare
Choose a tag to compare

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