Skip to content

Releases: tobiasschuerg/android-week-view

Version 1.11

11 Oct 21:32
Compare
Choose a tag to compare

Version 1.9.0 - ⚠️ breaking

02 Feb 21:19
Compare
Choose a tag to compare

This version uses desugaring for java.time-API instead of ThreeTenABP.

Version 1.8.0

08 Nov 22:35
Compare
Choose a tag to compare

Make default start and end times configurable

Version 1.7.0

11 Mar 07:57
Compare
Choose a tag to compare

[ADDED] method weekView.removeAllEvents()

Version 1.6.0

11 Feb 23:19
Compare
Choose a tag to compare

[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

07 Mar 10:42
Compare
Choose a tag to compare

[CHANGED] dayOfWeek removed as it was redundant with date
[Updated] gradle + kotlin

Version 1.4.3

25 Apr 07:23
Compare
Choose a tag to compare

[CHANGED] split sample code
[FIX] lesson ending shortly before midnight
[FIX] redraw of view once events are added

Version 1.4.2

17 Apr 06:46
Compare
Choose a tag to compare
Fixes #5 highlighting of the current day.

Version 1.4

10 Feb 15:28
Compare
Choose a tag to compare
  • [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

29 Dec 10:34
Compare
Choose a tag to compare

SDK 28 and migration to AndroidX