All Versions
6
Latest Version
Avg Release Cycle
151 days
Latest Release
1516 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
July 21, 2020➕ Add new attributes: calendar month text size and text style.
-
v2.0.1 Changes
August 09, 2019🛠 Fix some internal issues
-
v2.0.0 Changes
May 14, 2019- Add public methods for calendar appearance customisation.
- Add the ability to determine whether a date is a weekend or not. ⬆️ 3. Internal upgrades and improvements.
-
v2.0.0-beta1 Changes
April 07, 2019📦 1. Migrate from the legacy Support Libraries to the new AndroidX packages. ⚡️ 2. Add new public method (
CalendarView.updateSelectedDates
) for selected dates updating.- Rename
SelectionMode.NON
to theSelectionMode.NONE
.
- Rename
-
v1.1.0 Changes
August 31, 2018- 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.
💅 5. 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. 🔨 7. Some internal cleanup and refactoring.
- Add the ability to set the
-
v1.0.0
June 25, 2018