### What this changes ### Why ### How it was tested ### Checklist - [ ] `./gradlew lintDebug :app:testDebugUnitTest :app:assembleDebug` passes locally - [ ] New domain logic comes with JVM unit tests under `app/src/test/` - [ ] Provider details stay inside `data/tasks/` - [ ] No `values-*/strings.xml` touched (Weblate owns those; new English strings in `values/` are fine) - [ ] `CHANGELOG.md` updated under `## [Unreleased]`, if the change is user-visible - [ ] No `versionName` / `versionCode` bump - [ ] No planning or design documents committed