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
v1.1.13
tilt-shift-camera
/
version.properties
4 lines
61 B
Properties
Raw
Permalink
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
Drive renderer rotation from Display.rotation, not OrientationEventListener OrientationEventListener fires continuously on the raw accelerometer tilt and crosses the ROTATION_90 / ROTATION_270 boundary at 45° — well before the system actually rotates the activity. The renderer was swapping its texcoord buffer at 45° tilt while the GL surface and Compose layout were still in the previous orientation, so for the few degrees between "OrientationEventListener fires" and "activity rotates" the camera image rendered at the wrong rotation. Past that window it snapped back into sync. Use LocalConfiguration + Display.rotation to source the renderer's rotation. Configuration only changes when the activity has actually rotated, so the texcoord buffer flips in lock-step with the GL surface and there is no transient mis-orientation. OrientationEventListener is still used by capture for EXIF metadata. Bump to 1.1.13. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 16:22:54 +02:00
versionPatch
=
13
versionCode
=
15
Reference in a new issue
Copy permalink