1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 14:23:04 +00:00

Refactor and fix a problem when changing preferences.

Prepare a new setting to send bulk messages with a message limit
This commit is contained in:
Loic Blot
2015-11-04 00:32:12 +01:00
parent 9d61d6c732
commit c72a897f81
10 changed files with 79 additions and 8 deletions
+8
View File
@@ -9,6 +9,14 @@
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_sync_frequency" />
<ListPreference
android:defaultValue="1000"
android:entries="@array/pref_sync_bulk_max_messages_titles"
android:entryValues="@array/pref_sync_bulk_max_messages"
android:key="sync_bulk_messages"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_bulk_messages" />
<CheckBoxPreference android:id="@+id/checkbox_push_on_receive"
android:defaultValue="true"
android:layout_width="wrap_content"