This website requires JavaScript.
Explore
Help
Sign in
olemd
/
tilt-shift-camera
Watch
1
Star
0
Fork
You've already forked tilt-shift-camera
0
Code
Issues
Pull requests
Projects
Releases
11
Packages
Wiki
Activity
Actions
5eb476a059
tilt-shift-camera
/
version.properties
4 lines
59 B
Properties
Raw
Normal View
History
Unescape
Escape
Add version management with auto-bump script Version is tracked in version.properties and read by build.gradle.kts. Run ./bump-version.sh [major|minor|patch] before release builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 13:58:22 +01:00
versionMajor
=
1
versionMinor
=
1
Fix landscape image rotating opposite to device OrientationDetector mapped the OrientationEventListener angle to Surface.ROTATION_* with 90 and 270 swapped relative to the CameraX docs example. The angle reports the device's physical clockwise rotation, whereas Surface.ROTATION_* describes the screen's logical rotation (opposite direction), so the values must be inverted. Symptom: rotating the phone clockwise rotated the live preview counter- clockwise (and vice versa), instead of keeping world-up at screen-up. The bug was previously masked because the only consumer of the value (deviceRotation in capturePhoto) is unused — the live preview commit (d321f07) wired this same value into CameraX's setTargetRotation, which exposed the inverted mapping. Bump to 1.1.7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 13:51:17 +02:00
versionPatch
=
7
versionCode
=
9
Reference in a new issue
Copy permalink