summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 17:20:56 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 17:20:56 +0300
commit3bc2ad56e901eb95c6f8b673a07e013e6bff6a65 (patch)
tree68741215ecd1767d31fa0ed2d207d19ad5e94ebe /res
parent989a904f3dbeb1bb224dfa4f036a7b344ac9051a (diff)
properly download feed icons, properly adjust feedsfragment on
preference change
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/preferences.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a8e8757b..ed26b0df 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -54,5 +54,5 @@
<string name="enable_ads">Enable ads</string>
<string name="enable_ads_summary">Showing ads to you supports the project</string>
<string name="ttrss_url_summary">URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/</string>
-
+ <string name="download_feed_icons">Download and display feed icons</string>
</resources>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 2dedf632..190a706f 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -25,6 +25,7 @@
android:entryValues="@array/pref_theme_values" android:summary="@string/pref_theme_long"/>
<CheckBoxPreference android:title="@string/sort_feeds_by_unread" android:key="sort_feeds_by_unread"/>
+ <CheckBoxPreference android:title="@string/download_feed_icons" android:key="download_feed_icons"/>
<CheckBoxPreference android:defaultValue="false" android:summary="@string/enable_ads_summary" android:title="@string/enable_ads" android:key="enable_ads" />
</PreferenceCategory>