-
v1.1.13 Stable
released this
2026-05-11 16:32:06 +02:00 | 3 commits to main since this releaseBug 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
naiv-tilt-shift-release.apk
2 downloads ·
2026-05-11 16:32:12 +02:00 · 2.8 MiB