2fa800e4d6
Fix useOtherUserColor crash when sender has an avatar MXC URL.
...
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m42s
Pass the Matrix room to useOtherUserColor in overlay Message.tsx instead of
senderAvatarMxc, and bump cinny for Android About/updates fixes.
2026-08-23 16:19:03 +10:00
c9c7bdb48d
Keep stacked notification images and warn when OEM AUTO_START blocks UnifiedPush.
...
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 4m35s
Attach image thumbnails via MessagingStyle message data so they survive multi-message history, drop useless image filenames, and surface TCL App Boot blocks in settings.
2026-07-28 02:39:44 +10:00
a744e36fb1
Fix UnifiedPush register race where a late UNREGISTER wiped the new endpoint.
Build / increment-version (push) Successful in 4s
Build / build-android (push) Successful in 5m8s
2026-07-28 01:38:04 +10:00
c28b786948
Show an in-app UnifiedPush distributor picker instead of a silent OS default.
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m42s
2026-07-28 00:40:09 +10:00
a887cd39f1
Fix Stationery theme on Android by keeping overlay hooks and CSS.
Build / increment-version (push) Successful in 4s
Build / build-android (push) Successful in 4m22s
Build / create-release (push) Successful in 13s
2026-07-23 01:32:44 +10:00
a5efb1f337
chore: update subproject status to dirty
2026-07-11 22:45:48 +10:00
7800e7ced7
refactor: implement immersive mode for mobile keyboard layout and update related styles
2026-07-11 21:18:06 +10:00
6f45f94f19
refactor: adjust RoomView component for improved mobile composer behavior and styling
2026-07-11 21:03:18 +10:00
c7b6e8f5f0
refactor: enhance mobile swipe gesture handling and improve outlet behavior on compact routes
Build / increment-version (push) Successful in 6s
Build / build-android (push) Failing after 1m32s
Build / create-release (push) Has been skipped
2026-07-11 20:36:10 +10:00
a282fce14a
chore: update cinny submodule to latest dirty commit and refactor mobile swipe gesture handling
2026-07-09 18:47:55 +10:00
82effc9680
chore: update cinny submodule to latest commit for improved navigation and routing
2026-07-09 17:23:45 +10:00
9dc177f527
fix: update version code and name in build.gradle; register PluginStoragePlugin in MainActivity; enhance text duplication handling in Editor component
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 5m15s
Build / create-release (push) Successful in 15s
2026-07-09 02:07:03 +10:00
6207d18b3c
fix: update version code and name in build.gradle; adjust Modal component in ShareRoomPicker
2026-05-13 11:12:09 +10:00
be52b0fa08
fix(mobile): update version code and name, adjust padding in ShareRoomPicker component
2026-05-13 10:40:31 +10:00
fce1736312
fix(mobile): increase top padding to 60px for status bar, reduce dialog height
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m44s
Build / create-release (push) Successful in 14s
2026-05-13 10:24:02 +10:00
60d76d5165
feat(mobile): add confirmation dialog back to share picker with backdrop
Build / increment-version (push) Successful in 7s
Build / build-android (push) Successful in 4m35s
Build / create-release (push) Successful in 14s
2026-05-13 10:15:47 +10:00
f7b25261cc
fix(mobile): make share picker fullscreen with full-width search, remove confirmation dialog
Build / increment-version (push) Successful in 6s
Build / build-android (push) Has started running
Build / create-release (push) Has been cancelled
2026-05-13 10:13:35 +10:00
d1022635d2
feat(mobile): improve share dialog UI with padding, full-width search, and confirmation
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m30s
Build / create-release (push) Successful in 14s
2026-05-13 10:08:16 +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
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