• v1.1.1 24eabfe26f

    v1.1.1 Stable

    olemd released this 2026-03-05 14:00:17 +01:00 | 7 commits to main since this release

    What'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 by build.gradle.kts
    • ./bump-version.sh [major|minor|patch] script for pre-release version bumps

    Other

    • MIT license added
    Downloads