summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/temp/CompassRoseView.kt
AgeCommit message (Collapse)Author
6 daysrefactor: cleanup, simplify, and modularize Android app logicPeter Stone
- Extracted MOB, Instruments, Map, and Anchor Watch logic from MainActivity into dedicated handlers. - Refactored LocationService to use a standalone MockTidalCurrentGenerator. - Removed legacy 'kotlin_old', 'res_old', and 'temp' directories. - Added KDoc documentation to core components and handlers. - Integrated JUnit 5 dependencies and configured the test runner. - Verified all changes with successful unit test execution.
2026-03-14Implement barometric pressure trend monitoring and visualizationClaudomator Agent