Releases: tobiasschuerg/android-week-view
Releases · tobiasschuerg/android-week-view
Version 1.11
Full Changelog: 1.9.0...1.11.0
Version 1.9.0 - ⚠️ breaking
This version uses desugaring for java.time
-API instead of ThreeTenABP.
Version 1.8.0
Make default start and end times configurable
Version 1.7.0
[ADDED] method weekView.removeAllEvents()
Version 1.6.0
[UPDATE] all libs to latest version
[REMOVE] obsolete dependencies - com.jakewharton.threetenabp:threetenabp
is now the only external dependency
[ADD] TimeSpan
-class for better start- and end-time handlinf
Version 1.5.0
[CHANGED] dayOfWeek
removed as it was redundant with date
[Updated] gradle + kotlin
Version 1.4.3
[CHANGED] split sample code
[FIX] lesson ending shortly before midnight
[FIX] redraw of view once events are added
Version 1.4.2
Fixes #5 highlighting of the current day.
Version 1.4
- [CHANGED] day are not longer represented by ints but use
DayOfWeek
- [IMPROVED] how the mapping of days to columns is made
- [ADDED] test for day-to-column mapping
Version 1.3.0
SDK 28 and migration to AndroidX