android-times-square v1.6.0 Release Notes

Release Date: 2015-04-10 // about 9 years ago
    • New: CalendarCellDecorator - Flexibility to do whatever custom logic you want on top of our cells.
    • New: clearHighlightedDates() - Unhighlights all previously highlighted days.
    • New: scrollToDate(Date date) - Scroll to the month that given date belongs to.
    • New: containsDate(List<Calendar> selectedCals, Date date) - if date is within selectedCals
    • Fix: When calculating cell width, make sure to cover all of totalWidth.