Commit Graph
53 Commits
Author SHA1 Message Date
Jannik 583b0d034e Add digital-only mode by allowing empty printer IP 2026-07-05 11:01:38 +02:00
Jannik 715b2679f1 Verbesserungen: Admin-Passwort Hinweis, Mobile Skalierung in PreviewScreen, Rahmen-Menü Toggle, Footer Layout Fix 2026-07-04 19:56:50 +02:00
Jannik 0c9370f9f2 Auto-Commit: 2026-06-28 14:51:23 2026-06-28 14:51:23 +02:00
Jannik 0b955c4275 UI: Remove event name from collage layouts 2026-06-13 00:24:16 +02:00
Jannik 9b3499967d UI: Larger touch targets and shift components up for better ergonomics 2026-06-13 00:06:45 +02:00
Jannik 76a8eef97c UI: Remove date from strip collage, reduce collage margins 2026-06-13 00:02:50 +02:00
Jannik e13cb05d48 UI: Make preview canvas responsive, scale sizes 2026-06-12 23:54:42 +02:00
Jannik 8664c38908 update: implement event-based photo storage, add event name validation, version apks 2026-06-12 18:45:21 +02:00
Jannik 3bed68f728 UI refactor: Admin Screen redesign, Timers, Flash timing, Date overlay 2026-06-12 00:06:12 +02:00
Jannik d1b7ca36d0 fix: idle timer restart on save 2026-06-11 21:53:10 +02:00
Jannik f776cb3ed6 fix: camera unmount, sticker trash, update reset 2026-06-11 17:25:01 +02:00
Jannik fc7b2c7769 feat: dynamic collage layout based on photo selection count 2026-06-11 15:25:22 +02:00
Jannik d9b2c9cc52 feat: add photo selection reel for collages and app version reset 2026-06-11 15:21:47 +02:00
Jannik a382df71b5 fix: emoji overflow and admin login cursor alignment 2026-06-11 15:14:59 +02:00
Jannik aef6f9f2a3 fix: black camera screen after navigation, and optimize collage layout usage for landscape photos 2026-06-11 13:02:50 +02:00
Jannik 95c58cfae6 fix: multiple UX issues (black camera screen, layout proportions, sticker delete button scaling, save without reset) 2026-06-11 12:10:00 +02:00
Jannik 59a150b7bc fix: replace deprecated BackHandler.removeEventListener with subscription.remove() to prevent crash on unmount 2026-06-11 10:25:29 +02:00
Jannik 7fd5b22879 feat: Implement UI enhancements and fix burst bug 2026-06-10 14:43:06 +02:00
Jannik 4077e44207 Fix Android elevation bug causing overlays to render behind the canvas 2026-06-01 12:28:26 +02:00
Jannik 886c654c9e Fix syntax and type errors causing app crash 2026-06-01 11:57:13 +02:00
Jannik 2e06b68ad6 fix: duplicate sticker declaration 2026-06-01 11:31:42 +02:00
Jannik 4d3d2f93d7 Upgrade logs to track all button interactions for debugging 2026-06-01 11:28:12 +02:00
Jannik 13e4c734d6 Fix AbsoluteFill blocking touch events and fix ViewShot drawable bug by resolving require() assets to explicit file URI 2026-06-01 11:14:33 +02:00
Jannik ff8e368fca Cleanup dead variables and unused imports, swap ImageBackground for Image in FrameOverlay 2026-06-01 11:10:46 +02:00
Jannik 0e7ab0dc0e Restore sticker zIndex for touchability, switch FrameOverlay to ImageBackground, and remove overflow hidden 2026-06-01 10:59:30 +02:00
Jannik 1c223e3cf6 Fix final 4 resilience edge cases 2026-06-01 10:54:35 +02:00
Jannik 0a46baaa9b Fix Android ViewShot dropping frames and date overlays by temporarily lifting pointerEvents=none during capture 2026-06-01 10:39:06 +02:00
Jannik 2ddd74468e Fix 8 critical/high resilience issues across camera, preview, logger, settings, and admin 2026-06-01 10:14:29 +02:00
Jannik e069fef170 Fix ViewShot dropping frames and stickers on Android by grouping all layers into a single composited parent View 2026-06-01 10:08:55 +02:00
Jannik 25cf30538b Fix Android ViewShot capture omitting frames and stickers by flattening zIndex and forcing standalone RenderNode via overflow hidden 2026-05-31 23:50:54 +02:00
Jannik d38115528e Fix 5 hidden edge cases: IPP decode, settings race, PreviewScreen state sync, burst timeout leak, and logger spam 2026-05-31 23:47:25 +02:00
Jannik fb293d840c Add deep diagnostic logging for ViewShot failures 2026-05-31 23:23:02 +02:00
Jannik ff1e6dc216 update: app changes, new frame, and latest APK build 2026-05-31 23:11:17 +02:00
Jannik 0c0e78af41 Refactor: Add missing countdownTimerRef cleanup and top-level mounted guards 2026-05-31 21:46:03 +02:00
Jannik 014536d5ec Fix additional lifecycle bugs: countdown timer leak, PreviewScreen unmount state updates, CameraView ready loops 2026-05-31 21:19:43 +02:00
Jannik d6a3d4651b Guarantee camera pictureSize is negotiated before countdown starts to prevent fallback to massive memory-crashing resolutions 2026-05-31 21:18:11 +02:00
Jannik d88187be16 update: latest source changes 2026-05-31 20:50:37 +02:00
Jannik 858674c9d4 Add deep debugging logs to PreviewScreen to trace fatal crashes during render/image load 2026-05-31 20:46:06 +02:00
Jannik 63df4ae4f0 Migrate from react-native Image to expo-image to permanently resolve Android OutOfMemory crashes with massive local photo decodes 2026-05-31 20:40:36 +02:00
Jannik faa584ae0f Hardening fixes: Camera cancellation, Android memory optimization, action button throttling 2026-05-31 20:28:02 +02:00
Jannik a922ec29c4 Fix bugs from code review (state flow, idle timer, logger, kiosk, temp files) 2026-05-31 20:10:23 +02:00
Jannik c0651dfb0e Bypass expo-image-manipulator entirely and rely on React Native resizeMethod to prevent Android OOM 2026-05-31 17:07:31 +02:00
Jannik 2cf7ce38db Fix native OOM crash caused by ImageManipulator failure falling back to massive raw sensor capture 2026-05-31 16:30:44 +02:00
Jannik 17c38f051e Temporarily remove ViewShot to isolate native Android crash 2026-05-31 16:12:22 +02:00
Jannik 8291d3f05b Upgrade log view UI with share button and auto-scroll 2026-05-31 15:26:06 +02:00
Jannik 2ebb4a6f01 Add on-device logger 2026-05-31 14:44:48 +02:00
Jannik b4c5578e8c Remove Reanimated FadeIn to fix Android mount crash 2026-05-31 14:38:30 +02:00
Jannik d3c0ef2420 chore: update app configurations and screens 2026-05-31 13:48:02 +02:00
Jannik d7072055c3 chore: track node_modules, register frame assets, and update README 2026-05-31 10:20:25 +02:00
Jannik 54666b077a Fix iOS crash, storage, and printing issues; setup apk build 2026-05-30 23:09:36 +02:00