Ayaan Zaidi
df385a7ed6
test: tighten android node contracts
2026-03-30 11:22:20 +05:30
Ayaan Zaidi
f1e7a5ce5f
test: broaden android node advertisement matrix
2026-03-30 11:20:27 +05:30
Ayaan Zaidi
833d0e3d6f
test: broaden android notification handlers
2026-03-30 11:15:44 +05:30
Ayaan Zaidi
94279d09ca
test: broaden android location and call log handlers
2026-03-30 11:12:35 +05:30
Ayaan Zaidi
7c93a2bae2
test: broaden android node capability advertisement coverage
2026-03-30 11:10:00 +05:30
Ayaan Zaidi
7304ef6630
test: cover android invoke availability gates
2026-03-30 11:08:05 +05:30
Ayaan Zaidi
403cf9070e
test: cover android sms send dispatch gating
2026-03-30 11:01:10 +05:30
Ayaan Zaidi
a58ff25769
test: cover android sms search dispatch gating
2026-03-30 11:00:07 +05:30
Ayaan Zaidi
e5fa976f5c
test: harden android sms capability coverage
2026-03-30 10:53:55 +05:30
Ayaan Zaidi
0462a7fd8c
fix: finalize android sms search ( #50146 ) (thanks @scaryshark124)
2026-03-30 10:36:43 +05:30
nimbleenigma
aee61dcee0
fix: finalize android notification forwarding controls ( #40175 ) (thanks @nimbleenigma)
...
* android(gateway): always send string payloadJSON for node.event
(cherry picked from commit 5ca5a0663ad8fbd9f9f654c52a72b423e1e19605)
(cherry picked from commit bce87e7493e52b0e5959548b410500db8d545a50)
* android: restore notification forwarding controls
(cherry picked from commit 98c4486f83d165919d7f8f1d713ff79ec8126ce7)
* android: restore notification picker discovery UX
(cherry picked from commit 276fbe3f80e036b666070a636c89ee073cdaa934)
* android: enforce notification forwarding policy in listener
(cherry picked from commit 502fb761e05ff911ebde2771eebb1e175ec4dbeb)
* fix(android): harden notification quiet hours inputs
(cherry picked from commit 717d5016f52e98601e6b6d678c991c78fa5ca429)
* fix(android): polish notification forwarding settings
(cherry picked from commit ad667899dea45af70fabfd43f43fa38024def23f)
* test: normalize talk config fixture API key placeholders
* fix(android): use persisted recent packages and wall-clock policy time
* fix(android): keep notification forwarding settings editable
* fix: finalize android notification forwarding controls (#40175 ) (thanks @nimbleenigma)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-30 10:00:00 +05:30
Peter Steinberger
f3bf7fe53a
chore: bump version to 2026.3.30
2026-03-30 09:28:29 +09:00
Ayaan Zaidi
ee701d6bad
build: bump Android version to 2026.3.29
2026-03-29 17:15:23 +05:30
Peter Steinberger
f9b1079283
build: cut 2026.3.28 stable
2026-03-29 02:33:41 +01:00
Peter Steinberger
587e18cd3f
chore: prepare 2026.3.28-beta.1 release
2026-03-28 22:24:51 +00:00
Peter Steinberger
8a24cbf450
chore: bump version to 2026.3.28
2026-03-28 22:05:21 +00:00
lixuankai
f0a57fad42
fix: isolate device chat defaults ( #53752 ) (thanks @lixuankai)
...
* [feat]Multiple nodes session context isolated from each other
* feat(android): Multiple nodes session context isolated from each other
* feat(android): Multiple nodes session context isolated from each other
* feat(android): Multiple nodes session context isolated from each other
* fix(android): isolate device chat defaults
---------
Co-authored-by: lixuankai <lixuankai@oppo.com >
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-28 12:19:47 +05:30
Ayaan Zaidi
29b6e27c9e
fix(android): auto-send voice turns on silence
2026-03-28 11:17:13 +05:30
Ayaan Zaidi
a7b8034a2b
fix(android): use native tts in voice tab
2026-03-28 10:47:08 +05:30
Peter Steinberger
72ba2b3653
chore: bump version metadata to 2026.3.27
2026-03-28 02:00:22 +00:00
Peter Steinberger
14b3360c22
chore: bump versions to 2026.3.26
2026-03-27 02:03:22 +00:00
Peter Steinberger
883239a560
build: prepare 2026.3.25 unreleased
2026-03-26 13:57:45 +00:00
Peter Steinberger
dc4d2ca263
build: prepare 2026.3.24
2026-03-23 21:05:59 -07:00
Peter Steinberger
870b0d216a
build: prepare 2026.3.23-beta.1
2026-03-23 11:54:49 -07:00
Vincent Koc
8b02ef1332
fix(android): gate canvas bridge to trusted pages ( #52722 )
...
* fix(android): gate canvas bridge to trusted pages
* fix(changelog): note android canvas bridge gating
* Update apps/android/app/src/main/java/ai/openclaw/app/node/CanvasActionTrust.kt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix(android): snapshot canvas URL on UI thread
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 01:24:51 -07:00
Peter Steinberger
412a3eb1ac
build: bump version to 2026.3.22
2026-03-22 11:58:33 -07:00
Kaneki
d551d8b8f7
fix: make Android current-location callback cancellation-safe ( #52318 ) (thanks @Kaneki-x)
...
* Android: make current-location callback cancellation-safe
* fix: make Android current-location callback cancellation-safe (#52318 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 22:40:45 +05:30
Kaneki
c7788773bf
fix: serialize TalkModeManager player cleanup ( #52310 ) (thanks @Kaneki-x)
...
* Android: fix MediaPlayer double-release race in TalkModeManager
* Android: guard currentPosition read against concurrent player release
* fix: serialize TalkModeManager player cleanup
* fix: serialize TalkModeManager player cleanup (#52310 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 22:31:30 +05:30
Felippe Mercurio
8790c54635
fix(android): use scheme default port for gateway setup URLs ( #43540 )
...
* fix(android): use scheme default port for gateway setup URLs
* test(android): cover gateway endpoint default ports
* fix(android): preserve direct gateway default port
* fix(android): preserve explicit cleartext port display
* fix: preserve Android gateway setup URL ports (#43540 ) (thanks @fmercurio)
---------
Co-authored-by: clawdia <clawdia@fmercurio.tech >
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 10:21:38 +05:30
Goweii
e7e4c68caf
Android: update status bar appearance in OpenClawTheme ( #51098 )
...
* Android: update status bar appearance in OpenClawTheme
* fix: update Android status bar appearance (#51098 ) (thanks @goweii)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 09:33:24 +05:30
Kaneki
1e98dbcad3
Android: fix Bitmap memory leaks in PhotosHandler ( #41888 )
...
* Android: fix Bitmap memory leaks in PhotosHandler
Bitmaps created by decodeScaledBitmap and intermediate scaled copies
inside encodeJpegUnderBudget were never recycled, leaking native memory
on every photos.latest invocation (up to 20 bitmaps per call).
- latest(): wrap bitmap usage in try/finally to guarantee recycle
- decodeScaledBitmap(): recycle the decoded bitmap after scaling
- encodeJpegUnderBudget(): use try/finally to recycle intermediate
scaled bitmaps on all exit paths (success, compress failure, and
cannot-shrink-further early returns)
Made-with: Cursor
* Android: guard decodeScaledBitmap against scale() exceptions
* fix: note Android photos bitmap cleanup (#41888 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 08:53:26 +05:30
Kaneki
2909d8cd12
Android: fix Bitmap memory leaks in CanvasController snapshots ( #41889 )
...
* Android: fix Bitmap memory leaks in CanvasController snapshots
snapshotPngBase64() and snapshotBase64() create bitmaps via
captureBitmap() and scaleForMaxWidth() but never recycle them,
leaking native memory on every canvas snapshot invocation.
Wrap both methods in nested try/finally blocks:
- outer: always recycles the captured bitmap
- inner: recycles the scaled bitmap only when it differs from the
captured one (scaleForMaxWidth returns `this` when no scaling needed)
Made-with: Cursor
* fix: note Android canvas snapshot bitmap leak in changelog (#41889 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 08:50:42 +05:30
Kaneki
88da51d91b
Android: fix temp file leak in CameraHandler.handleClip ( #41890 )
...
* Android: fix temp file leak in CameraHandler.handleClip
When readBytes() throws (IOException, OOM, etc.), the recorded clip
file was never deleted because delete() only ran on the success path.
Move file.delete() into a finally block so the temp file is cleaned up
regardless of whether readBytes() succeeds or fails.
Made-with: Cursor
* fix: Android camera clip cleanup (#41890 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 08:49:50 +05:30
kaneki
f7866c1c15
Android: escape SQL LIKE wildcards in contacts search query
...
The contacts search passed user input directly into a LIKE pattern
without escaping % and _ characters, causing them to act as SQL
wildcards and return incorrect results.
Add an escapeLikePattern() helper that escapes \, %, and _ with a
backslash, and add ESCAPE '\' to the selection clause so SQLite
treats them as literal characters.
Made-with: Cursor
2026-03-22 08:48:29 +05:30
kaneki
d38561acbe
Android: fix Bitmap memory leaks in CameraCaptureManager.snap
2026-03-22 08:44:06 +05:30
Kaneki
d6346aaf63
Android: fix sensor callback race condition in MotionHandler ( #43781 )
...
* Android: fix sensor callback race in MotionHandler using tryResume
* call completeResume before unregisterListener to avoid coroutine leak
* replace internal tryResume/completeResume with AtomicBoolean guard
* use CancellableContinuation.resume(value, onCancellation) for cancellation safety
* use non-deprecated resume overload for kotlinx.coroutines 1.10+
* fix: simplify Android motion continuation resume
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 08:41:02 +05:30
Kaneki
e7814f7ba0
Android: fix incomplete JS string escaping in A2UI action status ( #43784 )
...
* Android: fix incomplete JS string escaping in A2UI action status
* escape U+2028/U+2029 Unicode line terminators in JS strings
* refactor(android): serialize A2UI action status strings
* fix: serialize Android A2UI action status strings (#43784 ) (thanks @Kaneki-x)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-03-22 08:39:53 +05:30
Ayaan Zaidi
b67baae1f6
fix: make permission rationale completion single-shot
2026-03-22 08:34:02 +05:30
kaneki
6db72746fb
Android: keep permission dialog cleanup on the main thread
2026-03-22 08:34:02 +05:30
kaneki
518d2dd6a9
Android: harden permission dialogs across activity teardown
2026-03-22 08:34:02 +05:30
Ayaan Zaidi
4c60956d8e
build(android): update Gradle tooling
2026-03-20 17:12:10 +05:30
Ayaan Zaidi
3bda64f75c
perf(android): reduce tab-switch CPU churn
2026-03-20 17:10:18 +05:30
Ayaan Zaidi
0c2e6fe97f
ci(android): use explicit flavor debug tasks
2026-03-20 12:55:52 +05:30
Ayaan Zaidi
f09f98532c
feat(android): hide restricted capabilities in play builds
2026-03-20 12:45:25 +05:30
Ayaan Zaidi
ecec0d5b2c
build(android): add play and third-party release flavors
2026-03-20 12:45:25 +05:30
Ayaan Zaidi
2afd65741c
fix: preserve talk provider and speaking state
2026-03-20 11:08:21 +05:30
Ayaan Zaidi
47e412bd0b
fix(review): preserve talk directive overrides
2026-03-20 11:01:24 +05:30
Ayaan Zaidi
4a0341ed03
fix(review): address talk cleanup feedback
2026-03-20 11:01:24 +05:30
Ayaan Zaidi
4386a0ace8
refactor(android): remove legacy elevenlabs talk stack
2026-03-20 11:01:24 +05:30
Ayaan Zaidi
e3afaca1a6
refactor(android): route talk playback through gateway
2026-03-20 11:01:24 +05:30