mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 18:34:19 +08:00
* feat(android): record and send voice notes from the chat composer Adds tap-to-record voice notes to both Android chat composers: MediaRecorder AAC/m4a mono capture with a 3-minute cap, lazy RECORD_AUDIO permission, cancel/finish controls, audio attachment chips with duration, and voice-note transcript rows. Recording is mutually exclusive with MicCaptureManager voice capture (no mic arbiter exists), and the MPEG-4 container brand is normalized to M4A so gateway byte sniffing classifies the upload as audio, not video. Attachments stay online-only per the outbox contract. Related: #100709 * fix(android): coordinate voice note microphone ownership * chore(android): refresh native localization inventory