Custom icons, improved GPS, history layout, address fixes

- Replace placeholder SVG icons with custom PNG icons (80x80 padded)
- AffineTransform for pixel-perfect icon centering in menu ring
- Colored circles behind icons with icon drawn at 60% size
- GPS: always wait full timeout (30s), keep best quality fix
- History: show address, PLZ+city, coordinates on separate lines
- Geocoding: fall back to "name" field for street-level results,
  include PLZ+city in cached address data
- Address distance threshold raised to 70m

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
EiSiMo 2026-04-13 19:05:17 +02:00
parent 79cdb9f210
commit 216d40c2c5
18 changed files with 108 additions and 101 deletions

View file

@ -1,13 +1,13 @@
<drawables>
<bitmap id="LauncherIcon" filename="launcher_icon.svg"/>
<bitmap id="IconHistory" filename="icon_history.svg" automaticPalette="false"/>
<bitmap id="IconEvent" filename="icon_event.svg" automaticPalette="false"/>
<bitmap id="IconStart" filename="icon_start.svg" automaticPalette="false"/>
<bitmap id="IconEnd" filename="icon_end.svg" automaticPalette="false"/>
<bitmap id="IconArrival" filename="icon_arrival.svg" automaticPalette="false"/>
<bitmap id="IconArrest" filename="icon_arrest.svg" automaticPalette="false"/>
<bitmap id="IconForce" filename="icon_force.svg" automaticPalette="false"/>
<bitmap id="IconEvidence" filename="icon_evidence.svg" automaticPalette="false"/>
<bitmap id="IconSighting" filename="icon_sighting.svg" automaticPalette="false"/>
<bitmap id="IconDelete" filename="icon_delete.svg" automaticPalette="false"/>
<bitmap id="LauncherIcon" filename="launcher_icon.png"/>
<bitmap id="IconHistory" filename="icon_history.png" automaticPalette="false"/>
<bitmap id="IconEvent" filename="icon_event.png" automaticPalette="false"/>
<bitmap id="IconStart" filename="icon_start.png" automaticPalette="false"/>
<bitmap id="IconEnd" filename="icon_end.png" automaticPalette="false"/>
<bitmap id="IconArrival" filename="icon_arrival.png" automaticPalette="false"/>
<bitmap id="IconArrest" filename="icon_arrest.png" automaticPalette="false"/>
<bitmap id="IconForce" filename="icon_force.png" automaticPalette="false"/>
<bitmap id="IconEvidence" filename="icon_evidence.png" automaticPalette="false"/>
<bitmap id="IconSighting" filename="icon_sighting.png" automaticPalette="false"/>
<bitmap id="IconDelete" filename="icon_delete.png" automaticPalette="false"/>
</drawables>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,016 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB