Releases: CleverPumpkin/CrunchyCalendar
Releases · CleverPumpkin/CrunchyCalendar
v2.3.0
v2.2.0
Add more styling options for range date selection
v2.1.0
Add new attributes: calendar month text size and text style.
v2.0.1
v2.0.0
v2.0.0-beta1
- Migrate from the legacy Support Libraries to the new AndroidX packages.
- Add new public method (
CalendarView.updateSelectedDates
) for selected dates updating. - Rename
SelectionMode.NON
to theSelectionMode.NONE
.
1.1.0
- Add the ability to set the
firstDayOfWeek
in thesetupCalendar()
method. - Add the ability to set a
onDateLongClickListener
for the Calendar dates. - Add the ability to set a
dateSelectionFilter
that indicates whether a date available for selection or not. - Add an optional year selection control that allows to quickly navigate between years.
- Add a
calendarViewStyle
attribute as a default value fordefStyleAttr
in theCalendarView
constructor. So now it is possible to define common style for all Calendars in the application Theme file. - Change visibility level to
internal
of some library classes and interfaces. - Some internal cleanup and refactoring.