summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorSimon Danner <danner.simon@gmail.com>2015-06-21 12:46:42 +0200
committerSimon Danner <danner.simon@gmail.com>2015-06-21 12:46:42 +0200
commit7c944cbe65098ea46ee7e85166ada2cdb4b2a20b (patch)
tree36b49d1db69c0d3198ed75e27ae915748d9aa7bd /app/src/main
parente1b494ba0577ce2cb60e6b3120e3534fb1f3211c (diff)
downloadAntennaPod-7c944cbe65098ea46ee7e85166ada2cdb4b2a20b.zip
Download Report: introduce setting to disable
Give the use the option to disable the download report. While it is useful to see the failed downloads, if a user is subscribed to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
Diffstat (limited to 'app/src/main')
-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 e848915cf..564630afc 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -25,6 +25,12 @@
android:key="prefPersistNotify"
android:summary="@string/pref_persistNotify_sum"
android:title="@string/pref_persistNotify_title"/>
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:enabled="true"
+ android:key="prefShowDownloadReport"
+ android:summary="@string/pref_showDownloadReport_sum"
+ android:title="@string/pref_showDownloadReport_title"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/queue_label">