All Versions
29
Latest Version
Avg Release Cycle
129 days
Latest Release
748 days ago

Changelog History
Page 2

  • v1.7.0 Changes

    October 26, 2016
    • New: Support for specifying the timezone
    • New languages: Serbian and Russian!
  • v1.6.5 Changes

    February 08, 2016
    • New: Support for arabic numbers
    • New: Performance improvement in CalendarCellView
    • New: Support for completely custom cell views
    • New: Support for a custom "highlighted" color
    • New language: Polish!
  • v1.6.4 Changes

    September 01, 2015
    • Convert build to gradle to hopefully fix another support-library issue.
  • v1.6.3 Changes

    August 18, 2015
    • Fix: compatibility with appcompat 23
  • v1.6.2 Changes

    April 28, 2015
    • New: Right-To-Left layout support.
    • Fix: applying decorators after views are rendered now works
  • v1.6.1 Changes

    April 13, 2015
    • New: CalendarCellView accessors for various states. Useful for CalendarCellDecorator implementation.
  • v1.6.0 Changes

    April 10, 2015
    • 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.
  • v1.5.0 Changes

    December 15, 2014
    • New: Use CellClickInterceptor to implement custom cell-click logic
    • Fix: Correct default header/title text colors.
    • Fix: Disallow passing > 2 dates to withSelectedDates when in RANGE mode.
  • v1.4.1 Changes

    October 27, 2014
    • New: Individual typeface options for the header and days.
    • Fix: Prevent warnings which might have been logged about relayout.
  • v1.4.0 Changes

    October 14, 2014
    • New: Styling options for typeface, hiding the header, and specifying a divider.