summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDomingos Lopes <domingos86lopes@gmail.com>2016-03-21 22:10:19 -0400
committerDomingos Lopes <domingos86lopes@gmail.com>2016-03-21 22:10:19 -0400
commit5febe9248ab679a37e48c9f1ff46ca643a889510 (patch)
tree1f2649128de7d6c645f02069dc5efb24d9d72eb1 /app/src/main/res
parent5d36790182e1b9f8c624de06681698f43e243457 (diff)
parenta994cd4c0877770ce7ff1828dc40386c9db9ff2b (diff)
downloadAntennaPod-5febe9248ab679a37e48c9f1ff46ca643a889510.zip
Merge branch 'develop' into typos
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index e0671e67b..778db763f 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -185,7 +185,7 @@
android:title="@string/pref_automatic_download_title"
android:defaultValue="false"/>
<com.afollestad.materialdialogs.prefs.MaterialListPreference
- android:defaultValue="20"
+ android:defaultValue="25"
android:entries="@array/episode_cache_size_entries"
android:key="prefEpisodeCacheSize"
android:title="@string/pref_episode_cache_title"
@@ -272,6 +272,9 @@
android:key="prefAbout"
android:title="@string/about_pref"/>
<Preference
+ android:key="prefKnownIssues"
+ android:title="@string/pref_known_issues"/>
+ <Preference
android:key="prefSendCrashReport"
android:title="@string/crash_report_title"
android:summary="@string/crash_report_sum"/>