• v1.1.8 f0d81db068

    v1.1.8 Stable

    olemd released this 2026-05-11 14:06:47 +02:00 | 11 commits to main since this release

    Bug fixes

    • Fix landscape preview rotating with the device instead of re-orienting. Rotating to landscape previously left the camera writing a portrait-oriented frame into the landscape GL surface, because Preview.setTargetRotation() on an already-bound use case does not refresh the live SurfaceTexture transform matrix or buffer size with a custom SurfaceProvider. The fix rebinds the camera use cases on rotation change so CameraX issues a fresh SurfaceRequest with a resolution and matrix that match the new orientation. Also reverts the v1.1.7 OrientationDetector change — that mapping was correct already for a fullSensor activity and not the root cause.

    🤖 Generated with Claude Code

    Downloads