|
|
bc07974b4b
|
feat: implement push ping receiver and one-shot sync fetch functionality
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-26 10:17:56 +10:00 |
|
|
|
d8343d089b
|
feat: implement Android app signing setup and update .gitignore for keystore files
|
2026-04-19 07:24:38 +10:00 |
|
|
|
da52ec84b7
|
fix: improve handling of joined rooms and event notifications in MatrixSyncService
|
2026-04-07 20:45:44 +10:00 |
|
|
|
ca855a6945
|
feat: sync version from package.json into build.gradle and set APK output name
|
2026-04-07 20:42:43 +10:00 |
|
|
|
70f7d41d9a
|
feat: implement background sync service for Matrix integration
|
2026-04-07 20:36:25 +10:00 |
|
|
|
226f4863ff
|
feat: add POST_NOTIFICATIONS permission to AndroidManifest.xml
|
2026-04-07 19:42:17 +10:00 |
|
|
|
a0eb652098
|
Add new 64x64 icon image in PNG format
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m16s
Build / create-release (push) Successful in 8s
|
2026-04-07 17:12:59 +10:00 |
|
|
|
adce77b73b
|
feat: add Android/Capacitor platform support via overlay system
- Add Android project (Capacitor-generated, app ID com.paarrot.app)
- Add capacitor.config.json at repo root (webDir: cinny/dist)
- Add overlay/ directory with mobile-specific source patches:
- tauri.ts: Capacitor native detection, LocalNotifications, permission APIs
- matrix.ts / useAuthenticatedMediaUrl.ts: legacy /_matrix/media/ URL support
- SystemNotification.tsx: Capacitor permission request flow
- ClientNonUIFeatures.tsx: Capacitor notification routing
- tsconfig.json: moduleResolution bundler, rootDir set
- package-additions.json: @capacitor/* deps to merge at build time
- Add scripts/apply-overlay.mjs: applies overlay onto clean cinny submodule before build
- Update android:prepare script to run apply-overlay before build + cap sync
|
2026-04-07 15:11:59 +10:00 |
|