Skip to content

Releases: andrewjapar/rangedatepicker

0.3

06 Sep 15:38
Compare
Choose a tag to compare

Version 0.3 - September 6, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Implement week days name based on phone localization based on #8
  • Add getter for current selected date based on #12
  • Update gradle dependencies

0.2.4

10 May 12:45
Compare
Choose a tag to compare

Version 0.2.4 - May 10, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Add scrollToDate when there is predefined date
  • Fix ambiguous license header on file

0.2.3

01 Feb 02:21
699c013
Compare
Choose a tag to compare

Version 0.2.3 - February 1, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Fix bug when setSelectionDate
  • Revert back block function feature and will figure it out on the next release

0.2.2

31 Jan 14:18
d4068e3
Compare
Choose a tag to compare

Version 0.2.2 - January 31, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Fix mismatch day with date in the picker
  • Fix wrong calculation in the picker
  • Support disable day of week title

0.2.1

20 Jan 16:00
Compare
Choose a tag to compare

Version 0.2.1 - January 20, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Add the capability to set predefined date selection
  • Fix predefined date selection initial date

0.2.0

20 Jan 13:57
Compare
Choose a tag to compare

Version 0.2.0 - January 20, 2020

CPicker has a new update!
Well tested and ready to release 👯‍♂
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • Add the capability to set predefined date selection

0.1.0

14 Jan 16:39
2a0a9ff
Compare
Choose a tag to compare

Version 0.1.0 - January 15, 2020

Well tested and ready to release 👯‍♂
This is the first CPicker release that allows developers to try it freshly.
We still working on optimization and some bugs but if you found any bugs, you can create an issue or PR.

What's New

  • We can use vertical calendar picker in our fragment, activity or dialog.
  • We can modify the color, size and style of the picker.
  • Cover basic functionality for single and range date selection.