From 780ce0b60dbd1495cb02736467224dab3671caf7 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 4 Jun 2020 09:06:30 +0200 Subject: [PATCH] Added optimized hint --- .../res/layout/fragment_options_synchronize.xml | 15 ++++++++++++++- app/src/main/res/values/strings.xml | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index 16652064d6..33717c47e1 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -99,6 +99,19 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/spPollInterval" /> + + + app:layout_constraintTop_toBottomOf="@id/tvOptimizedHint" /> Globally disable or enable receiving of messages If synchronization is disabled, it is still possible to synchronize manually by pulling down the message list. Synchronizing periodically will compare local and remote messages each and every time, which is an expensive operation possibly resulting in extra battery usage, especially when there are a lot of messages to synchronize. Always synchronizing will avoid this by continuous monitoring for changes only. + This option can be optimized automatically (miscellaneous settings) Tap on a time to set a time Check sender email addresses on synchronizing messages Check reply email addresses on synchronizing messages