tilt-shift-camera/app/src/main/java/no/naiv/tiltshift/camera
Ole-Morten Duesund 593f2c5b1f Add bitmap safety in applyTiltShiftEffect()
Track all intermediate bitmaps with nullable variables and recycle
them in a finally block. This prevents native memory leaks when an
OOM or other exception occurs mid-processing. Variables are set to
null after recycle or handoff to the caller.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 15:20:16 +01:00
..
CameraManager.kt Add radial mode, UI controls, front camera, update to API 35 2026-01-29 11:13:31 +01:00
ImageCaptureHandler.kt Add bitmap safety in applyTiltShiftEffect() 2026-02-27 15:20:16 +01:00
LensController.kt Initial implementation of Tilt-Shift Camera Android app 2026-01-28 15:26:41 +01:00