tilt-shift-camera/app/src/main/java/no/naiv/tiltshift
Ole-Morten Duesund 5e08fb9c13 Fix bitmap recycle race condition and startActivity crash
- Null the Compose state reference before recycling bitmaps to prevent
  the renderer from drawing a recycled bitmap between recycle() and
  the state update
- Wrap ACTION_VIEW startActivity in try-catch for devices without
  an image viewer installed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 11:56:29 +01:00
..
camera Type-safe capture pipeline and image dimension bounds 2026-03-05 11:56:20 +01:00
effect Fix front camera rotation mirroring in shader 2026-01-29 17:07:44 +01:00
storage Security-harden PhotoSaver 2026-03-05 11:56:13 +01:00
ui Fix bitmap recycle race condition and startActivity crash 2026-03-05 11:56:29 +01:00
util Log SecurityException in LocationProvider instead of swallowing silently 2026-03-05 11:55:57 +01:00
MainActivity.kt Initial implementation of Tilt-Shift Camera Android app 2026-01-28 15:26:41 +01:00