summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_gpodder.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-05-04 19:03:11 +0200
committerByteHamster <info@bytehamster.com>2018-05-04 19:07:17 +0200
commitc3510d821dff78298d68087ab6b4c6bfe33d1e89 (patch)
tree08aa43059e2750e361560d619d2456ab35877676 /app/src/main/res/xml/preferences_gpodder.xml
parent686801fea2fbe162fae9f1c64ab204587e19fc95 (diff)
downloadAntennaPod-c3510d821dff78298d68087ab6b4c6bfe33d1e89.zip
Moved Flattr/gpodder to their own files
Diffstat (limited to 'app/src/main/res/xml/preferences_gpodder.xml')
-rw-r--r--app/src/main/res/xml/preferences_gpodder.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_gpodder.xml b/app/src/main/res/xml/preferences_gpodder.xml
new file mode 100644
index 000000000..5789f5f84
--- /dev/null
+++ b/app/src/main/res/xml/preferences_gpodder.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceScreen
+ android:key="pref_gpodnet_authenticate"
+ android:title="@string/pref_gpodnet_authenticate_title"
+ android:summary="@string/pref_gpodnet_authenticate_sum">
+ <intent android:action=".activity.gpoddernet.GpodnetAuthenticationActivity"/>
+ </PreferenceScreen>
+ <Preference
+ android:key="pref_gpodnet_setlogin_information"
+ android:title="@string/pref_gpodnet_setlogin_information_title"
+ android:summary="@string/pref_gpodnet_setlogin_information_sum"/>
+ <Preference
+ android:key="pref_gpodnet_sync"
+ android:title="@string/pref_gpodnet_sync_changes_title"
+ android:summary="@string/pref_gpodnet_sync_changes_sum"/>
+ <Preference
+ android:key="pref_gpodnet_force_full_sync"
+ android:title="@string/pref_gpodnet_full_sync_title"
+ android:summary="@string/pref_gpodnet_full_sync_sum"/>
+ <Preference
+ android:key="pref_gpodnet_logout"
+ android:title="@string/pref_gpodnet_logout_title"/>
+ <Preference
+ android:key="pref_gpodnet_hostname"
+ android:title="@string/pref_gpodnet_sethostname_title"/>
+ <SwitchPreference
+ android:key="pref_gpodnet_notifications"
+ android:title="@string/pref_gpodnet_notifications_title"
+ android:summary="@string/pref_gpodnet_notifications_sum"
+ android:defaultValue="true"/>
+
+</PreferenceScreen>