From cd1763f52a6ab0ba2c54538beab997b58e9233fb Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 26 Mar 2019 13:49:55 +0000 Subject: [PATCH] Added settings to disable monospaced typeface --- FAQ.md | 1 + .../java/eu/faircode/email/AdapterMessage.java | 4 ++++ .../java/eu/faircode/email/FragmentOptions.java | 14 ++++++++++++-- app/src/main/res/layout/fragment_options.xml | 14 +++++++++++++- app/src/main/res/values/strings.xml | 1 + 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 54730157e3..c9358976b8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -248,6 +248,7 @@ In the display section of the advanced options you can enable or disable: * *Show stars*: to hide stars (favorites) * *Show message preview*: to show two lines of the message text * *Show address details by default*: to collapse the addresses section by default +* *Use monospaced font for message text*: to change the typeface of the message text * *Conversation action bar*: to disable the bottom navigation bar * *Automatically show original message for known contacts*: to automatically show original messages for contacts on your device, please read [this FAQ](#user-content-faq35) * *Automatically show images for known contacts*: to automatically show images for contacts on your device, please read [this FAQ](#user-content-faq35) diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index d2c391f637..dc268b3214 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -141,6 +141,7 @@ public class AdapterMessage extends RecyclerView.Adapter + + Show stars (favorites) Show message preview Show address details by default + Use monospaced font for message text Automatically show original message for known contacts Attempt to remove tracking from original messages Automatically show images for known contacts