From 4b12353a2086a09362a296715bab3b85588bdd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 20 Jan 2026 10:22:23 +0100 Subject: [PATCH 1/3] chore: Remove duplicated localization --- lib/l10n/intl_en.arb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 10922e25e..81b58da80 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -2739,15 +2739,6 @@ "@signInWithPassword": {}, "pleaseTryAgainLaterOrChooseDifferentServer": "Please try again later or choose a different server.", "@pleaseTryAgainLaterOrChooseDifferentServer": {}, - "signInWith": "Sign in with {provider}", - "@signInWith": { - "type": "String", - "placeholders": { - "provider": { - "type": "String" - } - } - }, "profileNotFound": "The user could not be found on the server. Maybe there is a connection problem or the user doesn't exist.", "@profileNotFound": {}, "setTheme": "Set theme:", From bcd350d401cd470fae47d6eeb095de87cf292d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 20 Jan 2026 13:44:22 +0100 Subject: [PATCH 2/3] fix: Sign in label --- lib/l10n/intl_de.arb | 10 +--------- lib/l10n/intl_en.arb | 3 +-- .../homeserver_picker/homeserver_picker_view.dart | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index 2a4ed30c7..fd6a94061 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -2512,15 +2512,7 @@ "@report": {}, "signInWithPassword": "Anmelden mit Passwort", "@signInWithPassword": {}, - "signInWith": "Anmelden mit {provider}", - "@signInWith": { - "type": "String", - "placeholders": { - "provider": { - "type": "String" - } - } - }, + "signInWithLabel": "Anmelden mit", "importNow": "Jetzt importieren", "@importNow": {}, "importEmojis": "Emojis importieren", diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 81b58da80..ef23ca6d1 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -3491,6 +3491,5 @@ "@advancedConfigs": {}, "advancedConfigurations": "Advanced configurations", "@advancedConfigurations": {}, - "signInWith": "Sign in with:", - "@signInWith": {} + "signInWithLabel": "Sign in with:" } diff --git a/lib/pages/homeserver_picker/homeserver_picker_view.dart b/lib/pages/homeserver_picker/homeserver_picker_view.dart index 241afd2f3..a3452b076 100644 --- a/lib/pages/homeserver_picker/homeserver_picker_view.dart +++ b/lib/pages/homeserver_picker/homeserver_picker_view.dart @@ -134,7 +134,7 @@ class HomeserverPickerView extends StatelessWidget { hintStyle: TextStyle( color: theme.colorScheme.surfaceTint, ), - labelText: L10n.of(context).signInWith, + labelText: L10n.of(context).signInWithLabel, errorText: controller.error, errorMaxLines: 4, suffixIcon: IconButton( From fa43658923ebd77c43ed1e77ad96faa43df1c242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 20 Jan 2026 15:25:44 +0100 Subject: [PATCH 3/3] chore: Versionize fcm shared isolate --- scripts/add-firebase-messaging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add-firebase-messaging.sh b/scripts/add-firebase-messaging.sh index af7ce0259..fb845d713 100755 --- a/scripts/add-firebase-messaging.sh +++ b/scripts/add-firebase-messaging.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -flutter pub add fcm_shared_isolate +flutter pub add fcm_shared_isolate:0.2.0 flutter pub get if [[ "$OSTYPE" == "darwin"* ]]; then