chahinebrini 63fae25531 fix(android-protection): explicit specialUse FGS type — Samsung/Android 16 crash loop
RebreakVpnService.onStartCommand crashed with SecurityException because Android 16's validateForegroundServiceType rejects the implicit 2-arg startForeground(). Now passes FOREGROUND_SERVICE_TYPE_SPECIAL_USE explicitly (Google's documented best practice) and guards the call so a failed foreground promotion stops the service cleanly instead of crashing the app. Verified vs reported Galaxy A54 / Android 16 signature (97% of crash events, 1-user crash loop).

Bundles pending working-tree work across native/marketing/locales/mac + graphify-out rebuild. gitignore: google-services.json + /screenshots/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 22:33:28 +02:00

83 lines
1.7 KiB
YAML

# Onboarding-Slides via Debug-Toggle (Root-Route, nicht gated). KEIN clearState.
# Account-Step wird am Ende auf 'done' restauriert.
appId: org.rebreak.app
---
# ── 01a — WELCOME ──
- launchApp
- waitForAnimationToEnd:
timeout: 5000
- tapOn:
text: "Nicht erlauben"
optional: true
- openLink:
link: "rebreak://debug"
- tapOn:
text: "Öffnen"
optional: true
- waitForAnimationToEnd:
timeout: 2500
- scrollUntilVisible:
element:
text: "Onboarding-Step"
direction: DOWN
timeout: 8000
centerElement: true
optional: true
- tapOn:
text: "Welcome"
optional: true
- waitForAnimationToEnd:
timeout: 4000
- takeScreenshot: screenshots/01a-welcome
# ── 01b — PROTECTION ──
- openLink:
link: "rebreak://debug"
- tapOn:
text: "Öffnen"
optional: true
- waitForAnimationToEnd:
timeout: 2500
- scrollUntilVisible:
element:
text: "Onboarding-Step"
direction: DOWN
timeout: 8000
centerElement: true
optional: true
- tapOn:
text: "Pre_Protection"
optional: true
- waitForAnimationToEnd:
timeout: 4000
- takeScreenshot: screenshots/01b-protection
# ── restore done + 01c — DONE SLIDE ──
- openLink:
link: "rebreak://debug"
- tapOn:
text: "Öffnen"
optional: true
- waitForAnimationToEnd:
timeout: 2500
- scrollUntilVisible:
element:
text: "Onboarding-Step"
direction: DOWN
timeout: 8000
centerElement: true
optional: true
- tapOn:
text: "Done"
optional: true
- waitForAnimationToEnd:
timeout: 3000
- openLink:
link: "rebreak://onboarding"
- tapOn:
text: "Öffnen"
optional: true
- waitForAnimationToEnd:
timeout: 3500
- takeScreenshot: screenshots/01c-done