feat: Android APP V1 - Experimental Alpha

This commit is contained in:
2026-06-05 07:40:25 +02:00
parent bf4e6891d1
commit 9a1305f976
179 changed files with 8031 additions and 120 deletions

View File

@@ -54,7 +54,13 @@
"test:e2e": "cd e2e && npx playwright test",
"test:e2e:ui": "cd e2e && npx playwright test --ui",
"test:e2e:debug": "cd e2e && npx playwright test --debug",
"test:e2e:report": "cd e2e && npx playwright show-report ../test-results/html-report"
"test:e2e:report": "cd e2e && npx playwright show-report ../test-results/html-report",
"cap:sync": "cd toju-app && npx cap sync",
"cap:open:android": "node tools/cap-open-android.js",
"cap:open:ios": "cd toju-app && npx cap open ios",
"cap:apk:android": "bash tools/build-android-apk.sh",
"cap:build:android": "npm run build:prod && npm run cap:sync && npm run cap:open:android",
"cap:build:ios": "npm run build:prod && npm run cap:sync && npm run cap:open:ios"
},
"private": true,
"packageManager": "npm@10.9.2",
@@ -65,6 +71,15 @@
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"@capacitor-community/sqlite": "^8.1.0",
"@capacitor/app": "^8.1.0",
"@capacitor/camera": "^8.2.0",
"@capacitor/core": "^8.4.0",
"@capacitor/device": "^8.0.2",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/local-notifications": "^8.2.0",
"@capacitor/push-notifications": "^8.1.1",
"@capgo/capacitor-audio-session": "^8.0.40",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-json": "^6.0.2",
@@ -112,6 +127,9 @@
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler-cli": "^21.0.0",
"@capacitor/android": "^8.4.0",
"@capacitor/cli": "^8.4.0",
"@capacitor/ios": "^8.4.0",
"@eslint/js": "^9.39.3",
"@playwright/test": "^1.59.1",
"@stylistic/eslint-plugin-js": "^4.4.1",