From 8c1ed0de1e45c688fb658e5b347af4a7fca05da1 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 2 Apr 2020 14:05:32 +0200 Subject: [PATCH] Receive sharing intent --- CHANGELOG.md | 2 + android/app/src/main/AndroidManifest.xml | 23 +++++- lib/components/image_bubble.dart | 67 ++++++++++++++++ lib/components/list_items/chat_list_item.dart | 11 ++- lib/components/matrix.dart | 1 - lib/components/message_content.dart | 33 +------- lib/utils/famedlysdk_store.dart | 3 - lib/views/app_info.dart | 4 - lib/views/chat_list.dart | 78 +++++++++++++------ pubspec.lock | 18 ++--- pubspec.yaml | 4 +- 11 files changed, 167 insertions(+), 77 deletions(-) create mode 100644 lib/components/image_bubble.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb8172..2062910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Version 0.11.0 - 2020-04-02 +### Features: +- Share content with FluffyChat ### Fixes: - Minor bugfixes diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 439dced..738f638 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -16,7 +16,7 @@ android:icon="@mipmap/launcher_icon"> + + + + + + + + + + + + + + + + + + + + +