diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 04:40:36 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 04:40:36 +0000 |
| commit | 64d66c6ae4fde6aa3e66a5dba33950d447af1102 (patch) | |
| tree | 612734b3803dd61f311e2a837c656832828481cd /android-app/app/src/main/res_old | |
| parent | 4d637d284dce6fc674599c226dd063c442fd350f (diff) | |
refactor: cleanup, simplify, and modularize Android app logic
- 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.
Diffstat (limited to 'android-app/app/src/main/res_old')
4 files changed, 0 insertions, 20 deletions
diff --git a/android-app/app/src/main/res_old/drawable/ic_anchor.xml b/android-app/app/src/main/res_old/drawable/ic_anchor.xml deleted file mode 100644 index 2389c93..0000000 --- a/android-app/app/src/main/res_old/drawable/ic_anchor.xml +++ /dev/null @@ -1,9 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24"> - <path - android:fillColor="#FF000000" - android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2S13.1,14 12,14z" /> -</vector> diff --git a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index 52d5417..0000000 --- a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@android:color/white" /> - <foreground android:drawable="@drawable/ic_anchor" /> -</adaptive-icon> diff --git a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 52d5417..0000000 --- a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@android:color/white" /> - <foreground android:drawable="@drawable/ic_anchor" /> -</adaptive-icon> diff --git a/android-app/app/src/main/res_old/raw/mob_alarm.mp3 b/android-app/app/src/main/res_old/raw/mob_alarm.mp3 deleted file mode 100644 index 8b13789..0000000 --- a/android-app/app/src/main/res_old/raw/mob_alarm.mp3 +++ /dev/null @@ -1 +0,0 @@ - |
