Android Week View Versions Save

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.

parent-1.2.6

8 years ago
  • 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

parent-1.2.5

8 years ago
  • New: Add support for sub-classes of WeekViewEvent
  • Fix: Scroll animation
  • Fix: Add support for semi-transparent header colors

parent-1.2.4

8 years ago

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

parent-1.2.3

9 years ago
  • 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