added time limited on auto-fetch, and removed the creation of multiple autoFetchReceivers

This commit is contained in:
Martin
2018-07-01 22:57:48 +02:00
committed by Andreas Shimokawa
parent d1cba54425
commit 91cbdfde10
5 changed files with 38 additions and 7 deletions
+7
View File
@@ -535,6 +535,13 @@
android:key="auto_fetch_enabled"
android:title="@string/pref_auto_fetch"
android:summary="@string/pref_auto_fetch_summary"/>
<EditTextPreference
android:inputType="number"
android:key="auto_fetch_interval_limit"
android:defaultValue="0"
android:maxLength="3"
android:title="@string/pref_auto_fetch_limit_fetches"
android:summary="@string/pref_auto_fetch_limit_fetches_summary"/>
</PreferenceCategory>
<PreferenceCategory