From 8830c9b29739c2bcc90f7631787cf24164b2ed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?= Date: Wed, 1 Oct 2025 09:13:18 +0200 Subject: [PATCH 01/11] chore(translations): Translated using Weblate (Estonian) Currently translated at 100.0% (785 of 785 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ --- lib/l10n/intl_et.arb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_et.arb b/lib/l10n/intl_et.arb index 2c6a14a37..0de938a34 100644 --- a/lib/l10n/intl_et.arb +++ b/lib/l10n/intl_et.arb @@ -3387,5 +3387,11 @@ "declineInvitation": "Keeldu kutsest", "@declineInvitation": {}, "noMessagesYet": "Pole veel ühtegi sõnumit", - "@noMessagesYet": {} + "@noMessagesYet": {}, + "longPressToRecordVoiceMessage": "Pika vajutusega saad salvestada häälsõnumi.", + "@longPressToRecordVoiceMessage": {}, + "pause": "Peata", + "@pause": {}, + "resume": "Jätka", + "@resume": {} } From 5a2a2e707ae7e5b476b461eb5739b251078a0695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jos=C3=A9=20m?= Date: Thu, 2 Oct 2025 04:58:08 +0200 Subject: [PATCH 02/11] chore(translations): Translated using Weblate (Galician) Currently translated at 100.0% (785 of 785 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ --- lib/l10n/intl_gl.arb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_gl.arb b/lib/l10n/intl_gl.arb index a51075cba..9a047891d 100644 --- a/lib/l10n/intl_gl.arb +++ b/lib/l10n/intl_gl.arb @@ -3383,5 +3383,15 @@ "declineInvitation": "Rexeitar o convite", "@declineInvitation": {}, "noMessagesYet": "Aínda non hai mensaxes", - "@noMessagesYet": {} + "@noMessagesYet": {}, + "checkList": "Comprobar lista", + "@checkList": {}, + "displayNavigationRail": "Mostrar carril de navegación nos móbiles", + "@displayNavigationRail": {}, + "longPressToRecordVoiceMessage": "Pulsación longa para gravar mensaxe de voz.", + "@longPressToRecordVoiceMessage": {}, + "pause": "Deter", + "@pause": {}, + "resume": "Continuar", + "@resume": {} } From 9fbf33d02fca4337a247bc25b7d46223384d231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=8E=8B=E5=8F=AB=E6=88=91=E6=9D=A5=E5=B7=A1?= =?UTF-8?q?=E5=B1=B1?= Date: Wed, 1 Oct 2025 10:37:24 +0200 Subject: [PATCH 03/11] chore(translations): Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (785 of 785 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- lib/l10n/intl_zh.arb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 1ba4bbba3..96e6d852a 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -3387,5 +3387,11 @@ "declineInvitation": "拒绝邀请", "@declineInvitation": {}, "noMessagesYet": "尚无消息", - "@noMessagesYet": {} + "@noMessagesYet": {}, + "longPressToRecordVoiceMessage": "长按录制语音消息。", + "@longPressToRecordVoiceMessage": {}, + "pause": "暂停", + "@pause": {}, + "resume": "继续", + "@resume": {} } From 55b508e76001bb606321616a60475bbe9af5ea4b Mon Sep 17 00:00:00 2001 From: Jelv Date: Thu, 2 Oct 2025 09:44:48 +0200 Subject: [PATCH 04/11] chore(translations): Translated using Weblate (Dutch) Currently translated at 100.0% (785 of 785 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- lib/l10n/intl_nl.arb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_nl.arb b/lib/l10n/intl_nl.arb index 2e7c0d921..dfc9e1ab2 100644 --- a/lib/l10n/intl_nl.arb +++ b/lib/l10n/intl_nl.arb @@ -3386,5 +3386,11 @@ "declineInvitation": "Uitnodiging afwijzen", "@declineInvitation": {}, "noMessagesYet": "Nog geen berichten", - "@noMessagesYet": {} + "@noMessagesYet": {}, + "longPressToRecordVoiceMessage": "Lang drukken om een spraakbericht op te nemen.", + "@longPressToRecordVoiceMessage": {}, + "pause": "Pauzeer", + "@pause": {}, + "resume": "Hervat", + "@resume": {} } From 40bd7eed9191df830cf1409b1212e4b163045417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 2 Oct 2025 15:40:55 +0200 Subject: [PATCH 05/11] feat: Forward notifications to Android Auto --- android/app/build.gradle.kts | 1 + android/app/src/main/AndroidManifest.xml | 5 +++++ android/app/src/main/res/xml/automotive_app_desc.xml | 3 +++ android/gradle/wrapper/gradle-wrapper.properties | 2 +- android/settings.gradle.kts | 2 +- lib/utils/push_helper.dart | 2 ++ 6 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/res/xml/automotive_app_desc.xml diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 95563981f..38e7c0416 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -14,6 +14,7 @@ if (file("google-services.json").exists()) { dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") // For flutter_local_notifications // Workaround for: https://github.com/MaikuB/flutter_local_notifications/issues/2286 + implementation("androidx.core:core-ktx:1.17.0") // For Android Auto } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f7688fc0e..53286e1cf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -138,6 +138,11 @@ + + + + + \ No newline at end of file diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index e33907ed2..9c957989d 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Mar 17 08:36:03 CET 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts index 62e05cf33..a5d070147 100644 --- a/android/settings.gradle.kts +++ b/android/settings.gradle.kts @@ -18,7 +18,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" - id("com.android.application") version "8.7.3" apply false + id("com.android.application") version "8.9.1" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false if (file("app/google-services.json").exists()) { id("com.google.gms.google-services") version "4.3.8" apply false diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 08de28ba6..2a4dc4700 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -289,10 +289,12 @@ Future _tryPushHelper( ], cancelNotification: false, allowGeneratedReplies: true, + semanticAction: SemanticAction.reply, ), AndroidNotificationAction( FluffyChatNotificationActions.markAsRead.name, l10n.markAsRead, + semanticAction: SemanticAction.markAsRead, ), ], ); From a88849c2dbaf30228d6541515f48489030aec1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 3 Oct 2025 09:14:53 +0200 Subject: [PATCH 06/11] chore: Follow up notification actions --- lib/utils/background_push.dart | 3 + .../notification_background_handler.dart | 87 +++++++++++++++++-- lib/utils/push_helper.dart | 21 ++++- 3 files changed, 103 insertions(+), 8 deletions(-) diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index ca45e6076..eaea22d99 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -89,6 +89,7 @@ class BackgroundPush { NotificationResponseJson.fromJsonString(message), client: client, router: FluffyChatApp.router, + l10n: l10n, ); } catch (e, s) { Logs().wtf('Main Notification Tap crashed', e, s); @@ -105,6 +106,7 @@ class BackgroundPush { response, client: client, router: FluffyChatApp.router, + l10n: l10n, ), onDidReceiveBackgroundNotificationResponse: notificationTapBackground, ); @@ -313,6 +315,7 @@ class BackgroundPush { response, client: client, router: FluffyChatApp.router, + l10n: l10n, ); } }); diff --git a/lib/utils/notification_background_handler.dart b/lib/utils/notification_background_handler.dart index 8c9a279ee..972121443 100644 --- a/lib/utils/notification_background_handler.dart +++ b/lib/utils/notification_background_handler.dart @@ -8,7 +8,13 @@ import 'package:go_router/go_router.dart'; import 'package:matrix/matrix.dart'; import 'package:shared_preferences/shared_preferences.dart'; +import 'package:fluffychat/l10n/l10n.dart'; import 'package:fluffychat/utils/client_manager.dart'; +import 'package:fluffychat/utils/matrix_sdk_extensions/matrix_locals.dart'; +import 'package:fluffychat/utils/platform_infos.dart'; +import 'package:fluffychat/utils/push_helper.dart'; +import '../config/app_config.dart'; +import '../config/setting_keys.dart'; bool _vodInitialized = false; @@ -52,9 +58,10 @@ void notificationTapBackground( await vod.init(); _vodInitialized = true; } + final store = await SharedPreferences.getInstance(); final client = (await ClientManager.getClients( initialize: false, - store: await SharedPreferences.getInstance(), + store: store, )) .first; await client.abortSync(); @@ -62,6 +69,11 @@ void notificationTapBackground( waitForFirstSync: false, waitUntilLoadCompletedLoaded: false, ); + + AppConfig.sendPublicReadReceipts = + store.getBool(SettingKeys.sendPublicReadReceipts) ?? + AppConfig.sendPublicReadReceipts; + if (!client.isLogged()) { throw Exception('Notification tab in background but not logged in!'); } @@ -77,14 +89,17 @@ Future notificationTap( NotificationResponse notificationResponse, { GoRouter? router, required Client client, + L10n? l10n, }) async { Logs().d( 'Notification action handler started', notificationResponse.notificationResponseType.name, ); + final payload = + FluffyChatPushPayload.fromString(notificationResponse.payload ?? ''); switch (notificationResponse.notificationResponseType) { case NotificationResponseType.selectedNotification: - final roomId = notificationResponse.payload; + final roomId = payload.roomId; if (roomId == null) return; if (router == null) { @@ -111,7 +126,7 @@ Future notificationTap( if (actionType == null) { throw Exception('Selected notification with action but no action ID'); } - final roomId = notificationResponse.payload; + final roomId = payload.roomId; if (roomId == null) { throw Exception('Selected notification with action but no payload'); } @@ -127,9 +142,9 @@ Future notificationTap( switch (actionType) { case FluffyChatNotificationActions.markAsRead: await room.setReadMarker( - room.lastEvent!.eventId, - mRead: room.lastEvent!.eventId, - public: false, // TODO: Load preference here + payload.eventId ?? room.lastEvent!.eventId, + mRead: payload.eventId ?? room.lastEvent!.eventId, + public: AppConfig.sendPublicReadReceipts, ); case FluffyChatNotificationActions.reply: final input = notificationResponse.input; @@ -138,7 +153,65 @@ Future notificationTap( 'Selected notification with reply action but without input', ); } - await room.sendTextEvent(input); + + final eventId = await room.sendTextEvent(input); + + if (PlatformInfos.isAndroid) { + final messagingStyleInformation = + await AndroidFlutterLocalNotificationsPlugin() + .getActiveNotificationMessagingStyle(room.id.hashCode); + if (messagingStyleInformation == null) return; + l10n ??= await lookupL10n(const Locale('en')); + messagingStyleInformation.messages?.add( + Message( + input, + DateTime.now(), + Person(key: room.client.userID, name: l10n.you), + ), + ); + + await FlutterLocalNotificationsPlugin().show( + room.id.hashCode, + room.getLocalizedDisplayname(MatrixLocals(l10n)), + input, + NotificationDetails( + android: AndroidNotificationDetails( + AppConfig.pushNotificationsChannelId, + l10n.incomingMessages, + category: AndroidNotificationCategory.message, + shortcutId: room.id, + styleInformation: messagingStyleInformation, + groupKey: room.id, + playSound: false, + enableVibration: false, + actions: [ + AndroidNotificationAction( + FluffyChatNotificationActions.reply.name, + l10n.reply, + inputs: [ + AndroidNotificationActionInput( + label: l10n.writeAMessage, + ), + ], + cancelNotification: false, + allowGeneratedReplies: true, + semanticAction: SemanticAction.reply, + ), + AndroidNotificationAction( + FluffyChatNotificationActions.markAsRead.name, + l10n.markAsRead, + semanticAction: SemanticAction.markAsRead, + ), + ], + ), + ), + payload: FluffyChatPushPayload( + client.clientName, + room.id, + eventId, + ).toString(), + ); + } } } } diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 2a4dc4700..7c2d1c15c 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -315,11 +315,30 @@ Future _tryPushHelper( title, body, platformChannelSpecifics, - payload: event.roomId, + payload: + FluffyChatPushPayload(client.clientName, event.room.id, event.eventId) + .toString(), ); Logs().v('Push helper has been completed!'); } +class FluffyChatPushPayload { + final String? clientName, roomId, eventId; + + FluffyChatPushPayload(this.clientName, this.roomId, this.eventId); + + factory FluffyChatPushPayload.fromString(String payload) { + final parts = payload.split('|'); + if (parts.length != 3) { + return FluffyChatPushPayload(null, null, null); + } + return FluffyChatPushPayload(parts[0], parts[1], parts[2]); + } + + @override + String toString() => '$clientName|$roomId|$eventId'; +} + /// Creates a shortcut for Android platform but does not block displaying the /// notification. This is optional but provides a nicer view of the /// notification popup. From 1bef2dcbbbd353a9059b64963d9fab87521e828b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 7 Oct 2025 10:51:04 +0200 Subject: [PATCH 07/11] chore: Follow up notification action --- .../notification_background_handler.dart | 26 +++++++++++++++++-- lib/utils/push_helper.dart | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/lib/utils/notification_background_handler.dart b/lib/utils/notification_background_handler.dart index 972121443..d3e756735 100644 --- a/lib/utils/notification_background_handler.dart +++ b/lib/utils/notification_background_handler.dart @@ -9,6 +9,7 @@ import 'package:matrix/matrix.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:fluffychat/l10n/l10n.dart'; +import 'package:fluffychat/utils/client_download_content_extension.dart'; import 'package:fluffychat/utils/client_manager.dart'; import 'package:fluffychat/utils/matrix_sdk_extensions/matrix_locals.dart'; import 'package:fluffychat/utils/platform_infos.dart'; @@ -157,16 +158,37 @@ Future notificationTap( final eventId = await room.sendTextEvent(input); if (PlatformInfos.isAndroid) { + final ownProfile = await room.client.fetchOwnProfile(); + final avatar = ownProfile.avatarUrl; + final avatarFile = avatar == null + ? null + : await client + .downloadMxcCached( + avatar, + thumbnailMethod: ThumbnailMethod.crop, + width: notificationAvatarDimension, + height: notificationAvatarDimension, + animated: false, + isThumbnail: true, + rounded: true, + ) + .timeout(const Duration(seconds: 3)); final messagingStyleInformation = await AndroidFlutterLocalNotificationsPlugin() .getActiveNotificationMessagingStyle(room.id.hashCode); if (messagingStyleInformation == null) return; - l10n ??= await lookupL10n(const Locale('en')); + l10n ??= await lookupL10n(PlatformDispatcher.instance.locale); messagingStyleInformation.messages?.add( Message( input, DateTime.now(), - Person(key: room.client.userID, name: l10n.you), + Person( + key: room.client.userID, + name: l10n.you, + icon: avatarFile == null + ? null + : ByteArrayAndroidIcon(avatarFile), + ), ), ); diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 7c2d1c15c..6d75d568c 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -38,7 +38,7 @@ Future pushHelper( } catch (e, s) { Logs().e('Push Helper has crashed! Writing into temporary file', e, s); - l10n ??= await lookupL10n(const Locale('en')); + l10n ??= await lookupL10n(PlatformDispatcher.instance.locale); flutterLocalNotificationsPlugin.show( notification.roomId?.hashCode ?? 0, l10n.newMessageInFluffyChat, From d48ff5b9a35263cbd7fac5296c644c49cce2985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 7 Oct 2025 10:51:33 +0200 Subject: [PATCH 08/11] build: Flutter upgrade 3.35.5 --- .github/workflows/versions.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index 4d5a9ba26..118db7025 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.35.3 +FLUTTER_VERSION=3.35.5 JAVA_VERSION=17 From f634e67d69aae0170fc0c9320212f3aa48652306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 7 Oct 2025 11:37:00 +0200 Subject: [PATCH 09/11] build: Matrix version 3.0.0 --- .../settings_ignore_list.dart | 17 +---------------- pubspec.lock | 11 +++++------ pubspec.yaml | 3 +-- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/lib/pages/settings_ignore_list/settings_ignore_list.dart b/lib/pages/settings_ignore_list/settings_ignore_list.dart index c55987e34..3bcea3dfe 100644 --- a/lib/pages/settings_ignore_list/settings_ignore_list.dart +++ b/lib/pages/settings_ignore_list/settings_ignore_list.dart @@ -46,22 +46,7 @@ class SettingsIgnoreListController extends State { final client = Matrix.of(context).client; showFutureLoadingDialog( context: context, - future: () async { - for (final room in client.rooms) { - final isInviteFromUser = room.membership == Membership.invite && - room.getState(EventTypes.RoomMember, client.userID!)?.senderId == - userId; - - if (room.directChatMatrixID == userId || isInviteFromUser) { - try { - await room.leave(); - } catch (e, s) { - Logs().w('Unable to leave room with blocked user $userId', e, s); - } - } - } - await client.ignoreUser(userId); - }, + future: () => client.ignoreUser(userId), ); setState(() {}); controller.clear(); diff --git a/pubspec.lock b/pubspec.lock index 30737cba7..b60b5e537 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1113,12 +1113,11 @@ packages: matrix: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: "102d04304e1af33c4c71f502f487d5d31f9eaefb" - url: "https://github.com/famedly/matrix-dart-sdk.git" - source: git - version: "2.0.1" + name: matrix + sha256: "832d112e556cbb6fcf5e7e4528c840c1f95f865682ade277dc2b9e4128431021" + url: "https://pub.dev" + source: hosted + version: "3.0.0" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1f9f56cd7..be6823ff2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,8 +52,7 @@ dependencies: just_audio: ^0.10.5 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: - git: https://github.com/famedly/matrix-dart-sdk.git + matrix: ^3.0.0 mime: ^2.0.0 native_imaging: ^0.2.0 opus_caf_converter_dart: ^1.0.1 From 9c260313ce7b9c9068e66b947e54109cd614c95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 9 Oct 2025 13:18:56 +0200 Subject: [PATCH 10/11] chore: Follow up notification reply --- lib/utils/notification_background_handler.dart | 6 +++++- pubspec.lock | 9 +++++---- pubspec.yaml | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lib/utils/notification_background_handler.dart b/lib/utils/notification_background_handler.dart index d3e756735..531d7e19d 100644 --- a/lib/utils/notification_background_handler.dart +++ b/lib/utils/notification_background_handler.dart @@ -155,7 +155,11 @@ Future notificationTap( ); } - final eventId = await room.sendTextEvent(input); + final eventId = await room.sendTextEvent( + input, + parseCommands: false, + displayPendingEvent: false, + ); if (PlatformInfos.isAndroid) { final ownProfile = await room.client.fetchOwnProfile(); diff --git a/pubspec.lock b/pubspec.lock index b60b5e537..a04c6b343 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1113,10 +1113,11 @@ packages: matrix: dependency: "direct main" description: - name: matrix - sha256: "832d112e556cbb6fcf5e7e4528c840c1f95f865682ade277dc2b9e4128431021" - url: "https://pub.dev" - source: hosted + path: "." + ref: HEAD + resolved-ref: e772d4db6887ce853b0d685b45fb502ba0a4caca + url: "https://github.com/famedly/matrix-dart-sdk.git" + source: git version: "3.0.0" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index be6823ff2..1f9f56cd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,7 +52,8 @@ dependencies: just_audio: ^0.10.5 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: ^3.0.0 + matrix: + git: https://github.com/famedly/matrix-dart-sdk.git mime: ^2.0.0 native_imaging: ^0.2.0 opus_caf_converter_dart: ^1.0.1 From c4f07f9f10a2298fd433f9f6c27a7a6250b3389e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:09:18 +0000 Subject: [PATCH 11/11] build: (deps): bump unifiedpush from 6.0.2 to 6.2.0 Bumps unifiedpush from 6.0.2 to 6.2.0. --- updated-dependencies: - dependency-name: unifiedpush dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 92 ++++++++++++++++++++++++++++++++++++++++++++++++---- pubspec.yaml | 2 +- 2 files changed, 87 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a04c6b343..651d7071d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1543,6 +1543,46 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.2" + screen_retriever: + dependency: transitive + description: + name: screen_retriever + sha256: "570dbc8e4f70bac451e0efc9c9bb19fa2d6799a11e6ef04f946d7886d2e23d0c" + url: "https://pub.dev" + source: hosted + version: "0.2.0" + screen_retriever_linux: + dependency: transitive + description: + name: screen_retriever_linux + sha256: f7f8120c92ef0784e58491ab664d01efda79a922b025ff286e29aa123ea3dd18 + url: "https://pub.dev" + source: hosted + version: "0.2.0" + screen_retriever_macos: + dependency: transitive + description: + name: screen_retriever_macos + sha256: "71f956e65c97315dd661d71f828708bd97b6d358e776f1a30d5aa7d22d78a149" + url: "https://pub.dev" + source: hosted + version: "0.2.0" + screen_retriever_platform_interface: + dependency: transitive + description: + name: screen_retriever_platform_interface + sha256: ee197f4581ff0d5608587819af40490748e1e39e648d7680ecf95c05197240c0 + url: "https://pub.dev" + source: hosted + version: "0.2.0" + screen_retriever_windows: + dependency: transitive + description: + name: screen_retriever_windows + sha256: "449ee257f03ca98a57288ee526a301a430a344a161f9202b4fcc38576716fe13" + url: "https://pub.dev" + source: hosted + version: "0.2.0" scroll_to_index: dependency: "direct main" description: @@ -1888,26 +1928,42 @@ packages: dependency: "direct main" description: name: unifiedpush - sha256: "1418375efb580af9640de4eaf4209cb6481f9a48792648ced3051f30e67d9568" + sha256: "8ed9767f750a1dc6159a77e2171641d0cb825dc87682d1ce1b8618689b79f58e" url: "https://pub.dev" source: hosted - version: "6.0.2" + version: "6.2.0" unifiedpush_android: dependency: transitive description: name: unifiedpush_android - sha256: "2f25db8eb2fc3183bf2e43db89fff20b2587adc1c361e1d1e06b223a0d45b50a" + sha256: "556796c81e8151ee8e4275baea2f7191119e8b1412ec35523cc2ac1c44c348bf" url: "https://pub.dev" source: hosted - version: "3.1.1" + version: "3.4.0" + unifiedpush_linux: + dependency: transitive + description: + name: unifiedpush_linux + sha256: c062d5eedd1cec70bcd33270cc4e01ae0ff6501f33d471167c06b34a968adfeb + url: "https://pub.dev" + source: hosted + version: "1.0.0" unifiedpush_platform_interface: dependency: transitive description: name: unifiedpush_platform_interface - sha256: bb49d2748211520e35e0374ab816faa8a2c635267e71909d334ad868d532eba5 + sha256: "83372bc8d794b8b12ef6993b518d7be907dcfc2191bdf6de0ece5c4445d89880" url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "4.0.0" + unifiedpush_storage_interface: + dependency: transitive + description: + name: unifiedpush_storage_interface + sha256: b8d423a4695efc616aa21d8ab48fb5ef99d6288c68b56282b8faac1579ceabd9 + url: "https://pub.dev" + source: hosted + version: "1.0.0" unifiedpush_ui: dependency: "direct main" description: @@ -2140,6 +2196,14 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.3" + webcrypto: + dependency: transitive + description: + name: webcrypto + sha256: e393b3d0b01694a8f81efecf278ed7392877130e6e7b29f578863e4f2d0b2ebd + url: "https://pub.dev" + source: hosted + version: "0.5.8" webdriver: dependency: transitive description: @@ -2156,6 +2220,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.2.1" + webpush_encryption: + dependency: transitive + description: + name: webpush_encryption + sha256: "63046b7d6909f4a72ce3c153fa574726e257aaf21b1995ba063dc241a1b1520b" + url: "https://pub.dev" + source: hosted + version: "1.0.0" webrtc_interface: dependency: "direct main" description: @@ -2180,6 +2252,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.0" + window_manager: + dependency: transitive + description: + name: window_manager + sha256: "7eb6d6c4164ec08e1bf978d6e733f3cebe792e2a23fb07cbca25c2872bfdbdcd" + url: "https://pub.dev" + source: hosted + version: "0.5.1" window_to_front: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1f9f56cd7..499a0e2c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -76,7 +76,7 @@ dependencies: sqlcipher_flutter_libs: ^0.6.8 swipe_to_action: ^0.3.0 tor_detector_web: ^1.1.0 - unifiedpush: ^6.0.2 + unifiedpush: ^6.2.0 unifiedpush_ui: ^0.1.0 universal_html: ^2.2.4 url_launcher: ^6.3.2