From 2ba77f3b5ee8c42c3c560668eabf20540955b95a Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 9 Mar 2019 07:36:45 +0000 Subject: [PATCH] Added settings to show subject normal --- FAQ.md | 2 ++ .../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(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 21f248ef4c..c267b1c810 100644 --- a/FAQ.md +++ b/FAQ.md @@ -238,6 +238,8 @@ In the display section of the advanced options you can enable or disable: * *Conversation threading*: to disable conversation threading and to show individual messages instead * *Show contact photos*: to hide contact photos * *Show identicons*: to show generated contact avatars +* *Show names and email addresses*: to show names or to show names and email addresses +* *Show subject italic*: to show the message subject as normal text * *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 diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index ef2189e26b..267f7a0d2a 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 0 ? colorUnread : textColorSecondary); @@ -2819,6 +2820,7 @@ public class AdapterMessage extends RecyclerView.Adapter + + Show contact photos Show identicons Show names and email addresses + Show subject italic Show stars (favorites) Show message preview Show address details by default