-
v1.1.6 Stable
released this
2026-05-07 16:36:54 +02:00 | 14 commits to main since this releaseHighlights
Landscape orientation now works. Previously the camera preview was hardcoded to portrait and the UI broke on rotation.
Changes
- Camera preview re-orients with the device by reading
SurfaceTexture.getTransformMatrix()instead of using a fixed 90° texcoord rotation. PreviewandImageCapturenow have theirtargetRotationupdated live, so capture EXIF stays correct in any orientation.- Crop-to-fill aspect math swaps effective camera dimensions between portrait and landscape.
- Slider control panel scrolls when the screen is too short (only visible in landscape on most phones).
Install
Sideload the attached APK on Android 15+. Signed with the project release key.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
naiv-tilt-shift-release.apk
3 downloads ·
2026-05-07 16:38:25 +02:00 · 2.8 MiB
- Camera preview re-orients with the device by reading