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>
13 lines
687 B
XML
13 lines
687 B
XML
<drawables>
|
|
<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>
|