- Add a flag
disableAutoDateSelection
for disabling auto date selection on month change - Fixed all dates not getting displayed when
showDatesOutsideMonth
was disabled
- Support library 23.2 fixes
- Fix SELECTED_TODAY state in drawDateCell()
- Add a flag
decorateDatesOutsideMonth
to decorate dates with events outside month.
- Fix showDatesOutsideMonth when start day of the week is set to some other value then SUNDAY
- Fix the extra height below the calendar
- Limit the number of pages to 20000 to avoid freezing.
- Add method
selectDate
.
- Add method
goToCurrentDay
- Add customization to set start day of the week.
- Customize date cell by adding custom events. Events are now customizable
- Fixed broken
goToCurrentMonth
method.
- Added
refresh
method to refresh the views
- Added cellType for customizing the cell based on type
- Showing dates outside month method
- Customizing day of week display value
- Select the last date of previous month on moveToPreviousDate