From 24328c584eed2fec8c6673d7adbb2b7e10c30cef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:17:59 +0000 Subject: [PATCH 1/2] Initial plan From 04c6823079ef544294205dba840676370f0cad22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:21:06 +0000 Subject: [PATCH 2/2] fix(mobile): rename notification sound for Android, add LSSupportsOpeningDocumentsInPlace, update deps Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/app.json | 3 ++- ...otification-sound.wav => notification_sound.wav} | Bin mobile/package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename mobile/assets/{notification-sound.wav => notification_sound.wav} (100%) diff --git a/mobile/app.json b/mobile/app.json index ea357570..1c9a23a7 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -22,6 +22,7 @@ "NSPhotoLibraryAddUsageDescription": "DocuElevate saves scanned documents to your photo library.", "UIBackgroundModes": ["fetch", "remote-notification"], "ITSAppUsesNonExemptEncryption": false, + "LSSupportsOpeningDocumentsInPlace": true, "CFBundleDocumentTypes": [ { "CFBundleTypeName": "All Documents", @@ -92,7 +93,7 @@ { "icon": "./assets/notification-icon.png", "color": "#1e40af", - "sounds": ["./assets/notification-sound.wav"] + "sounds": ["./assets/notification_sound.wav"] } ], [ diff --git a/mobile/assets/notification-sound.wav b/mobile/assets/notification_sound.wav similarity index 100% rename from mobile/assets/notification-sound.wav rename to mobile/assets/notification_sound.wav diff --git a/mobile/package.json b/mobile/package.json index 6a26141e..bc62426c 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -30,7 +30,7 @@ "expo-camera": "~17.0.10", "expo-constants": "~18.0.13", "expo-crypto": "~15.0.8", - "expo-device": "~7.0.3", + "expo-device": "~8.0.10", "expo-document-picker": "~14.0.8", "expo-file-system": "~19.0.21", "expo-image-manipulator": "~14.0.8", @@ -46,7 +46,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.5", - "react-native-web": "~0.20.0", + "react-native-web": "~0.21.0", "react-native-safe-area-context": "5.6.0", "react-native-screens": "4.16.0" },