fix(android): tune screenshot mode visual sizing#100895
Conversation
3969bd5 to
d541bd6
Compare
|
Codex review: needs maintainer review before merge. Reviewed July 6, 2026, 8:31 PM ET / 00:31 UTC. Summary PR surface: Docs +2, Other +12. Total +14 across 3 files. Reproducibility: not applicable. This PR is a visual sizing cleanup for an existing Android screenshot-mode proof screen, not a reported runtime bug. The PR body and inspected screenshots show the after-fix Voice and Screen scenes in a real Android capture. Review metrics: none identified. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Land the narrow Android screenshot-mode sizing cleanup after maintainer review and exact-head CI resolution, keeping the sizing local to the screenshot proof screen and using existing ClawTheme tokens. Do we have a high-confidence way to reproduce the issue? Not applicable; this PR is a visual sizing cleanup for an existing Android screenshot-mode proof screen, not a reported runtime bug. The PR body and inspected screenshots show the after-fix Voice and Screen scenes in a real Android capture. Is this the best way to solve the issue? Yes; keeping the change in AndroidScreenshotModeScreen and reusing ClawTheme sizing/radius tokens is the narrowest maintainable solution for proof-screen-only visual tuning. A broader shared design-system change would be unnecessary for this isolated screenshot surface. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against c3c4d03f900b. Label changesLabel justifications:
Evidence reviewedPR surface: Docs +2, Other +12. Total +14 across 3 files. View PR surface stats
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
450b276 to
a9479cc
Compare
a9479cc to
6f1233b
Compare
|
Land-ready at Maintainer improvement:
Proof:
No proof gaps. Contributor code was treated as untrusted; validation used sanitized AWS rather than a credential-hydrated Testbox. |
|
Merged via squash.
|
* fix(android): tune screenshot mode visual sizing * chore(android): refresh screenshot i18n inventory * refactor(android): simplify screenshot mode sizing --------- Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
* fix(android): tune screenshot mode visual sizing * chore(android): refresh screenshot i18n inventory * refactor(android): simplify screenshot mode sizing --------- Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
What Problem This Solves
The Android screenshot-mode voice and screen tools scenes used repeated hard-coded dimensions and fixed containers. That made the visual proof screens less consistent across compact widths and harder to tune safely.
Why This Change Was Made
This centralizes the screenshot-mode sizing values, caps the voice orb against available width, aligns icon and tab boxes at 44dp, and lets the screen live-context card grow from a minimum height instead of forcing a fixed box.
User Impact
Screenshot-mode voice and screen tools previews render with cleaner, more consistent card, icon, orb, and context-panel sizing while keeping the existing dark OpenClaw visual style and navigation.
Evidence
CI=true pnpm android:assemblepassed on refreshedorigin/main.openclaw_api36_clean/emulator-5554with the Gateway paired and Home showing Gateway Online, Nodes 1/1, Approvals 0.Voice mode
Before voice video:
before-voice-hostrec.mp4
After voice video:
after-voice-hostrec.mp4
Screen tools
Before screen tools video:
before-screen-hostrec.mp4
After screen tools video:
after-screen-hostrec.mp4