Skip to content

Releases: tobiasschuerg/android-week-view

Version 4.1.3

21 Apr 17:32

Choose a tag to compare

What's Changed

  • build(deps): bump gradle-wrapper from 9.4.0 to 9.4.1 by @dependabot[bot] in #65
  • build(deps): bump androidx.compose:compose-bom from 2026.03.00 to 2026.03.01 by @dependabot[bot] in #67
  • build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #66
  • build(deps): bump agp from 9.1.0 to 9.1.1 by @dependabot[bot] in #70
  • build(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #68
  • build(deps): bump androidx.annotation:annotation from 1.9.1 to 1.10.0 by @dependabot[bot] in #69
  • build(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #71

Full Changelog: 4.1.2...4.1.3

4.1.2

18 Mar 19:34

Choose a tag to compare

Bug Fixes

  • fix: prevent crash on locale due to unclosed quoted literal in date pattern (599a503)

Other Changes

  • build(deps): bump androidx.activity:activity-compose (30c8862)
  • build(deps): bump androidx.compose:compose-bom (#61) (71ce49f)
  • build(deps): bump androidx.core:core-ktx from 1.17.0 to 1.18.0 (#62) (6237dbf)
  • build(deps): bump org.jetbrains.kotlin.plugin.compose (#60) (8e8dc90)
  • build(deps): bump org.jlleitschuh.gradle.ktlint from 14.1.0 to 14.2.0 (#59) (4f7a1b9)

Full Changelog: 4.1.1...4.1.2

4.1.1

15 Mar 09:42

Choose a tag to compare

Bug Fixes

  • fix: only consume multi-touch gestures so single-finger swipes pass through (cb502f9)

Full Changelog: 4.1.0...4.1.1

4.1.0

14 Mar 14:56

Choose a tag to compare

Features

  • feat(sample): add overlapping events to university and work timetables (49ad220)
  • feat: add configurable spacing between events (dde6ce6)
  • feat(sample): add 3-day conference timetable (8c9e491)
  • feat(sample): replace random events with structured sample timetables (102d93c)

Bug Fixes

  • fix: reduce vertical spacing between event text fields (7ac68d3)
  • fix(sample): use neutral blue-grey theme instead of default purple (6144405)

Other Changes

  • docs: update README with new screenshots and current API (209ad5f)
  • refactor: remove built-in swipe navigation gestures (8c737ab)
  • build(deps): bump gradle-wrapper from 9.3.1 to 9.4.0 (#56) (e90bd62)
  • build(deps): bump org.jlleitschuh.gradle.ktlint from 14.0.1 to 14.1.0 (#55) (c0bd6bd)

Full Changelog: 4.0.0...4.1.0

4.0.0

03 Mar 20:56

Choose a tag to compare

Breaking Changes

  • feat!: bump minSdk to 26 and remove core library desugaring (958580c)

Bug Fixes

  • fix(ci): push tag explicitly in release workflow (7d69c65)
  • fix: replace deprecated Locale constructor with Locale.Builder (8281658)

Other Changes

  • docs: update CLAUDE.md for built-in Kotlin and libVersion source (e65f6a0)
  • refactor: migrate to AGP 9.0 built-in Kotlin support (00f3e76)
  • refactor: derive library version from gradle.properties instead of git tags (1ccee0c)
  • refactor: remove deprecated AGP properties from gradle.properties (aa8bdc4)
  • refactor: remove unnecessary multiDexEnabled setting (ad2bd94)
  • docs: consolidate AI agent instructions into CLAUDE.md (c24fd47)
  • build(deps): bump agp from 9.0.1 to 9.1.0 (#54) (a6e2d81)
  • build(deps): bump androidx.compose:compose-bom (#53) (74ba2b7)
  • docs: update README to reflect current Compose-only architecture (5a7464c)
  • refactor: Remove unused code from EventCreator (4b0e458)
  • refactor: Move MultiDay event date validation to init block (db5527d)

Full Changelog: 3.1.0...4.0.0

3.1.0

18 Feb 22:11

Choose a tag to compare

Features

  • feat: add multi-day event support with spanning bar rendering (64a4542)

Other Changes

  • refactor: pass full Event to callbacks instead of just event ID (36fcda9)

Full Changelog: 3.0.2...3.1.0

3.0.2

18 Feb 22:09

Choose a tag to compare

Bug Fixes

  • fix: resolve low severity bugs found during code review (52519cc)

Other Changes

  • refactor: pass full Event to callbacks instead of just event ID (23f07cf)

Full Changelog: 3.0.1...3.0.2

3.0.1

18 Feb 21:23

Choose a tag to compare

Bug Fixes

  • fix: resolve 7 medium severity bugs found during code review (9944cba)
  • fix: resolve 5 critical bugs found during code review (4c40387)

Full Changelog: 3.0.0...3.0.1

3.0.0

18 Feb 20:48

Choose a tag to compare

Breaking Changes

  • refactor!: remove deprecated legacy View-based week view implementation (c94b93d)

Features

  • feat: implement all-day event rendering in Compose week view (76d05a5)

Bug Fixes

  • fix: handle git describe failure in CI shallow clones (1f2f415)

Other Changes

  • refactor: migrate Gradle build files to Kotlin DSL with version catalog (9405569)
  • refactor: replace AppCompat theme with platform Material theme (d97b1cd)
  • chore: derive lib_version from git tags instead of hardcoding (939f713)

Full Changelog: 2.3.0...3.0.0

2.3.0

18 Feb 19:22

Choose a tag to compare

Features

  • feat: Bump lib_version to 2.2.0 (6c7d1a5)

Other Changes

  • refactor: split CI into focused workflows and extract version script (89bade4)
  • docs: Add CLAUDE.md and ignore .claude directory (ceaaf4b)
  • build(deps): bump com.android.tools.build:gradle from 9.0.0 to 9.0.1 (#52) (fad1682)
  • build(deps): bump androidx.compose:compose-bom (#51) (67bdf38)

Full Changelog: 2.2.0...2.3.0