GitPedia
CleverPumpkin

CleverPumpkin/CrunchyCalendar

A beautiful material calendar with endless scroll, range selection and a lot more!

7 Releases
Latest: 3y ago
v2.3.0Latest
itolianezzzitolianezzz·3y ago·March 20, 2023
GitHub
v2.2.0
itolianezzzitolianezzz·5y ago·April 15, 2021
GitHub

Add more styling options for range date selection

v2.1.0
LadaLarkinaLadaLarkina·5y ago·July 21, 2020
GitHub

Add new attributes: calendar month text size and text style.

v2.0.1
alexsurinovalexsurinov·6y ago·August 9, 2019
GitHub

Fix some internal issues

v2.0.0
alexsurinovalexsurinov·7y ago·May 14, 2019
GitHub

1. Add public methods for calendar appearance customisation. 2. Add the ability to determine whether a date is a weekend or not. 3. Internal upgrades and improvements.

v2.0.0-beta1Pre-release
alexsurinovalexsurinov·7y ago·April 7, 2019
GitHub

1. Migrate from the legacy Support Libraries to the new AndroidX packages. 2. Add new public method (`CalendarView.updateSelectedDates`) for selected dates updating. 3. Rename `SelectionMode.NON` to the `SelectionMode.NONE`.

1.1.0v1.1.0
alexsurinovalexsurinov·7y ago·August 31, 2018
GitHub

1. Add the ability to set the `firstDayOfWeek` in the `setupCalendar()` method. 2. Add the ability to set a `onDateLongClickListener` for the Calendar dates. 3. Add the ability to set a `dateSelectionFilter` that indicates whether a date available for selection or not. 4. Add an optional year selection control that allows to quickly navigate between years. 5. Add a `calendarViewStyle` attribute as a default value for `defStyleAttr` in the `CalendarView` constructor. So now it is possible to define common style for all Calendars in the application Theme file. 6. Change visibility level to `internal` of some library classes and interfaces. 7. Some internal cleanup and refactoring.