material-calendarview v1.3.0 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
    • ๐Ÿ†• New: MCV goToNext and goToPrevious API to programmatically trigger paging
    • ๐Ÿ†• New: Allow users to click on dates outside of current month with setAllowClickDaysOutsideCurrentMonth
    • ๐Ÿ†• New: Set tile width/height separately rather than single tile size
    • New: Attributes: mcv_tileWidth, mcv_tileHeight, mcv_calendarMode
    • ๐Ÿ”„ Change: CalendarMode.WEEK officially marked @Experimental, use with caution
    • ๐Ÿ”„ Change: getTileSize is deprecated, use getTileWidth and getTileHeight. setTileSize still works as a convenience method to set width and height at the same time.
    • ๐Ÿ›  Fix: Issue with arrow not enabled when setting maxDate
    • ๐Ÿ›  Fix: Issue with number of pages not calculated correctly with maxDate causing last page to be unreachable
    • ๐Ÿ›  Fix: TalkBack content descriptions for pager view, forward/back arrows, and ability to set them manually
    • ๐Ÿ›  Fix: Crash while in Week mode when CalendarPagerAdapter#getItemPosition is called
    • ๐Ÿ›  Fix: Calendar Mode is retained on restore instance state
    • ๐Ÿ›  Fix: Min/Max date range is retained on restore instance state
    • โช Issue: Week mode - Restore instance state shows the previous week of the one that was saved
    • Issue: Week mode - Some combinations of first day of week, min/max date can cause the last week not to be pagable