Refactor sequence handling in calendar sync (#1789)

* Refactor sequence handling in calendar sync

- Move sequence update logic to SequenceUpdater
- Update LocalCalendar to use new SequenceUpdater
- Remove redundant methods from LocalCalendar
- Update tests and dependencies

* Minor KDoc
This commit is contained in:
Ricki Hirner
2025-11-01 21:55:28 +01:00
committed by GitHub
parent c64cb1e7ec
commit d365a504e8
6 changed files with 19 additions and 175 deletions

View File

@@ -20,7 +20,7 @@ androidx-test-junit = "1.3.0"
androidx-work = "2.11.0"
bitfire-cert4android = "41009d48ed"
bitfire-dav4jvm = "f11523619b"
bitfire-synctools = "e48bdbd330"
bitfire-synctools = "5fc6688ff6"
compose-accompanist = "0.37.3"
compose-bom = "2025.10.01"
dnsjava = "3.6.3"