From b0d6c830e33210eef0be5de7ab113a30bca46310 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 22 Oct 2016 17:28:57 +0200 Subject: [PATCH] Add minimum sync chars configuration --- src/main/res/values-en/strings.xml | 1 + src/main/res/values-fr/strings.xml | 1 + src/main/res/values/strings.xml | 38 +++++++++++++++++++++++++++++ src/main/res/xml/pref_data_sync.xml | 8 ++++++ 4 files changed, 48 insertions(+) diff --git a/src/main/res/values-en/strings.xml b/src/main/res/values-en/strings.xml index 8278064..b76057b 100644 --- a/src/main/res/values-en/strings.xml +++ b/src/main/res/values-en/strings.xml @@ -173,5 +173,6 @@ Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance. There is nothing to sync. This feature is not already implemented and will be available soon. + Minimum phonenumber length diff --git a/src/main/res/values-fr/strings.xml b/src/main/res/values-fr/strings.xml index 4e0a3aa..4234097 100644 --- a/src/main/res/values-fr/strings.xml +++ b/src/main/res/values-fr/strings.xml @@ -160,4 +160,5 @@ Echec de connexion, le serveur a retourné 404 NON TROUVE. Assurez vous d\'avoir spécifié la bonne URL. Il n\'y a rien à synchroniser. Cette fonctionnalité n\'est pas implémentée mais elle sera disponible bientôt. + Longueur minimale du numéro de téléphone diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 1b34580..69b5410 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -116,6 +116,43 @@ -1 + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + Push SMS on reception Synchronize in Wi-Fi Synchronize in 4G @@ -208,4 +245,5 @@ Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance. There is nothing to sync. This feature is not already implemented and will be available soon. + Minimum phonenumber length diff --git a/src/main/res/xml/pref_data_sync.xml b/src/main/res/xml/pref_data_sync.xml index 2789683..6671736 100644 --- a/src/main/res/xml/pref_data_sync.xml +++ b/src/main/res/xml/pref_data_sync.xml @@ -17,6 +17,14 @@ android:negativeButtonText="@null" android:positiveButtonText="@null" android:title="@string/pref_title_bulk_messages" /> +