tilt-shift-camera/app/src/main/res/values/strings.xml
Ole-Morten Duesund d3ca23b71c Add radial mode, UI controls, front camera, update to API 35
- Add radial/elliptical blur mode with aspect ratio control
- Add UI sliders for blur intensity, falloff, and shape
- Add front camera support with flip button
- Update minimum SDK to API 35 (Android 15)
- Enable landscape orientation (fullSensor)
- Rename app to "Naiv Tilt Shift Camera"
- Set APK output name to naiv-tilt-shift
- Add project specification document

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:13:31 +01:00

4 lines
124 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Naiv Tilt Shift Camera</string>
</resources>