All Versions
4
Latest Version
Avg Release Cycle
80 days
Latest Release
3036 days ago

Changelog History

  • v1.2.6 Changes

    January 04, 2016
    • ๐Ÿ†• New: Add example of how to load events asynchronously in the sample app
    • ๐Ÿ†• New: Add empty view click listener
    • ๐Ÿ†• New: Add ability to turn off fling gesture
    • ๐Ÿ›  Fix: Padding bug
    • ๐Ÿ›  Fix: Bug when setting colors of different components
  • v1.2.5 Changes

    January 02, 2016
    • ๐Ÿ†• New: Add support for sub-classes of WeekViewEvent
    • ๐Ÿ›  Fix: Scroll animation
    • ๐Ÿ›  Fix: Add support for semi-transparent header colors
  • v1.2.4 Changes

    December 12, 2015

    NOTE: If you are using WeekView.MonthChangeListener, make sure to change it into MonthLoader.MonthChangeListener.

    • ๐Ÿ†• New: Add support to have loaders other than MonthViewLoader
    • ๐Ÿ†• New: Add pinch to zoom support
    • ๐Ÿ†• New: Add support for location
    • ๐Ÿ†• New: Add ability to have different colors for past, future, weekend days
    • ๐Ÿ†• New: Add support for "now" line
  • v1.2.3 Changes

    May 09, 2015
    • ๐Ÿ†• New: Use getFirstVisibleHour method to get the first visible hour in the week view
    • ๐Ÿ†• New: Get callbacks when scrolling horizontally
    • ๐Ÿ›  Fix: goToHour and goToDate methods has been fixed