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

35 lines
837 B
JSON

{
"name": "@rebreak/marketing",
"type": "module",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "nuxt dev --port 3020",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^1.10.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.5.1",
"@nuxtjs/i18n": "^9.5.6",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^14.2.1",
"chart.js": "^4.5.1",
"nuxt": "4.1.3",
"tailwindcss": "^4.1.18",
"vue": "^3.5.22",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.86",
"@nuxt/devtools": "latest",
"typescript": "^5.9.3"
}
}