From a3024bc3ea77d98e166f39fe2ffba68e8c289c16 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 12 Jun 2024 11:17:31 +0200 Subject: [PATCH] Added remark about QR codes --- app/src/main/java/eu/faircode/email/ApplicationEx.java | 3 +++ app/src/main/res/values/strings.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/eu/faircode/email/ApplicationEx.java b/app/src/main/java/eu/faircode/email/ApplicationEx.java index 8bd2c23535..94f920627d 100644 --- a/app/src/main/java/eu/faircode/email/ApplicationEx.java +++ b/app/src/main/java/eu/faircode/email/ApplicationEx.java @@ -877,6 +877,9 @@ public class ApplicationEx extends Application } else if (version < 2197) { if (!prefs.contains("overview_mode")) editor.putBoolean("overview_mode", false); + } else if (version < 2201) { + if ("a".equals(BuildConfig.REVISION)) + editor.remove("reformatted_hint"); } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 74c10a09ca..65df35edd2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1674,9 +1674,10 @@ Expanding this message will download %1$s Downloading … - This is the reformatted message view. - You can tap on the ⛶ icon to view the original message and to hide this message. + This is the safe reformatted message view. + You can tap on the ⛶ icon to view the less safe original message and to hide this message. Reformatting messages takes some time, depending on the size of the message and the speed of your device. + Sometimes the original message must be viewed to see QR codes. Compose