summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_network.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-22 19:00:07 +0200
committerByteHamster <info@bytehamster.com>2018-04-22 19:00:07 +0200
commit1690bd64ccd185b51dedb91ce05ae54541cacc1b (patch)
tree79b7b65fd0618ffcbbd4b9c1acdde76c399847b6 /app/src/main/res/xml/preferences_network.xml
parent610b1c05e1f74e5067240a0bf0f069338583b83b (diff)
downloadAntennaPod-1690bd64ccd185b51dedb91ce05ae54541cacc1b.zip
Actually renamy downloads to network
Diffstat (limited to 'app/src/main/res/xml/preferences_network.xml')
-rw-r--r--app/src/main/res/xml/preferences_network.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_network.xml b/app/src/main/res/xml/preferences_network.xml
new file mode 100644
index 000000000..d084a614c
--- /dev/null
+++ b/app/src/main/res/xml/preferences_network.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <PreferenceCategory android:title="@string/data_usage">
+ <com.afollestad.materialdialogs.prefs.MaterialEditTextPreference
+ android:defaultValue="4"
+ android:inputType="number"
+ android:key="prefParallelDownloads"
+ android:title="@string/pref_parallel_downloads_title"
+ app:useStockLayout="true"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefMobileUpdate"
+ android:summary="@string/pref_mobileUpdate_sum"
+ android:title="@string/pref_mobileUpdate_title"/>
+ </PreferenceCategory>
+
+ <PreferenceCategory android:title="@string/automation">
+ <Preference
+ android:key="prefAutoUpdateIntervall"
+ android:summary="@string/pref_autoUpdateIntervallOrTime_sum"
+ android:title="@string/pref_autoUpdateIntervallOrTime_title"/>
+ <Preference
+ android:summary="@string/pref_automatic_download_sum"
+ android:key="prefAutoDownloadSettings"
+ android:title="@string/pref_automatic_download_title" />
+ </PreferenceCategory>
+
+ <PreferenceCategory android:title="@string/download_pref_details">
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:defaultValue="true"
+ android:enabled="true"
+ android:key="prefShowDownloadReport"
+ android:summary="@string/pref_showDownloadReport_sum"
+ android:title="@string/pref_showDownloadReport_title"/>
+ <Preference
+ android:key="prefProxy"
+ android:summary="@string/pref_proxy_sum"
+ android:title="@string/pref_proxy_title"/>
+ </PreferenceCategory>
+</PreferenceScreen>