From 25f8ed7d4934bc01ebf798b9e91a4e6979efa0b1 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 18 Mar 2021 07:52:51 +0100 Subject: [PATCH] Added hint text --- .../res/layout/fragment_options_connection.xml | 14 +++++++++++++- app/src/main/res/values/strings.xml | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_connection.xml b/app/src/main/res/layout/fragment_options_connection.xml index 2e040f7a8e..6ba74799fe 100644 --- a/app/src/main/res/layout/fragment_options_connection.xml +++ b/app/src/main/res/layout/fragment_options_connection.xml @@ -174,6 +174,18 @@ app:layout_constraintTop_toBottomOf="@id/tvAdvanced" app:switchPadding="12dp" /> + + + app:layout_constraintTop_toBottomOf="@id/tvValidateHint" /> Disabling this option will disable receiving and sending messages on mobile internet connections Assuming no roaming within the EU Enabling this can cause connection problems on some devices + This can result in messages not being synchronized, for example when using a VPN, but also in other situations The read/write timeout will be set to the double of the connection timeout. Higher values will result in more battery use. Enabling this will disable weak SSL protocols and ciphers, which can lead to connection problems Messages headers will always be fetched when roaming. You can use the device\'s roaming setting to disable internet while roaming.