-
v1.1.1 Stable
released this
2026-03-05 14:00:17 +01:00 | 7 commits to main since this releaseWhat's New
GPS Geotagging Toggle
- New location icon in the camera top bar to enable/disable GPS embedding in photos
- Setting persisted across app restarts via SharedPreferences
- Defaults to enabled; when disabled, no EXIF GPS tags are written
CameraX GL Surface Fixes
- Render-on-demand: Switched from RENDERMODE_CONTINUOUSLY (60fps) to RENDERMODE_WHEN_DIRTY with OnFrameAvailableListener, halving GPU work and saving battery
- Crop-to-fill: Camera preview no longer stretches on displays with non-16:9 aspect ratios — vertex quad scales to fill with GPU clipping
- Lifecycle binding: GLSurfaceView now pauses/resumes with the Activity lifecycle, preventing background rendering
Version Management
- Version tracked in
version.properties, read bybuild.gradle.kts ./bump-version.sh [major|minor|patch]script for pre-release version bumps
Other
- MIT license added
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
naiv-tilt-shift-v1.1.1.apk
7 downloads ·
2026-03-05 14:00:46 +01:00 · 2.9 MiB