- Fix: Revert to older maven-android-plugin to fix .aar artifact.
- New: Better support for theming the widget.
- New: Optional smooth scroll support for
selectDate
. - Fix: Properly clear highlighted dates when initializing the widget.
- Fix: Ensure cell drawables properly invalidate on state change.
- Fix: Revert to older maven-android-plugin to fix .aar artifact.
- New:
OnDateSelected
listener. - New:
setSelectedDate
initialization method. - New: Multi-date selection and range selection modes.
- New:
OnDateConfiguredListener
controls which dates are selectable along withOnInvalidDateSelectedListener
when an invalid date selection is attempted. - New: Use custom selector states for styling.
- Fix: Use standalone month name when supported.
- Fix: Use current calendar's proper first day of week.
- Fix: scroll to selected date after init.
- Fix: Months with no selectable dates are no longer displayed.
- Fix:
NullPointerException
when clicking on day headers. - Fix: Better row measurement cachine.
Initial release.