fix(android): pairing QR now actually scannable (v0.4.14) #93

Merged
lfg2025 merged 2 commits from companion-qr-scan-fix into main 2026-07-17 01:04:09 +00:00
Owner

QR generated at 512px (shown 192px + quiet zone), camera analysis at 1280x720, ZXing TRY_HARDER + inverted fallback. Served APK refreshed (vc18).

🤖 Generated with Claude Code

QR generated at 512px (shown 192px + quiet zone), camera analysis at 1280x720, ZXing TRY_HARDER + inverted fallback. Served APK refreshed (vc18). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lfg2025 added 2 commits 2026-07-17 01:04:08 +00:00
Camera decode failed because every lever was at its minimum: the web
modal generated the QR at 112px (~2.5px per module before upscaling),
the analysis stream was CameraX's 640x480 default, and ZXing ran
without TRY_HARDER. Generate the QR at 512px (displayed 192px with a
real quiet zone), analyze at 1280x720, decode with TRY_HARDER plus an
inverted-luminance fallback. v0.4.14 (versionCode 18).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lfg2025 merged commit e2309cc2ac into main 2026-07-17 01:04:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfg2025/archy#93
No description provided.