be52b0fa08
fix(mobile): update version code and name, adjust padding in ShareRoomPicker component
2026-05-13 10:40:31 +10:00
61b82d1f40
fix: use consistent signing cert for all builds to prevent update conflicts
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m53s
Build / create-release (push) Successful in 14s
2026-05-13 08:51:57 +10:00
c9883a1279
chore: remove extra newline in SIGNING_SETUP.md
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m49s
Build / create-release (push) Successful in 23s
2026-05-13 08:28:45 +10:00
2281b31894
feat: add signing configuration for debug and release builds based on keystore properties
2026-05-13 08:20:47 +10:00
0fe41a55c1
feat: add custom notification sound for message alerts in MatrixSyncService
Build / increment-version (push) Successful in 7s
Build / build-android (push) Successful in 4m56s
Build / create-release (push) Successful in 14s
2026-04-28 15:46:20 +10:00
af2f7dbcbc
feat: enhance MatrixSyncService with user profile handling and image notifications
2026-04-26 18:54:58 +10:00
c263b681d4
feat: add ShareRoomPicker component for selecting rooms to share Android content
...
- Implemented ShareRoomPicker component to allow users to pick a room for sharing content received from Android intents.
- Integrated search functionality to filter rooms and directs.
- Added virtualized list for efficient rendering of room options.
- Created utility functions for handling Android share payloads, including fetching and clearing pending shares.
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 14:32:19 +10:00
79d46857f9
feat: integrate UnifiedPush for background synchronization and event handling
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 10:56:10 +10:00
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