Release GPS2Audio v2.5.44 POI category fix

This commit is contained in:
Perplexity Computer
2026-05-30 05:42:44 +00:00
parent 18ea77b21d
commit 014e6c1bf1
100 changed files with 28584 additions and 1083 deletions
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
GPS2Audio splash icon (v2.5.8)
Wird vom Android Splash Screen (androidx.core.splashscreen) zentriert
auf dem Splash-Hintergrund (navy) gezeichnet. Reine Vektorgrafik
keine externen Bilder. Form: Map-Pin mit Sound-Wellen, identisch zur
Launcher-Identität, aber dezent angepasst (etwas mehr Whitespace).
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="192"
android:viewportHeight="192">
<!-- Map-pin teardrop body teal -->
<path
android:fillColor="#4DB6AC"
android:pathData="
M86,40
C71,40 59,52 59,67
C59,88 86,124 86,124
C86,124 113,88 113,67
C113,52 101,40 86,40Z" />
<!-- Pin inner cut-out circle navy -->
<path
android:fillColor="#0D1B2A"
android:pathData="M86,57 a10,10 0 1 0 0.001 0Z" />
<!-- Sound-wave arc 1 inner, white -->
<path
android:strokeColor="#FFFFFF"
android:strokeWidth="3.5"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M125,82 Q132,96 125,110" />
<!-- Sound-wave arc 2 middle, white -->
<path
android:strokeColor="#FFFFFF"
android:strokeWidth="3.5"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M133,75 Q145,96 133,117" />
<!-- Sound-wave arc 3 outer, light teal -->
<path
android:strokeColor="#80CBC4"
android:strokeWidth="3"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M141,68 Q157,96 141,124" />
</vector>