From 8cd8c7a0fb89d022d5945a8a6063705434e2cff9 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 5 Jul 2020 08:14:50 +0200 Subject: [PATCH] Added hint text --- .../layout/fragment_options_synchronize.xml | 19 ++++++++++++++++--- app/src/main/res/values/strings.xml | 1 + 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index 10679e6fda..cf2290faff 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -42,7 +42,7 @@ app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvManualHint" /> + + + app:layout_constraintTop_toBottomOf="@id/tvOptimizeHint" /> If receiving messages is disabled, it is still possible to manually receive messages by pulling down the message list Periodically checking for new messages will compare local and remote messages every time, which is an expensive operation that may result in extra battery usage, especially if there are a lot of messages. Always receive will prevent this by continuously following changes. + This might change the sync frequency to save battery usage depending on the capabilities and behavior of the email servers Tap on a time to set a time Some providers store messages with an unknown, invalid or future date as messages without date Some providers don\'t support this properly, which may cause synchronizing none or all messages