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)
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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