1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-07-01 19:56:26 +00:00

set default minimumCharsForSync to zero atm to restore app sync function

This commit is contained in:
Loic Blot 2016-10-07 08:43:14 +02:00
parent 523a78c029
commit d598602cba
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package fr.unix_experience.owncloud_sms.defines;
public class DefaultPrefs {
public final static Integer syncInterval = 15;
public final static Integer minimumCharsForSync = 6;
public final static Integer minimumCharsForSync = 0;
public final static Boolean pushOnReceive = true;
public final static Boolean syncWifi = true;

View File

@ -27,7 +27,7 @@
-->
<resources>
<!-- Translation version, reference for translators -->
<string name="gp_translation_version" translatable="false">3</string>
<string name="gp_translation_version">3</string>
<!-- Translations must begin here -->
<string name="gp_short_description">ownCloud SMS synchronize your local SMS on your ownCloud instance</string>