From d857a729afdd2d84fa3e66e5ec2ce1f141731cfc Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 17 Jan 2022 11:55:02 +0100 Subject: [PATCH] Added remark about sync speed --- app/src/main/res/layout/dialog_sync.xml | 140 +++++++++++++----------- app/src/main/res/values/strings.xml | 4 + 2 files changed, 83 insertions(+), 61 deletions(-) diff --git a/app/src/main/res/layout/dialog_sync.xml b/app/src/main/res/layout/dialog_sync.xml index c74aad9021..48be28756d 100644 --- a/app/src/main/res/layout/dialog_sync.xml +++ b/app/src/main/res/layout/dialog_sync.xml @@ -1,71 +1,89 @@ - + android:padding="24dp" + android:scrollbarStyle="outsideOverlay"> - + - + - + - - + - + + - - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8b87011962..a9030a435f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -952,6 +952,10 @@ Subfolders Fetch more messages This will result in a single download of older messages, so it will not result in more battery usage for everyday use + + Messages will be fetched as fast as the email server can deliver them and stored as fast as the device can store them. + The limiting factor is usually the speed of the device\'s internal storage space. + Synchronize Enable synchronization Disable synchronization