From 2190c88b346a109aa5f61c1b7f7bf8e8ef3ce88c Mon Sep 17 00:00:00 2001 From: Victoria Date: Thu, 7 Nov 2024 13:58:06 +0100 Subject: [PATCH 01/32] Support sharing images from external apps --- android/app/src/main/AndroidManifest.xml | 10 +++ l10n/app_en.arb | 10 +++ lib/app.dart | 61 +++++++++++++++---- lib/components/modals/move_or_copy_modal.dart | 8 +-- lib/main.dart | 2 + lib/services/receive_sharing.dart | 30 +++++++++ lib/utils/album_actions.dart | 2 +- lib/utils/image_actions.dart | 2 +- lib/views/settings/auto_upload_page.dart | 2 +- lib/views/upload/upload_page.dart | 40 +++++++++++- pubspec.lock | 8 +++ pubspec.yaml | 1 + 12 files changed, 155 insertions(+), 21 deletions(-) create mode 100644 lib/services/receive_sharing.dart diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ccbff49..90db409 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -38,6 +38,16 @@ + + + + + + + + + +