MaterialDateTimePicker Versions Save

Pick a date or time on Android in style

v4.2.3

4 years ago

Changes

Bugfixes

Fixed #609 - Fixed regression NullPointerException when saving state without explicit ok and cancel colors set

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.2.3'
}

v4.2.2

4 years ago

Changes

Bugfixes

Fixed #607 - Fixed an issue where pure white could not be set for Dialog buttons

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.2.2'
}

v4.2.1

4 years ago

Changes

Bugfixes

Fixed #593 - Fixed a layout issue when using a team with an ActionBar

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.2.1'
}

v4.2.0

5 years ago

Changes

Features

Pickers now inherit from AppCompatDialogFragment rather than DialogFragment. This makes them pickup AppCompat styling, such as dialogCornerRadius. This shouldn't cause any big issues, but take care verifying the look before rolling out this version. (Fixes #588 and #504)

Bugfixes

Fixed #586 - Fixed a memory leak in RadialSelectorView Removed a redundant androidx.annotations.annotations dependency which could cause build issues for apps relying on this library directly Removed some memory leaks in the sample app. (Shows how to avoid leaking the pickers in your own apps)

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.2.0'
}

v4.1.2

5 years ago

Changes

Bugfixes

Fixed #561 - Prevent an NPE in case picker tries to announce before UI is fully initialized

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.1.2'
}

v4.1.1

5 years ago

Changes

Bugfixes

Fixed #554 - Fixed a race condition that could lead to a crash in the DatePicker

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
}

v4.1.0

5 years ago

Changes

Features

Improved accessibility support in the DatePicker thanks to the awesome contribution of @laalto

Bugfixes

Fixed #549 - Crash when changing pages in the DatePicker through accessibility commands Fixes #539 - Added content descriptions for the arrows in the DatePicker

Get it by upgrading your build.gradle to

dependencies {
  implementation 'com.wdullaer:materialdatetimepicker:4.1.0'
}

v4.0.1

5 years ago

Changes

Bugfixes

Fixed #512 - Prevent buttons in DatePicker from moving the MonthView beyond its boundaries

Get it by upgrading your build.gradle to

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

v4.0.0

5 years ago

Changes

Breaking

Dropped support for API 14 and 15 Switched support library for androidx libraries Fixed #451 - Changed implementation to use support fragments Updated build.gradle syntax

Features

Fixed #485 - Cancel callback fires when hitting back button Fixed #505 - Made default values in setInterval more intuitive Fixed #457 - Read custom fonts as assets rather than resources Fixed #303 - Added a few default implementations to DateRangeLimiter

Get it by upgrading your build.gradle to

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

v3.6.4

5 years ago

Changes

Bugfixes

Fixed #499 #512 #522 - Fixed a race condition when tapping the arrows in the datepicker fast Fixed #524 - Vendored an attribute which is not necessarily present in all themes Improved documentation

Get it by upgrading your build.gradle to

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