Commit Graph

25 Commits

Author SHA1 Message Date
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
All checks were successful
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
GitHub Actions
53bfd1c84e chore: bump version to 4.11.76 [skip ci] v4.11.76 2026-04-07 06:46:45 +00:00
b179c46e35 chore: update subproject commit reference to 0659f3c
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 4m23s
Build / create-release (push) Successful in 7s
2026-04-07 16:45:29 +10:00
GitHub Actions
338e51bcbc chore: bump version to 4.11.75 [skip ci] v4.11.75 2026-04-07 06:18:20 +00:00
cce84abfe1 feat: rename release APK to Paarrot.apk, add obtainium.json
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m30s
Build / create-release (push) Successful in 8s
2026-04-07 16:18:13 +10:00
GitHub Actions
9bdf72a1cf chore: bump version to 4.11.74 [skip ci] v4.11.74 2026-04-07 06:01:58 +00:00
6a87b449da fix: patch capacitor.settings.gradle after cap sync (sed, post-prepare)
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 4m25s
Build / create-release (push) Successful in 7s
2026-04-07 16:01:50 +10:00
GitHub Actions
5c0b649ddc chore: bump version to 4.11.73 [skip ci] 2026-04-07 05:57:01 +00:00
ffe99d8431 fix: patch capacitor.settings.gradle to use ../cinny/node_modules for Linux CI
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-android (push) Failing after 3m1s
Build / create-release (push) Has been skipped
2026-04-07 15:56:52 +10:00
GitHub Actions
f2e17c1763 chore: bump version to 4.11.72 [skip ci] 2026-04-07 05:50:00 +00:00
69bc526506 fix: chmod +x gradlew before Android build on Linux
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Failing after 3m21s
Build / create-release (push) Has been skipped
2026-04-07 15:49:53 +10:00
GitHub Actions
abe5369e91 chore: bump version to 4.11.71 [skip ci] 2026-04-07 05:47:06 +00:00
042a511082 chore: remove Windows/Linux CI jobs, Android only
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-android (push) Failing after 2m7s
Build / create-release (push) Has been skipped
2026-04-07 15:46:57 +10:00
GitHub Actions
a02c6f8b1d chore: bump version to 4.11.70 [skip ci] 2026-04-07 05:45:49 +00:00
c928ca7d29 fix: use Node.js 22 for Android CI (Capacitor CLI requires >=22)
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-linux (push) Failing after 28s
Build / build-windows (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-04-07 15:45:41 +10:00
GitHub Actions
4aadd08a4c chore: bump version to 4.11.69 [skip ci] 2026-04-07 05:40:14 +00:00
2e4a39b27e feat: build Android APK on Linux CI (symlink, gradlew, setup-android action)
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-linux (push) Failing after 30s
Build / build-android (push) Failing after 3m1s
Build / build-windows (push) Has been cancelled
Build / create-release (push) Has been cancelled
2026-04-07 15:40:07 +10:00
GitHub Actions
0c40638a5c chore: bump version to 4.11.68 [skip ci] 2026-04-07 05:29:09 +00:00
740a991be0 feat: auto-restore cinny submodule after android build (stash/pop)
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-linux (push) Failing after 27s
Build / build-windows (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
2026-04-07 15:29:01 +10:00
GitHub Actions
b84392b51a chore: bump version to 4.11.67 [skip ci] 2026-04-07 05:23:15 +00:00
b5c6287442 ci: remove QEMU VM workflow, add Android APK build job
Some checks failed
Build / increment-version (push) Successful in 7s
Build / build-linux (push) Failing after 30s
Build / build-windows (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
2026-04-07 15:23:06 +10:00
beadaff0d5 fix: auto-generate android/local.properties from ANDROID_HOME in apply-overlay 2026-04-07 15:16:20 +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
7b604b5caf Initial commit - mobile only 2026-04-07 14:49:48 +10:00