mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-07-04 13:16:16 +00:00
set default minimumCharsForSync to zero atm to restore app sync function
This commit is contained in:
parent
523a78c029
commit
d598602cba
@ -2,7 +2,7 @@ package fr.unix_experience.owncloud_sms.defines;
|
|||||||
|
|
||||||
public class DefaultPrefs {
|
public class DefaultPrefs {
|
||||||
public final static Integer syncInterval = 15;
|
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 pushOnReceive = true;
|
||||||
|
|
||||||
public final static Boolean syncWifi = true;
|
public final static Boolean syncWifi = true;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Translation version, reference for translators -->
|
<!-- 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 -->
|
<!-- Translations must begin here -->
|
||||||
<string name="gp_short_description">ownCloud SMS synchronize your local SMS on your ownCloud instance</string>
|
<string name="gp_short_description">ownCloud SMS synchronize your local SMS on your ownCloud instance</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user