| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 14 days | chore: untrack build artifacts from git | Peter Stone | |
| build/ was previously committed by mistake. .gitignore already has **/build/ so these files will no longer be tracked going forward. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 14 days | fix: move weather feature to org/terst/nav package directories | Peter Stone | |
| Package declarations were already org.terst.nav.* but files lived under com/example/androidapp/. Kotlin 2.0 (K2) compiler on CI fails when package declarations don't match directory structure during kapt stub generation. Moved all 20 files to their correct locations and renamed MainActivity (weather) -> WeatherActivity to avoid confusion with the nav app's MainActivity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-13 | fix: resolve MapLibre 11.x migration issues and layout/resource errors | Peter Stone | |
