tilt-shift-camera/app/src/main/java/no/naiv/tiltshift
Ole-Morten Duesund c7fa8f16be Remove unnecessary SDK version checks
With minSdk=35 all Build.VERSION.SDK_INT checks for API levels below
35 are always true. Remove all version branching in HapticFeedback
(API 29/31 checks) and PhotoSaver (API 29 checks). Keep only the
modern API calls and drop @Suppress("DEPRECATION") annotations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 15:25:16 +01:00
..
camera Remove dead code 2026-02-27 15:24:17 +01:00
effect Fix front camera rotation mirroring in shader 2026-01-29 17:07:44 +01:00
storage Remove unnecessary SDK version checks 2026-02-27 15:25:16 +01:00
ui Remove dead code 2026-02-27 15:24:17 +01:00
util Remove unnecessary SDK version checks 2026-02-27 15:25:16 +01:00
MainActivity.kt Initial implementation of Tilt-Shift Camera Android app 2026-01-28 15:26:41 +01:00