From 4ac61a7d344031208aa08e2d2f054b3bd54cbc54 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 20 Apr 2019 16:00:46 +0200 Subject: [PATCH] Added option to enable inverting original message --- FAQ.md | 4 +++- .../java/eu/faircode/email/AdapterMessage.java | 13 +++++-------- .../java/eu/faircode/email/FragmentOptions.java | 14 ++++++++++++-- app/src/main/java/eu/faircode/email/Helper.java | 7 +++++++ app/src/main/res/layout/fragment_options.xml | 14 +++++++++++++- app/src/main/res/values/strings.xml | 1 + 6 files changed, 41 insertions(+), 12 deletions(-) diff --git a/FAQ.md b/FAQ.md index 5f6a8581f3..128bdf17ca 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1391,7 +1391,9 @@ FairEmail already tries to workaround these bugs, but if this fail you'll need t ~~The original message is shown as the sender has sent it, including all colors.~~ ~~Changing the background color would not only make the original view not original anymore, it can also result in unreadable messages.~~ -Recent versions of FairEmail will invert all colors of the original message when using a dark or black theme. +Recent versions of FairEmail can invert all colors of the original message when using a dark or black theme. +You can turn this on the advanced settings. +Be aware that this can cause [crashes](https://bugs.chromium.org/p/chromium/issues/detail?id=578150) on some devices.
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index ec16d4014b..eb564bc956 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -1400,16 +1400,13 @@ public class AdapterMessage extends RecyclerView.Adapter + + Use monospaced font for message text Automatically show original message for known contacts Automatically show images for known contacts + Invert colors of original message when using a dark theme Conversation action bar Pull down to refresh