Skip to content

Releases: alamkanak/Android-Week-View

1.2.6

04 Jan 10:55
Compare
Choose a tag to compare
  • 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

1.2.5

02 Jan 09:00
Compare
Choose a tag to compare
  • New: Add support for sub-classes of WeekViewEvent
  • Fix: Scroll animation
  • Fix: Add support for semi-transparent header colors

1.2.4

12 Dec 13:18
Compare
Choose a tag to compare

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

09 May 16:01
Compare
Choose a tag to compare
  • 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