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:
parent
6f56c337f7
commit
43f970d764
19 changed files with 409 additions and 2 deletions
|
|
@ -1,3 +1,13 @@
|
|||
<drawables>
|
||||
<bitmap id="LauncherIcon" filename="launcher_icon.svg"/>
|
||||
<bitmap id="LauncherIcon" filename="launcher_icon.svg"/>
|
||||
<bitmap id="IconHistory" filename="icon_history.svg"/>
|
||||
<bitmap id="IconEvent" filename="icon_event.svg"/>
|
||||
<bitmap id="IconStart" filename="icon_start.svg"/>
|
||||
<bitmap id="IconEnd" filename="icon_end.svg"/>
|
||||
<bitmap id="IconArrival" filename="icon_arrival.svg"/>
|
||||
<bitmap id="IconArrest" filename="icon_arrest.svg"/>
|
||||
<bitmap id="IconForce" filename="icon_force.svg"/>
|
||||
<bitmap id="IconEvidence" filename="icon_evidence.svg"/>
|
||||
<bitmap id="IconSighting" filename="icon_sighting.svg"/>
|
||||
<bitmap id="IconDelete" filename="icon_delete.svg"/>
|
||||
</drawables>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue