Skip to content

Releases: wdullaer/MaterialDateTimePicker

MaterialDateTimePicker v1.2.1

12 Apr 08:49
Compare
Choose a tag to compare

Changes

  • FIX: pickers should respect the setCancellable flag

Get it by updating your build.gradle to

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

MaterialDateTimePicker v1.2.0

08 Apr 17:18
Compare
Choose a tag to compare

Changes

  • Timepicker now displays text in white if it is exactly selected
  • Both pickers now use material design buttons in their dialog
  • Improved margins on the Datepicker

Get it by updating your build.gradle to

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

MaterialDateTimePicker v1.0.1

16 Feb 20:14
Compare
Choose a tag to compare

Fixes layout issues with tablet devices (sw600)

Update your build.gradle to get the latest version:

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

Initial Release

16 Feb 20:08
Compare
Choose a tag to compare

Add it to your project in one of the following ways:

  • Add it to your gradle dependencies (preferred):
dependencies {
  compile 'com.wdullaer:materialdatetimepicker:1.0.0'
}
  • Add the code to your project and compile it
  • Link it as an android library project