From af2ea12835484aa16a4fac877c18d293b756ccca Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 1 Jun 2019 09:25:41 +0200 Subject: [PATCH] Added 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 abc1ea4949..5d956b59ff 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -75,6 +75,19 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvWhen" /> + + Globally disable or enable receiving of messages If synchronization is disabled, it is still possible to synchronize manually by pulling down the message list. This will synchronize messages and execute operations for a limited time. + 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 listening for changes only. Tap on a time to set a time Metered connections are generally mobile connections or paid Wi-Fi hotspots Disabling this option will disable receiving and sending messages on mobile internet connections