From f97dafa5a7e113cca82330ec1e2fb59d4a7dece3 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 26 Nov 2025 13:24:27 +0500 Subject: [PATCH] mobile: fix share extension --- .../android/app/src/main/AndroidManifest.xml | 1 - .../app/src/main/res/values/styles.xml | 2 +- .../mobile/app/components/ui/button/index.tsx | 5 +- apps/mobile/app/share/add-notebooks.jsx | 3 + apps/mobile/app/share/add-tags.jsx | 4 + apps/mobile/app/share/index.tsx | 18 +--- apps/mobile/app/share/search.tsx | 8 +- apps/mobile/app/share/share.tsx | 43 ++++++--- .../ios/Make Note/ShareViewController.m | 41 +++++++-- .../ios/Notesnook.xcodeproj/project.pbxproj | 92 ++++--------------- apps/mobile/ios/Podfile | 49 ++-------- apps/mobile/ios/Podfile.lock | 2 +- 12 files changed, 108 insertions(+), 160 deletions(-) diff --git a/apps/mobile/android/app/src/main/AndroidManifest.xml b/apps/mobile/android/app/src/main/AndroidManifest.xml index 581386ac3..58f3080cd 100644 --- a/apps/mobile/android/app/src/main/AndroidManifest.xml +++ b/apps/mobile/android/app/src/main/AndroidManifest.xml @@ -166,7 +166,6 @@ android:exported="true" android:label="@string/title_activity_share" android:noHistory="true" - android:screenOrientation="unspecified" android:taskAffinity="" android:theme="@style/AppThemeB" android:windowSoftInputMode="adjustResize"> diff --git a/apps/mobile/android/app/src/main/res/values/styles.xml b/apps/mobile/android/app/src/main/res/values/styles.xml index 03a716fd7..7c8f62d66 100644 --- a/apps/mobile/android/app/src/main/res/values/styles.xml +++ b/apps/mobile/android/app/src/main/res/values/styles.xml @@ -27,9 +27,9 @@