From ce44b8869e046a76ca7eca5c0de16662910312cb Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 24 Sep 2016 00:21:23 +0200 Subject: set different auto download filesizes for wifi, mobile, roaming defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte --- src/main/res/values/strings.xml | 4 +++- src/main/res/xml/preferences.xml | 20 +++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 322f9e7a0..f56ed4df1 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -100,7 +100,9 @@ General XMPP resource The name this client identifies itself with - Accept files + Accept files in WiFi connections + Accept files in mobile connections + Accept files in mobile roaming connections Automatically accept files smaller than… Attachments Quick Sharing diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 8c0ca30cd..a3f15ba1a 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -88,12 +88,26 @@ android:key="attachments" android:title="@string/pref_attachments"> + android:title="@string/pref_accept_files_wifi" /> + +