From ad11b547afdbd332d876f97c69380b5d94b8d944 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Mon, 17 Nov 2025 08:31:48 +0100 Subject: [PATCH 1/2] fix:3195: bad colors on selected text popup --- gradle/libs.versions.toml | 2 +- notificationsreceiver/src/main/res/values/themes.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2ff5ffc5..32b9e965 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ kotlin = "2.2.0" kotlinx-coroutines = "1.10.2" kotlinx-serialization-json = "1.9.0" markwon = "4.6.2" -markwon-compose = "0.5.7" +markwon-compose = "0.5.8" # Tests junit = "4.13.2" diff --git a/notificationsreceiver/src/main/res/values/themes.xml b/notificationsreceiver/src/main/res/values/themes.xml index a937a9ea..59369931 100644 --- a/notificationsreceiver/src/main/res/values/themes.xml +++ b/notificationsreceiver/src/main/res/values/themes.xml @@ -17,12 +17,17 @@ --> - - -- GitLab From 9f42703f9e27dcabeef4f4d0d37fb8ff15c3401e Mon Sep 17 00:00:00 2001 From: jacquarg Date: Mon, 17 Nov 2025 08:32:28 +0100 Subject: [PATCH 2/2] fix:3197: fix typo on french translation. --- notificationsreceiver/src/main/res/values-fr/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notificationsreceiver/src/main/res/values-fr/strings.xml b/notificationsreceiver/src/main/res/values-fr/strings.xml index 38c1db46..9cd420fd 100644 --- a/notificationsreceiver/src/main/res/values-fr/strings.xml +++ b/notificationsreceiver/src/main/res/values-fr/strings.xml @@ -2,6 +2,6 @@ Notifications Murena Consultez l’historique de toutes les notifications de Murena et e Foundation. - Notifications MurenaAucune notification reçue + Aucune notification reçue Démarrage du distributeur UnifiedPush \ No newline at end of file -- GitLab