android: rich GPS notification with pace, request POST_NOTIFICATIONS

- Notification title: "Bocken — Tracking GPS for active Workout"
- Live updates with elapsed time, distance, and pace (min/km)
- Request POST_NOTIFICATIONS permission at runtime (Android 13+)
- Page titles: "- Fitness" → "- Bocken" (missed in prior commit)
This commit is contained in:
2026-03-24 18:23:14 +01:00
parent 28b2494a08
commit 8fff5f14b5
10 changed files with 131 additions and 39 deletions

View File

@@ -125,7 +125,7 @@
</script>
<svelte:head><title>{t('stats_title', lang)} - Fitness</title></svelte:head>
<svelte:head><title>{t('stats_title', lang)} - Bocken</title></svelte:head>
<div class="stats-page">
<h1>{t('stats_title', lang)}</h1>