tilt-shift-camera/app
Ole-Morten Duesund 04b61fdd9e Move capture callbacks to background executor
Replace ContextCompat.getMainExecutor with a dedicated single-thread
executor for image capture callbacks. This prevents bitmap decode,
rotation, and tilt-shift effect processing from blocking the UI thread
and causing jank or ANR on slower devices.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 12:08:00 +01:00
..
src/main Move capture callbacks to background executor 2026-03-05 12:08:00 +01:00
build.gradle.kts Add ViewModel for state preservation and centralize color constants 2026-03-05 12:07:39 +01:00
proguard-rules.pro Initial implementation of Tilt-Shift Camera Android app 2026-01-28 15:26:41 +01:00