• Joined on 2026-04-09
Jannik pushed to main at Jannik/Schnappix 2026-05-31 21:05:37 +02:00
dbd6fd1bbf build: compile release APK
be7ee15205 Fix missing logger import in CameraScreen
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 20:56:37 +02:00
2e4b14ea46 build: compile release APK
d88187be16 update: latest source changes
858674c9d4 Add deep debugging logs to PreviewScreen to trace fatal crashes during render/image load
63df4ae4f0 Migrate from react-native Image to expo-image to permanently resolve Android OutOfMemory crashes with massive local photo decodes
Compare 4 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 20:32:15 +02:00
a4a5406094 build: compile release APK
Jannik pushed to main at Jannik/Schnappix 2026-05-31 20:28:09 +02:00
faa584ae0f Hardening fixes: Camera cancellation, Android memory optimization, action button throttling
cb453bf200 Restrict expo-camera hardware pictureSize to prevent fatal native OutOfMemoryError crashes on high-res tablets
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 20:18:48 +02:00
e2c4a48c91 build: compile release APK
Jannik pushed to main at Jannik/Schnappix 2026-05-31 20:10:28 +02:00
a922ec29c4 Fix bugs from code review (state flow, idle timer, logger, kiosk, temp files)
Jannik pushed to main at Jannik/Schnappix 2026-05-31 19:57:59 +02:00
58015340a2 build: compile release APK
c0651dfb0e Bypass expo-image-manipulator entirely and rely on React Native resizeMethod to prevent Android OOM
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 17:00:04 +02:00
114f007397 build: compile release APK
7e15badf3c Fix expo-camera corrupting JPEG files on Android by using skipProcessing, lowering quality, and adding file flush delay
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 16:50:02 +02:00
ed9622d40d build: compile release APK
6f590be52a Fix crop bounds exceeding image bounds due to EXIF rotation on Android
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 16:33:55 +02:00
89f1637a47 build: compile release APK
2cf7ce38db Fix native OOM crash caused by ImageManipulator failure falling back to massive raw sensor capture
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 16:16:39 +02:00
c940286850 build: compile release APK
05aa285f1c update: CameraScreen changes
17c38f051e Temporarily remove ViewShot to isolate native Android crash
Compare 3 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 15:42:25 +02:00
b55263859c build: compile and update release APK with latest JS exception crash fix
c338ef4247 Fix JS exceptions crashing the app instantly
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 15:30:46 +02:00
bf642cd983 build: compile and update release APK with latest log UI and ViewShot fixes
8291d3f05b Upgrade log view UI with share button and auto-scroll
e5af94fea1 Fix cancel logic and disable New Architecture to prevent ViewShot crash
Compare 3 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 15:09:58 +02:00
d80b6df2fa build: compile and update release APK with latest infinite camera capture loop fix
7c1129227e Fix infinite camera capture loop
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:58:12 +02:00
5365b3705a build: compile and update release APK with latest expo-file-system legacy imports fix
21d735aa9b Fix expo-file-system legacy API imports
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:48:51 +02:00
e3bef6924c build: compile and update release APK with latest logger and Android mount fix
2ebb4a6f01 Add on-device logger
b4c5578e8c Remove Reanimated FadeIn to fix Android mount crash
Compare 3 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:35:25 +02:00
96e3e5c0e6 build: compile and update release APK with latest unmount crash fix
ac8f0722d1 Fix camera unmount crash via overlay architecture
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:27:37 +02:00
2b5a259fe5 build: compile release APK and update dependencies (expo-image-manipulator/loader)
69637c4203 Add padded icon and OOM fix
Compare 2 commits »
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:10:06 +02:00
437047f92b build: compile and update release APK with latest changes
Jannik pushed to main at Jannik/Schnappix 2026-05-31 14:08:28 +02:00
7cd17307ba chore: add jimp dependency, icon padding script, and update configuration