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

@ -0,0 +1,9 @@
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="18" fill="#FF2222"/>
<rect x="11" y="14" width="18" height="3" fill="#000000"/>
<rect x="17" y="10" width="6" height="3" fill="#000000"/>
<rect x="12" y="17" width="16" height="14" rx="1" fill="#000000"/>
<rect x="16" y="20" width="2" height="8" fill="#FF2222"/>
<rect x="19" y="20" width="2" height="8" fill="#FF2222"/>
<rect x="22" y="20" width="2" height="8" fill="#FF2222"/>
</svg>

After

Width:  |  Height:  |  Size: 511 B