Phase 1: foundation modules

Central Config with all tunables (retention, GPS timeout, colors,
event type keys, menu item metadata). Event / EventStore handle
persistence via Application.Storage with 7-day pruning. Logger
mirrors the same retention. LayoutMetrics and Haversine provide
resolution-independent geometry helpers. German UI strings and
placeholder menu icons landed alongside so the build stays green.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
EiSiMo 2026-04-11 19:36:15 +02:00
parent 6f56c337f7
commit 43f970d764
19 changed files with 409 additions and 2 deletions

View file

@ -1,3 +1,31 @@
<strings>
<string id="AppName">Einsatzprotokoll</string>
<!-- Menu labels -->
<string id="menu_history">Verlauf</string>
<string id="menu_general">Ereignis</string>
<string id="menu_start">Einsatzbeginn</string>
<string id="menu_end">Einsatzende</string>
<string id="menu_arrival">Eintreffen</string>
<string id="menu_arrest">Festnahme</string>
<string id="menu_force">Zwanganwendung</string>
<string id="menu_evidence">Beweismittel</string>
<string id="menu_sighting">Sichtung</string>
<string id="menu_delete">Letzten löschen</string>
<!-- Loading / result screens -->
<string id="loading_gps">Standort wird bestimmt</string>
<string id="error_gps">Standort konnte nicht bestimmt werden</string>
<string id="error_generic">Fehler beim Speichern</string>
<!-- History -->
<string id="history_empty">Keine Einträge</string>
<string id="history_loading_address">Adresse wird geladen…</string>
<string id="history_no_phone">Verbinde Handy für Adresse</string>
<!-- Delete -->
<string id="delete_hold">Halten zum Löschen</string>
<!-- Glance -->
<string id="glance_no_entries">Keine Einträge</string>
</strings>