From eb733656a336bea30b066a646b46d935a360f107 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 29 Sep 2021 10:12:04 +0200 Subject: [PATCH] Added option to show number of unseen drafts in nav menu --- .../java/eu/faircode/email/AdapterNavUnified.java | 6 ++++-- .../java/eu/faircode/email/FragmentOptions.java | 2 +- .../eu/faircode/email/FragmentOptionsDisplay.java | 12 +++++++++++- .../main/res/layout/fragment_options_display.xml | 13 ++++++++++++- app/src/main/res/values/strings.xml | 1 + 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/eu/faircode/email/AdapterNavUnified.java b/app/src/main/java/eu/faircode/email/AdapterNavUnified.java index 0e8386e51b..ae97f4855d 100644 --- a/app/src/main/java/eu/faircode/email/AdapterNavUnified.java +++ b/app/src/main/java/eu/faircode/email/AdapterNavUnified.java @@ -50,6 +50,7 @@ public class AdapterNavUnified extends RecyclerView.Adapter + + Hide navigation menu options? You can enable the options again in the display settings Show number of locally stored messages in the navigation menu + Show number of unread drafts in the navigation menu Show on start screen Use card style instead of tabular style Use beige background when using card style (light themes only)