summaryrefslogtreecommitdiff
path: root/android-app/build.gradle
AgeCommit message (Collapse)Author
3 daysfix: resolve all Kotlin compilation errors blocking CI buildPeter Stone
- Migrate kapt → KSP (Kotlin 2.0 + kapt is broken; KSP is the supported path) - Fix duplicate onResume() override in MainActivity - Fix wrong package imports: com.example.androidapp.data.model → org.terst.nav.data.model across GribFileManager, GribStalenessChecker, SatelliteGribDownloader, LogbookFormatter, LogbookPdfExporter, IsochroneRouter, AnchorWatchHandler - Create missing SensorData, ApparentWind, TrueWindData, TrueWindCalculator classes - Inline missing ScopeCalculator formula (Pythagorean) in AnchorWatchState Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 daysfeat: add Firebase Crashlytics for automatic crash reportingPeter Stone
Wires in firebase-crashlytics-ktx (BOM-managed version) and the Crashlytics Gradle plugin so every uncaught exception is captured with a full stack trace in the Firebase console with no code changes required. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13fix: resolve MapLibre 11.x migration issues and layout/resource errorsPeter Stone
2026-03-13refactor: update package name to org.terst.nav and setup CI/CD with Firebase ↵Peter Stone
App Distribution
2026-03-10chore: initial commitClaudomator Agent