From bf8323301fa8bbd38b8a12cccad0b9b8177a8215 Mon Sep 17 00:00:00 2001 From: Jesus Recio Date: Tue, 26 May 2026 14:09:38 +0200 Subject: [PATCH 1/2] fix: replace unicode for character to avoid new tx decoding --- owncloudApp/src/main/res/values/strings.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/owncloudApp/src/main/res/values/strings.xml b/owncloudApp/src/main/res/values/strings.xml index 02b6101d253..776f8f5d3f0 100644 --- a/owncloudApp/src/main/res/values/strings.xml +++ b/owncloudApp/src/main/res/values/strings.xml @@ -121,7 +121,7 @@ The access token has expired or become invalid. Sign in again to regain access. Sign in Check server - Server address https://… + Server address https://… Username Password New to %1$s? @@ -176,14 +176,14 @@ No Cancel sync Back - Loading… + Loading… unknown error Pending Important Set Upload from Folder name - Uploading… + Uploading… %1$s uploaded Upload failed Upload of %1$s could not be completed. @@ -225,7 +225,7 @@ Upload cancelled Download cancelled Download of %1$s has been enqueued - Downloading… + Downloading… Download succeeded %1$s downloaded Download failed @@ -290,8 +290,8 @@ Fast forward button Picture from camera - Getting authorization… - Trying to log in… + Getting authorization… + Trying to log in… Connection established Testing connection Malformed server configuration @@ -618,7 +618,7 @@ New in %1$s - Thank you for using %1$s.\n❤ + Thank you for using %1$s.\n❤ Proceed Release note icon Minor bugfixes From 8d17ab273aa42e20aea25f0e3a6332310c3d3558 Mon Sep 17 00:00:00 2001 From: Jesus Recio Date: Wed, 27 May 2026 08:52:38 +0200 Subject: [PATCH 2/2] chore: add calens file --- changelog/unreleased/4872 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/4872 diff --git a/changelog/unreleased/4872 b/changelog/unreleased/4872 new file mode 100644 index 00000000000..841145d2680 --- /dev/null +++ b/changelog/unreleased/4872 @@ -0,0 +1,5 @@ +Change: Remove unicode characters from strings file + +Unicode characters in strings.xml file have been replaced by the character itself to prevent problems in translations + +https://github.com/owncloud/android/pull/4872