Release 5.2.2
- Changed:
firstVisibleHour
now returns the first partially visible hour as anInt
and takes into accountminHour
. To retrieve the first fully visible hour, you can usefirstFullyVisibleHour
. - Fixed: WeekView now only calls
onRangeChanged()
when a scroll has finished. Previously, it would call it for every date that it scrolled past. - Fixed: WeekView now correctly preserves the first visible date when switching the number of visible days.
- Fixed: WeekView now scrolls correctly when used in the Fragment of a ViewPager.
Thanks to everyone who reported issues!