All Versions
30
Latest Version
Avg Release Cycle
59 days
Latest Release
1892 days ago

Changelog History
Page 2

  • v1.3.0 Changes

    May 16, 2016
    • ๐Ÿ†• 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
  • v1.2.1 Changes

    May 05, 2016
    • ๐Ÿ›  Fix: Scrolling for nested view pagers
    • ๐Ÿ›  Fix: Crash on switching Calendar modes with no days selected
  • v1.2.0 Changes

    January 24, 2016
    • ๐Ÿ›  Fix: Disable paging also disables arrows
    • ๐Ÿ›  Fix: Allow paging from the entire width of the view
    • ๐Ÿ†• New: Dynamic Height, the calendar can now resize its height based on the currently visible month
    • ๐Ÿ†• New: Add single week calendar mode
  • v1.1.0 Changes

    October 19, 2015
    • ๐Ÿ†• New: Ability to disable month swiping with setPagingEnabled()
    • ๐Ÿ›  Fix #149: save selected dates as a typed List instead of an array.
    • ๐ŸŽ Change: Some performance optimizations
  • v1.0.1 Changes

    September 30, 2015
    • ๐Ÿ›  Fix #143: flag implementation for showOtherDates was a little weird and ambiguous. Clarified and added documentation.
  • v1.0.0 Changes

    September 30, 2015
    • ๐Ÿ†• New: Added ability to select multiple dates or disable selection completely
    • ๐Ÿ”„ Change: OnDateChangedListener has become OnDateSelectedListener with different functionality
    • ๐Ÿ”„ Change: showOtherDates is now a integer flag for finer control over which days are shown
    • ๐Ÿ”„ Change: CalendarDay.toString() no longer adds one to the month
  • v0.8.1 Changes

    August 28, 2015
    • ๐Ÿ›  Fix: Setting the topbar to invisible didn't correctly resize the view
    • ๐Ÿ”„ Change: Made DayViewFacade non final for unit test mocking
  • v0.8.0 Changes

    August 21, 2015
    • ๐Ÿ”„ Change: The view now responds better to layout parameters. The functionality is similar to how adjustViewBounds works with ImageView, where the view will try and take up as much space as necessary, but we base it on tile size instead of an aspect ratio. ๐Ÿ‘ป The exception being that if a tileSize is set, that will override everything and set the view to that size.
    • ๐Ÿ›  Fix: Use more efficient method for indexing months
  • v0.7.0 Changes

    July 09, 2015
    • ๐Ÿ›  Fix: Being in certain timezones only showed the last week of the month
    • ๐Ÿ›  Fix: Decorating with a custom selection drawable now works correctly
    • ๐Ÿ”„ Change: Now detect the first day of the week based off of Locale
    • ๐Ÿ†• New: You can now change the current month without animating using setCurrentDate(day, false)
    • ๐Ÿ›  Fix: Null pointer when trying to remove decorators when none have been added
    • ๐Ÿ›  Fix: Improve Javadoc
  • v0.6.1 Changes

    June 29, 2015
    • ๐Ÿ›  Fix: Hidding top bar will no longer distort the calendar
    • ๐Ÿ”„ Change: top bar visibility, first day of the week, and tile size are now saved during rotation