All Versions
10
Latest Version
Avg Release Cycle
70 days
Latest Release
1624 days ago
Changelog History
Changelog History
-
v1.5.8 Changes
October 08, 2018- โ Added attribute to distinguish text color for dayOfWeek from dayOfMonth.
- ๐ Fixed alignment for dayOfWeek and dayOfMonth, cleanup layouts, moved to styles.
- Differentiate currentDayTextColor uniquely from selectedDayTextColor, enabling current day to have a different text color even when it is not the selected date.
-
v1.5.7 Changes
November 17, 2017Minor bug-fix related to
onDateClickListener
creating a possible NPE. -
v1.5.6 Changes
November 17, 2017๐ This is a release with a bug-fix for NPE solved by @udaysrinath!
-
v1.5.5 Changes
August 14, 2017๐ Changelog:
- โ Added support for screen orientation change
-
v1.5.4 Changes
August 10, 2017๐ Changelog:
- ๐ Fix issue #41 by PR from @udaysrinath
-
v1.5.3 Changes
July 28, 2017๐ Changelog:
- ๐ Merged PR to remove tag android:allowBackup from Manifest.
-
v1.5.2 Changes
January 28, 2017Changelog :
- ๐ Fixed issue #34, a trouble with onDateClickListener pass the current Date instead of the date that the user selected.
-
v1.5.1 Changes
January 23, 2017Changelog:
- ๐พ Add support to saveInstanceState/restoreInstanceState of currentMonthIndex
- Add getters for isOverflowDateVisible and isMultipleDaySelectedEnabled
-
v1.5.0 Changes
January 22, 2017Changelog:
- Rename all attributes under attrs.xml to get more consistence
- Make method setCurrentDay private and rename it to drawCurrentDay
- ๐ Modified setters to follow Builder Pattern
- Fix #20, now currentDay is deselected in case you select other date. This is the correct behavior when multiple day selection is disabled
- โ Added support for multiple day selection, this change close #22
- ๐ Fix issue #30
- ๐ Fix issue #31
- ๐ Another minor bug fixes, and code improvements
-
v1.4.0 Changes
January 20, 2017Changelog
- Modified method name refreshCalendar to update in order to get more consistence.
- Added method shouldAnimateOnEnter , with 3 method variants that let you customize the method behavior.
- ๐ Improvements on XML layouts.
- ๐จ Refactored the way that the Calendar generates the AdapterView.
- Now, the selected dates display a Circular shape instead of a Square shape.
- โ Removed unused getters.
- โ Added some new helpers methods under CalendarUtils.
- Added HeaderView to start delegating behavior to another view.
- Removed Decorator support in DayView
- ๐ Bug fixes and other code improvements.