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

Changelog History
Page 3

  • v0.6.0 Changes

    June 24, 2015
    • ๐Ÿ†• New: DayViewDecorators now support disabling individual days
    • ๐Ÿ†• New: You can set custom masks for arrows
    • ๐Ÿ†• New: You can now set the top bar (arrows and title) as no visible
  • v0.5.0 Changes

    June 17, 2015
    • ๐Ÿ”„ Change: There are several factory methods on CalendarDay which should be used in place of the now deprecated constructors
    • ๐Ÿ›  Bugfix: You can now clear the selected date. Either by passing null or calling clearSelection()
    • ๐Ÿ†• New: You can now supply a custom DayFormatter to format day labels.
  • v0.4.0 Changes

    May 18, 2015
    • ๐Ÿ”„ Change: Revamp DayViewDecorators to be more efficent. See README for differences.
  • v0.3.2 Changes

    May 03, 2015
    • New: Added ability to change the first day of the month
    • New: Added month change listener
  • v0.3.1 Changes

    April 23, 2015
    • New: Added DayViewDecorator and DayViewFacade to allow for day decorating
  • v0.3.0 Changes

    April 15, 2015
    • Change: Namespaced library resources. Everything is now prefixed with mcv_
    • New: Widget resizing is now possible by setting the tileSize
      • Change: XML layouts are no longer used
      • Change: Default tile size is now an integer resource
  • v0.2.5 Changes

    March 11, 2015
    • New: Customize labels for weekdays and months
  • v0.2.4 Changes

    March 06, 2015
    • Bugfix: Full fix issue that was supposed to be fixed in 0.2.2
    • Bugfix: Text didn't center on RTL apps, default the text alignment to center
  • v0.2.2 Changes

    February 26, 2015
    • Bugfix: Using Date for setting anything in the library wasn't getting set correctly
    • New: Added Date variants for min and max setters
  • v0.2.1 Changes

    • Start of ChangeLog