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>
15 lines
1.0 KiB
Markdown
15 lines
1.0 KiB
Markdown
# Deprecated Assets
|
|
|
|
These files are kept in place to avoid breaking native build configuration.
|
|
Do NOT delete without first updating app.config.ts and running `expo prebuild --clean`.
|
|
|
|
## splash.png
|
|
- What: old chain-break logo on navy gradient — used as the native OS-level splash screen image
|
|
- Referenced in: app.config.ts → `splash.image`
|
|
- Replaced by: animated in-app `BrandSplash` component (`components/BrandSplash.tsx`) which runs after the native splash hides
|
|
- TODO (Orchestrator / Zied): update `app.config.ts` to use `assets/icon.png` as the native splash image (matching the in-app logo), then `expo prebuild --clean` + rebuild. A transparent logo variant (logo mark only, no rounded-square background) would be ideal for the native splash — currently not available; icon.png on #0f172a background is the fallback.
|
|
|
|
## adaptive-icon.png / adaptive-foreground.png / rebreak_android.png
|
|
- What: older Android adaptive icon variants
|
|
- Status: may still be referenced in app.config.ts android block — verify before removing
|