Skip to content

Releases: alamkanak/Android-Week-View

1.2.6

Choose a tag to compare

@alamkanak alamkanak released this 04 Jan 10:55
  • 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

Choose a tag to compare

@alamkanak alamkanak released this 02 Jan 09:00
  • New: Add support for sub-classes of WeekViewEvent
  • Fix: Scroll animation
  • Fix: Add support for semi-transparent header colors

1.2.4

Choose a tag to compare

@alamkanak alamkanak released this 12 Dec 13:18

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

Choose a tag to compare

@alamkanak alamkanak released this 09 May 16:01
  • 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