mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:01:33 +00:00
* feat(android): accept audio and document attachments via share sheet and composer Extends Android share-sheet intake beyond text/images: audio plus a curated document set (PDF, OOXML, CSV, Markdown) with code-side mime enforcement, provider-type revalidation while the URI grant is live, bounded streaming reads, per-kind size budgets aligned with the outbox command limit, and a document/audio picker in the composer. Share parsing moves off the main thread behind a bounded slot queue; draft-not-autosend and drop/failure reporting behavior unchanged. * test(android): cover audio and document share intake * test(android): align composer draft test with attachment kinds * chore(android): refresh native i18n inventory * chore(android): rebuild native locale artifacts for inventory order