mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
added time limited on auto-fetch, and removed the creation of multiple autoFetchReceivers
This commit is contained in:
committed by
Andreas Shimokawa
parent
d1cba54425
commit
91cbdfde10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user