Commit Graph
57 Commits
Author SHA1 Message Date
Jannik a4a5406094 build: compile release APK 2026-05-31 20:31:47 +02:00
Jannik faa584ae0f Hardening fixes: Camera cancellation, Android memory optimization, action button throttling 2026-05-31 20:28:02 +02:00
Jannik cb453bf200 Restrict expo-camera hardware pictureSize to prevent fatal native OutOfMemoryError crashes on high-res tablets 2026-05-31 20:25:33 +02:00
Jannik e2c4a48c91 build: compile release APK 2026-05-31 20:18:16 +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 58015340a2 build: compile release APK 2026-05-31 17:10:26 +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 114f007397 build: compile release APK 2026-05-31 16:59:42 +02:00
Jannik 7e15badf3c Fix expo-camera corrupting JPEG files on Android by using skipProcessing, lowering quality, and adding file flush delay 2026-05-31 16:57:47 +02:00
Jannik ed9622d40d build: compile release APK 2026-05-31 16:49:38 +02:00
Jannik 6f590be52a Fix crop bounds exceeding image bounds due to EXIF rotation on Android 2026-05-31 16:47:24 +02:00
Jannik 89f1637a47 build: compile release APK 2026-05-31 16:33:26 +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 c940286850 build: compile release APK 2026-05-31 16:15:15 +02:00
Jannik 05aa285f1c update: CameraScreen changes 2026-05-31 16:14:09 +02:00
Jannik 17c38f051e Temporarily remove ViewShot to isolate native Android crash 2026-05-31 16:12:22 +02:00
Jannik b55263859c build: compile and update release APK with latest JS exception crash fix 2026-05-31 15:41:45 +02:00
Jannik c338ef4247 Fix JS exceptions crashing the app instantly 2026-05-31 15:38:17 +02:00
Jannik bf642cd983 build: compile and update release APK with latest log UI and ViewShot fixes 2026-05-31 15:30:05 +02:00
Jannik 8291d3f05b Upgrade log view UI with share button and auto-scroll 2026-05-31 15:26:06 +02:00
Jannik e5af94fea1 Fix cancel logic and disable New Architecture to prevent ViewShot crash 2026-05-31 15:21:55 +02:00
Jannik d80b6df2fa build: compile and update release APK with latest infinite camera capture loop fix 2026-05-31 15:09:20 +02:00
Jannik 7c1129227e Fix infinite camera capture loop 2026-05-31 15:05:44 +02:00
Jannik 5365b3705a build: compile and update release APK with latest expo-file-system legacy imports fix 2026-05-31 14:57:24 +02:00
Jannik 21d735aa9b Fix expo-file-system legacy API imports 2026-05-31 14:54:14 +02:00
Jannik e3bef6924c build: compile and update release APK with latest logger and Android mount fix 2026-05-31 14:48:16 +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 96e3e5c0e6 build: compile and update release APK with latest unmount crash fix 2026-05-31 14:34:46 +02:00
Jannik ac8f0722d1 Fix camera unmount crash via overlay architecture 2026-05-31 14:30:19 +02:00
Jannik 2b5a259fe5 build: compile release APK and update dependencies (expo-image-manipulator/loader) 2026-05-31 14:24:26 +02:00
Jannik 69637c4203 Add padded icon and OOM fix 2026-05-31 14:19:31 +02:00
Jannik 437047f92b build: compile and update release APK with latest changes 2026-05-31 14:09:41 +02:00
Jannik 7cd17307ba chore: add jimp dependency, icon padding script, and update configuration 2026-05-31 14:04:37 +02:00
Jannik 30f81045ac build: compile and update release APK with latest CameraScreen modifications 2026-05-31 13:58:41 +02:00
Jannik 42ec2622a0 chore: update CameraScreen 2026-05-31 13:56:46 +02:00
Jannik 64249d07a8 build: compile and update release APK with latest code modifications 2026-05-31 13:49:55 +02:00
Jannik d3c0ef2420 chore: update app configurations and screens 2026-05-31 13:48:02 +02:00
Jannik 9296a9bc8b build: compile and update release APK 2026-05-31 12:54:00 +02:00
Jannik d7072055c3 chore: track node_modules, register frame assets, and update README 2026-05-31 10:20:25 +02:00
Jannik 5957714d42 Update dependencies and build Android release APK 2026-05-30 23:47:44 +02:00
Jannik 54666b077a Fix iOS crash, storage, and printing issues; setup apk build 2026-05-30 23:09:36 +02:00
Jannik eee684a3c9 Update project configuration 2026-05-30 20:49:26 +02:00
Jannik 7427cc0255 Track native Android project configuration and release APK 2026-05-30 19:19:50 +02:00
Jannik 305d8fd449 Update camera screens, configuration, and build setup 2026-05-30 19:13:04 +02:00
Jannik d8e397eac1 Localize app to German, implement auto-save to gallery, always-on camera stream, fix expo-media-library and expo-file-system deprecation/compile errors 2026-05-25 21:39:15 +02:00
Jannik 99634bb480 Fix Kotlin compilation in UsbCameraView.kt by invoking isCameraOpened() as a function and using CameraRequest.Builder() 2026-05-25 20:35:44 +02:00
Jannik c1ab77bacd Replace remote JCenter dependencies with local AAR binaries for usb-camera module 2026-05-25 20:00:24 +02:00
Jannik ea95dfdca6 Add local repositories block to usb-camera module gradle file to guarantee JCenter resolution 2026-05-25 19:48:15 +02:00
Jannik 5c9667d9e0 Fix EAS build repositories issues by modifying both project-level and settings-level repository blocks 2026-05-25 19:41:41 +02:00
Jannik db54ba691a Fix dependency resolution on EAS Build by injecting JCenter and JitPack to settings.gradle 2026-05-25 19:27:08 +02:00
Jannik 5625c8418b Add JCenter repository to extraMavenRepos to resolve legacy dependencies for libausbc (immersionbar and webpdecoder) 2026-05-25 19:07:46 +02:00
Jannik 1ca6119515 Downgrade libausbc from 3.3.3 to 3.2.7 to use a version that compiled successfully on JitPack 2026-05-25 18:41:55 +02:00
Jannik f1309d3607 Add versionCode and versionName to native module build.gradle configurations to resolve Expo autolinking errors 2026-05-25 18:11:49 +02:00
Jannik 5341649abe Fix dependency peer warnings and align package versions for Expo Doctor compatibility 2026-05-25 17:39:28 +02:00
Jannik 872e1ffc86 Initialize Schnappix Photo Booth application with custom UVC camera, silent Wi-Fi IPP printing, local gallery storage, and kiosk screen pinning support 2026-05-25 16:44:15 +02:00
Jannik 5958319772 first commit 2026-05-25 16:20:04 +02:00