summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDomingos Lopes <domingos86lopes+github@gmail.com>2016-07-02 00:53:17 -0400
committerDomingos Lopes <domingos86lopes+github@gmail.com>2016-07-02 02:37:58 -0400
commitb307d96e9502a39917778f879c9b46c6eee4c8bc (patch)
tree7c9bbfcc29751f8e453630236b5f82dc8e568231 /app/src/main/res/xml/preferences.xml
parenta806d58966bca19cb89ca0b2b2d287f2611c3e36 (diff)
downloadAntennaPod-b307d96e9502a39917778f879c9b46c6eee4c8bc.zip
Make gpodnet sync error notifications optional
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 57829e3e1..a3b9a5a9e 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -74,7 +74,6 @@
android:key="prefQueueAddToFront"
android:summary="@string/pref_queueAddToFront_sum"
android:title="@string/pref_queueAddToFront_title"/>
- />
</PreferenceCategory>
<PreferenceCategory android:title="@string/playback_pref">
@@ -233,7 +232,7 @@
android:title="@string/pref_revokeAccess_title"/>
</PreferenceScreen>
<PreferenceScreen
- android:key="prefFlattrSettings"
+ android:key="prefGpodderSettings"
android:title="@string/gpodnet_main_label">
<PreferenceScreen
@@ -256,6 +255,16 @@
<Preference
android:key="pref_gpodnet_hostname"
android:title="@string/pref_gpodnet_sethostname_title"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:key="pref_gpodnet_notifications"
+ android:title="@string/pref_gpodnet_notifications_title"
+ android:summary="@string/pref_gpodnet_notifications_sum"
+ android:defaultValue="true"/>
+ <Preference android:key="pref_gpodnet_sync_report"
+ android:title="@string/pref_gpodnet_last_sync_title"
+ android:selectable="false"
+ android:enabled="false"
+ android:shouldDisableView="true"/>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory android:title="@string/storage_pref">