Commit Graph

26 Commits

Author SHA1 Message Date
GitHub Actions
f6cf5696dd chore: bump version to 4.11.68 [skip ci] 2026-04-17 09:28:19 +00:00
GitHub Actions
1e848bc622 chore: bump version to 4.11.67 [skip ci] 2026-04-15 12:14:35 +00:00
3fe00eb3d7 Merge branch 'master' of http://synbox.ruv.wtf:8418/litruv/cinny-mobile
Some checks failed
Build / increment-version (push) Successful in 7s
Build / build-and-release (push) Failing after 51s
2026-04-15 22:14:24 +10:00
85851d7288 fix: update version to 4.11.66 and streamline Android build scripts 2026-04-15 22:14:14 +10:00
GitHub Actions
47f1b2c40f chore: bump version to 4.11.83 [skip ci] 2026-04-07 12:48:26 +00:00
GitHub Actions
76a19f7e02 chore: bump version to 4.11.82 [skip ci] 2026-04-07 10:57:10 +00:00
GitHub Actions
044631b05d chore: bump version to 4.11.81 [skip ci] 2026-04-07 10:45:54 +00:00
GitHub Actions
f758796d83 chore: bump version to 4.11.80 [skip ci] 2026-04-07 10:42:53 +00:00
GitHub Actions
a56662ab69 chore: bump version to 4.11.79 [skip ci] 2026-04-07 10:36:35 +00:00
GitHub Actions
eba647c9c5 chore: bump version to 4.11.78 [skip ci] 2026-04-07 09:42:27 +00:00
GitHub Actions
e88bebad3d chore: bump version to 4.11.77 [skip ci] 2026-04-07 07:13:09 +00:00
GitHub Actions
53bfd1c84e chore: bump version to 4.11.76 [skip ci] 2026-04-07 06:46:45 +00:00
GitHub Actions
338e51bcbc chore: bump version to 4.11.75 [skip ci] 2026-04-07 06:18:20 +00:00
GitHub Actions
9bdf72a1cf chore: bump version to 4.11.74 [skip ci] 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
GitHub Actions
f2e17c1763 chore: bump version to 4.11.72 [skip ci] 2026-04-07 05:50:00 +00:00
GitHub Actions
abe5369e91 chore: bump version to 4.11.71 [skip ci] 2026-04-07 05:47:06 +00:00
GitHub Actions
a02c6f8b1d chore: bump version to 4.11.70 [skip ci] 2026-04-07 05:45:49 +00: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
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