• Oslo, Norway
  • Joined on 2025-02-17
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 14:00:22 +01:00
24eabfe26f Document version bump requirement in CLAUDE.md
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 13:58:44 +01:00
1212604cf7 Bump version to 1.1.1
52af9f6047 Add version management with auto-bump script
7979ebd029 Fix CameraX GL surface: render-on-demand, crop-to-fill, lifecycle
Compare 3 commits »
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 13:50:53 +01:00
4d755dce31 Add MIT license
e9bef0607f Add GPS geotagging toggle to camera top bar
Compare 2 commits »
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 13:47:28 +01:00
c3e4dc0e79 Add CLAUDE.md with architecture, patterns, and recent fixes
11a79076bc Fix concurrency, lifecycle, performance, and config issues from audit
Compare 2 commits »
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 12:51:29 +01:00
12051b2a83 Add real-time tilt-shift preview for gallery images
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 12:40:10 +01:00
dedf445cf6 Skip saving original when processing gallery images
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 12:24:58 +01:00
efe406f0b0 Refactor CameraScreen to use ViewModel with full UI improvements
ee2b11941a Handle permanently denied camera permission with Settings redirect
527c8fd0bb Add accessibility semantics and touch targets to zoom and lens controls
04b61fdd9e Move capture callbacks to background executor
72156f4e5d Add dark outlines to overlay guides and improve gesture zones
Compare 6 commits »
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 11:58:03 +01:00
5e08fb9c13 Fix bitmap recycle race condition and startActivity crash
983bca3600 Type-safe capture pipeline and image dimension bounds
cc133072fc Security-harden PhotoSaver
18a4289b96 Harden CameraManager error handling
cd51c1a843 Log SecurityException in LocationProvider instead of swallowing silently
Compare 7 commits »
olemd pushed to main at olemd/tilt-shift-camera 2026-03-05 11:49:03 +01:00
5d80dcfcbe Add interactive gallery preview before applying tilt-shift effect
780a8ab167 Add bottom bar gesture exclusion, dual image save, thumbnail preview, and gallery picker
7abb2ea5a0 Remove unused high-resolution capture option
5cba2fefc9 Add configurable high-resolution capture option
c7fa8f16be Remove unnecessary SDK version checks
Compare 10 commits »
olemd created branch main in olemd/tilt-shift-camera 2026-03-05 11:49:03 +01:00
olemd created repository olemd/tilt-shift-camera 2026-03-05 11:48:11 +01:00
olemd released v0.1.0 — Initial Release at olemd/claude-app 2026-02-16 15:32:16 +01:00
olemd pushed tag v0.1.0 to olemd/claude-app 2026-02-16 15:31:40 +01:00
olemd pushed to main at olemd/claude-app 2026-02-16 15:30:12 +01:00
12c10a1ea0 Fix tray quit blocked by unconditional prevent_exit()
olemd pushed to main at olemd/claude-app 2026-02-16 14:03:44 +01:00
f60bf3f330 Use graceful Tauri shutdown instead of hard process exit
olemd pushed to main at olemd/claude-app 2026-02-16 13:44:47 +01:00
1f216243f0 Add Claude Code hooks and release skill
olemd pushed to main at olemd/claude-app 2026-02-16 13:33:55 +01:00
101c91c4d8 Rename to claudify, add docs and .deb packaging
6b2c8ffa08 Remove CSD titlebar buttons, fix tray toggle and quit
c024717934 Initial implementation of Claude desktop app (Tauri v2)
olemd created branch main in olemd/claude-app 2026-02-16 13:33:55 +01:00
olemd created repository olemd/claude-app 2026-02-16 12:37:06 +01:00
olemd pushed to main at olemd/skyview 2026-02-13 15:23:26 +01:00
4a0a993e81 fix: Sanitize all innerHTML dynamic values to prevent XSS