Skip to content

Releases: BlackBoxVision/datetimepicker-edittext

Breaking change: update to latest Android SDKs and set default format to MM/DD/YYYY

06 Jun 16:23
cbee325
Compare
Choose a tag to compare

Changelog:

  • Breaking: Set default date format to MM/DD/YYYY
  • Update to support latest Android SDKs
  • Support for AndroidX

Thanks @OmarShoaib for your contributions.

New Features and code improvements

10 Apr 15:22
c30b2aa
Compare
Choose a tag to compare

Changelog:

  • No need to manually call anymore setManager since library does itself.
  • Add support to set min or max date with current date.
app:minDate="CR_DATE" 
app:maxDate="CR_DATE" 

Thanks @AliAzaz for your contributions!

8th Release

11 May 11:56
Compare
Choose a tag to compare

Changelog

  • Add support for automatic date setting on EditText when setting initial date programmatically, thanks to a PR by @granoeste

7th release

04 May 01:43
Compare
Choose a tag to compare

Changelog

  • Fix #5 issue with focus and view visibility.
  • Minor improvements over example app.

6th release

01 May 03:10
Compare
Choose a tag to compare

CHANGELOG

  • Merged PR from @granoeste which adds onClick handler and custom DateFormat support, also, this PR inclusion solves the issue #3.

Fifth Release

11 Jan 13:41
Compare
Choose a tag to compare

Changelog:

  • Fix bugs related to focus and keyboard management
  • Added support for min and max date through setters and xml
  • Improve codebase

Fourth Release

07 Jan 21:45
Compare
Choose a tag to compare
  • Refactor of Utils to DateUtils
  • Added new attribute is24HourView to TimePicker EditText's
  • Added new setters to TimePicker EditText's
  • Bug Fixes and code improvements

Third Release

07 Jan 14:10
Compare
Choose a tag to compare

Major changes:

  • Package refactor of internal components
  • Added new Attribute sets dateFormat/timeFormat to specify how the date should be parsed
  • Bug fixes

Second Release

04 Jan 14:39
Compare
Choose a tag to compare
v0.0.2

Update README.md

Initial Release

03 Jan 14:31
Compare
Choose a tag to compare

This is the first release of this library. It includes the following features:

DatePickers:

  • EditText with built-in support for DatePicker through DatePickerFragment
  • InputEditText with built-in support for DatePicker through DatePickerFragment

TimePickers:

  • EditText with built-in support for TimePicker through TimePickerFragment
  • InputEditText with built-in support for TimePicker through TimePickerFragment