From e93c87e97a0b2cca8f597193b06629f4d84efae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Hirsch?= Date: Mon, 28 Jul 2025 16:39:20 +0200 Subject: [PATCH 1/7] chore: Bump Flutter version in pubspec.lock This was a result of running `flutter pub get` on Flutter 3.32.8. --- pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 69ce7556c..83ba196ac 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2299,4 +2299,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.7.0 <4.0.0" - flutter: ">=3.27.0" + flutter: ">=3.29.0" From 57f7ab85aaa81346ccf7b2c92297a80c646daa36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 21:42:50 +0000 Subject: [PATCH 2/7] build: (deps): bump sqlcipher_flutter_libs from 0.6.6 to 0.6.7 Bumps [sqlcipher_flutter_libs](https://github.com/simolus3/sqlite3.dart) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/simolus3/sqlite3.dart/releases) - [Commits](https://github.com/simolus3/sqlite3.dart/compare/sqlcipher_flutter_libs-0.6.6...sqlcipher_flutter_libs-0.6.7) --- updated-dependencies: - dependency-name: sqlcipher_flutter_libs dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 24791c851..d9179dd53 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1837,10 +1837,10 @@ packages: dependency: "direct main" description: name: sqlcipher_flutter_libs - sha256: "777c3469ada8fe6b808bd50f1c752cdd2ca1b1f3cf751d434502ead15334f3a5" + sha256: "550a0758aa4bba6eab75035102809506d76f2d71b9fb0c0f6e9cc414db0fe064" url: "https://pub.dev" source: hosted - version: "0.6.6" + version: "0.6.7" sqlite3: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e4d64272e..f8fb3d915 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -77,7 +77,7 @@ dependencies: shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401 slugify: ^2.0.0 sqflite_common_ffi: ^2.3.6 - sqlcipher_flutter_libs: ^0.6.1 + sqlcipher_flutter_libs: ^0.6.7 swipe_to_action: ^0.3.0 tor_detector_web: ^1.1.0 unifiedpush: ^5.0.1 From 69c437791a301fa198b278c21f2653c095c44d91 Mon Sep 17 00:00:00 2001 From: Frank Paul Silye Date: Tue, 29 Jul 2025 07:04:11 +0200 Subject: [PATCH 3/7] =?UTF-8?q?chore(translations):=20Translated=20using?= =?UTF-8?q?=20Weblate=20(Norwegian=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 62.7% (490 of 781 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/ --- lib/l10n/intl_nb.arb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_nb.arb b/lib/l10n/intl_nb.arb index 35079ce30..13cd82593 100644 --- a/lib/l10n/intl_nb.arb +++ b/lib/l10n/intl_nb.arb @@ -2394,5 +2394,11 @@ "@obtainingLocation": { "type": "String", "placeholders": {} - } + }, + "noDatabaseEncryption": "Databasekryptering støttes ikke på denne plattformen", + "@noDatabaseEncryption": {}, + "changeGeneralChatSettings": "Endre generelle chatinnstillinger", + "@changeGeneralChatSettings": {}, + "changeTheChatPermissions": "Endre chattillatelsene", + "@changeTheChatPermissions": {} } From 163c3352db32254c528b0a3fc116fd12196a29e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 21:43:08 +0000 Subject: [PATCH 4/7] build: (deps): bump share_plus from 10.1.4 to 11.0.0 Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 10.1.4 to 11.0.0. - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v11.0.0/packages/share_plus) --- updated-dependencies: - dependency-name: share_plus dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/utils/fluffy_share.dart | 8 +++++--- .../matrix_sdk_extensions/matrix_file_extension.dart | 10 ++++++---- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/lib/utils/fluffy_share.dart b/lib/utils/fluffy_share.dart index 3ecfcbf2a..b699175b9 100644 --- a/lib/utils/fluffy_share.dart +++ b/lib/utils/fluffy_share.dart @@ -15,9 +15,11 @@ abstract class FluffyShare { }) async { if (PlatformInfos.isMobile && !copyOnly) { final box = context.findRenderObject() as RenderBox; - await Share.share( - text, - sharePositionOrigin: box.localToGlobal(Offset.zero) & box.size, + await SharePlus.instance.share( + ShareParams( + text: text, + sharePositionOrigin: box.localToGlobal(Offset.zero) & box.size, + ), ); return; } diff --git a/lib/utils/matrix_sdk_extensions/matrix_file_extension.dart b/lib/utils/matrix_sdk_extensions/matrix_file_extension.dart index 01b2d85e4..069b6ec8b 100644 --- a/lib/utils/matrix_sdk_extensions/matrix_file_extension.dart +++ b/lib/utils/matrix_sdk_extensions/matrix_file_extension.dart @@ -76,10 +76,12 @@ extension MatrixFileExtension on MatrixFile { // https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus#ipad final box = context.findRenderObject() as RenderBox?; - await Share.shareXFiles( - [XFile.fromData(bytes, name: name, mimeType: mimeType)], - sharePositionOrigin: - box == null ? null : box.localToGlobal(Offset.zero) & box.size, + await SharePlus.instance.share( + ShareParams( + files: [XFile.fromData(bytes, name: name, mimeType: mimeType)], + sharePositionOrigin: + box == null ? null : box.localToGlobal(Offset.zero) & box.size, + ), ); return; } diff --git a/pubspec.lock b/pubspec.lock index 24791c851..5e674f1b6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1672,18 +1672,18 @@ packages: dependency: "direct main" description: name: share_plus - sha256: fce43200aa03ea87b91ce4c3ac79f0cecd52e2a7a56c7a4185023c271fbfa6da + sha256: b2961506569e28948d75ec346c28775bb111986bb69dc6a20754a457e3d97fa0 url: "https://pub.dev" source: hosted - version: "10.1.4" + version: "11.0.0" share_plus_platform_interface: dependency: transitive description: name: share_plus_platform_interface - sha256: cc012a23fc2d479854e6c80150696c4a5f5bb62cb89af4de1c505cf78d0a5d0b + sha256: "1032d392bc5d2095a77447a805aa3f804d2ae6a4d5eef5e6ebb3bd94c1bc19ef" url: "https://pub.dev" source: hosted - version: "5.0.2" + version: "6.0.0" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e4d64272e..16aa05990 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -73,7 +73,7 @@ dependencies: receive_sharing_intent: ^1.8.1 record: ^6.0.0 scroll_to_index: ^3.0.1 - share_plus: ^10.0.2 + share_plus: ^11.0.0 shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401 slugify: ^2.0.0 sqflite_common_ffi: ^2.3.6 From a7a4e426474b0c21f6cdf8ace31b46fe5401b1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 30 Jul 2025 08:46:38 +0200 Subject: [PATCH 5/7] build: Use github arm runner for linux --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 1f06e5059..14be3085d 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -67,7 +67,7 @@ jobs: strategy: matrix: arch: [ x64, arm64 ] - runs-on: ${{ matrix.arch == 'arm64' && 'self-hosted' || 'ubuntu-latest'}} + runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest'}} steps: - uses: actions/checkout@v4 - run: cat .github/workflows/versions.env >> $GITHUB_ENV From e86a9495a80af09b0e2953457701e5a2f617c789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 07:41:15 +0000 Subject: [PATCH 6/7] build: (deps): bump device_info_plus from 10.1.2 to 11.5.0 Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) from 10.1.2 to 11.5.0. - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v11.5.0/packages/device_info_plus) --- updated-dependencies: - dependency-name: device_info_plus dependency-version: 11.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 20 ++++++++++---------- pubspec.yaml | 5 ++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 32acf42e8..c66f1b1e0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -338,18 +338,18 @@ packages: dependency: "direct main" description: name: device_info_plus - sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074 + sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a" url: "https://pub.dev" source: hosted - version: "10.1.2" + version: "11.5.0" device_info_plus_platform_interface: dependency: transitive description: name: device_info_plus_platform_interface - sha256: "0b04e02b30791224b31969eb1b50d723498f402971bff3630bca2ba839bd1ed2" + sha256: e1ea89119e34903dca74b883d0dd78eb762814f97fb6c76f35e9ff74d261a18f url: "https://pub.dev" source: hosted - version: "7.0.2" + version: "7.0.3" dynamic_color: dependency: "direct main" description: @@ -2266,21 +2266,21 @@ packages: source: hosted version: "1.2.2+hotfix.2" win32: - dependency: "direct overridden" + dependency: transitive description: name: win32 - sha256: "015002c060f1ae9f41a818f2d5640389cc05283e368be19dc8d77cecb43c40c9" + sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03" url: "https://pub.dev" source: hosted - version: "5.5.3" + version: "5.14.0" win32_registry: dependency: transitive description: name: win32_registry - sha256: "21ec76dfc731550fd3e2ce7a33a9ea90b828fdf19a5c3bcf556fa992cfa99852" + sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae" url: "https://pub.dev" source: hosted - version: "1.1.5" + version: "2.1.0" window_to_front: dependency: transitive description: @@ -2322,5 +2322,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.7.0 <4.0.0" + dart: ">=3.8.0 <4.0.0" flutter: ">=3.29.0" diff --git a/pubspec.yaml b/pubspec.yaml index 781c701d1..0cdd20ca7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: cupertino_icons: any desktop_drop: ^0.4.4 desktop_notifications: ^0.6.3 - device_info_plus: ^10.0.1 + device_info_plus: ^11.5.0 dynamic_color: ^1.7.0 emoji_picker_flutter: ^4.3.0 emojis: ^0.9.9 @@ -144,5 +144,4 @@ dependency_overrides: git: url: https://github.com/ThexXTURBOXx/flutter_web_auth_2.git ref: 3.x-without-v1 - path: flutter_web_auth_2 - win32: 5.5.3 + path: flutter_web_auth_2 \ No newline at end of file From b1bfdb11307c858cecd03a137c967812bda6f4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 21:14:25 +0000 Subject: [PATCH 7/7] build: (deps): bump file_picker from 8.3.7 to 10.2.0 Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 8.3.7 to 10.2.0. - [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases) - [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits) --- updated-dependencies: - dependency-name: file_picker dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c66f1b1e0..bc584d4ac 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -410,10 +410,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: ab13ae8ef5580a411c458d6207b6774a6c237d77ac37011b13994879f68a8810 + sha256: ef9908739bdd9c476353d6adff72e88fd00c625f5b959ae23f7567bd5137db0a url: "https://pub.dev" source: hosted - version: "8.3.7" + version: "10.2.0" file_selector: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0cdd20ca7..63f990c8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: dynamic_color: ^1.7.0 emoji_picker_flutter: ^4.3.0 emojis: ^0.9.9 - file_picker: ^8.1.2 + file_picker: ^10.2.0 file_selector: ^1.0.3 flutter: sdk: flutter