• v1.1.13 5b553c7196

    v1.1.13 Stable

    olemd released this 2026-05-11 16:32:06 +02:00 | 3 commits to main since this release

    Bug fixes

    • Fix the camera image briefly rotating wrong when the device crosses the ~45° tilt threshold. The renderer's texcoord buffer was being swapped as soon as OrientationEventListener fired (at 45°), but the activity itself only rotates a bit later — leaving the GL surface and texcoord buffer mismatched for that window. The renderer now sources its rotation from Display.rotation via LocalConfiguration instead, so the texcoord flip happens in lock-step with the actual activity rotation. OrientationEventListener is still used for EXIF orientation on capture.

    🤖 Generated with Claude Code

    Downloads