forked from alamkanak/Android-Week-View
-
Notifications
You must be signed in to change notification settings - Fork 64
Changelog
Jesse Hoobergs edited this page Feb 9, 2018
·
1 revision
Version 2.2.2
- Added
DropListener
anddropListenerEnabled
- Added
TextColorPicker
- Fixed some problems with placement of add event rectangle
- Added
minOverlappingMinutes
Version 2.2.1
- Small fix on string equality
Version 2.2.0
- IMPORTANT: Prefetching isn't done by the library anymore (see #42)
- Strings can now be used as Id's of WeekViewEvents
Version 2.0.0
- This fork is first released
- Possibility to set minDate and maxDate
- Allday events are supported
- Events can be add by clicking on empty space
Version 1.2.6
- Add empty view click listener
- Fix padding bug
- Fix bug when setting colors of different components
- Add ability to turn off fling gesture
- Add example of how to load events asynchronously in the sample app
Version 1.2.5
- Add support for using subclasses of
WeekViewEvent
- Fix scroll animation
- Add support for semi-transparent header colors
Version 1.2.4
-
NOTE: If you are using
WeekView.MonthChangeListener
, make sure to change it intoMonthLoader.MonthChangeListener
- Add support to have loaders other than MonthViewLoader
- Add pinch to zoom support
- Add support for location
- Add ability to have different colors for past, future, weekend days
- Add support for "now" line
Version 1.2.3
- Get callbacks when scrolling horizontally
-
goToHour
andgoToDate
methods has been fixed - Use
getFirstVisibleHour
method to get the first visible hour in the week view
Version 1.2.1
- Better scrolling added
- Get callbacks when empty view is tapped/long pressed
- Control the speed of scrolling
- Support for multiple language added
- Ability to set your own interpreter for header row and column added
Version 1.1.7
- You can now dynamically scroll to an hour of your preference.
Version 1.1.6
- Added support for events that expands to multiple days
Version 1.1.5
- A bug related to overlapping events fixed
- You can now programmatically get first and last visible day in the week view
Version 1.1.4
- Small bug fixed
Version 1.1.3
- Margins support added for overlapping events
Version 1.1.2
- Small bugs fixed
- Hour separator inconsistency fixed
Version 1.1.1
- Overlapping event bug fixed
Version 1.1.0
- Added support for overlapping events