summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2017-04-09 20:26:00 +0200
committerGitHub <noreply@github.com>2017-04-09 20:26:00 +0200
commit4d256b7323d5a00b081508b13eb9141ab3aa9035 (patch)
tree3bd4fbc0598e4c081a4ac349c551f88ef696e588 /app/src/main/res
parent8864f51f039a66fcca5791912228907079ef4447 (diff)
parenta2e07e749b4274bc20546dcbd73ea690bf25dcb9 (diff)
downloadAntennaPod-4d256b7323d5a00b081508b13eb9141ab3aa9035.zip
Merge pull request #2225 from mfietz/issue/2222-not-add-to-queue
Setting whether or not to enqueue downloaded episodes
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index fab96338e..14a8ca0ef 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -161,6 +161,12 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref">
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:defaultValue="true"
+ android:enabled="true"
+ android:key="prefEnqueueDownloaded"
+ android:summary="@string/pref_enqueue_downloaded_summary"
+ android:title="@string/pref_enqueue_downloaded_title" />
<Preference
android:key="prefAutoUpdateIntervall"
android:summary="@string/pref_autoUpdateIntervallOrTime_sum"