Releases: alamkanak/Android-Week-View
Releases · alamkanak/Android-Week-View
1.2.6
1.2.5
- New: Add support for sub-classes of WeekViewEvent
- Fix: Scroll animation
- Fix: Add support for semi-transparent header colors
1.2.4
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
1.2.3
- New: Use
getFirstVisibleHour
method to get the first visible hour in the week view - New: Get callbacks when scrolling horizontally
- Fix:
goToHour
andgoToDate
methods has been fixed