summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-25 13:47:04 +0400
committerAndrew Dolgov <[email protected]>2012-09-25 13:47:04 +0400
commitaa22d8f8f371ce962d4827e50bfd793c2ab689c3 (patch)
treef6fa701e7af6dec9223591114d37d5c269af4988 /res/xml/preferences.xml
parent53a1c5d5fe1c6e6e472988693066d98af2d88236 (diff)
split SSL hostname verification to a separate option, do not call
trustAllHosts() on every API request, fix support for older tt-rss versions which do not have getApiLevel call
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a98cd8ad..648114bb 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -22,11 +22,20 @@
android:summary="@string/ttrss_url_summary"
android:title="@string/ttrss_url" >
</EditTextPreference>
-
+ </PreferenceCategory>
+ <PreferenceCategory android:title="@string/ssl" android:summary="blah blah blah" >
<CheckBoxPreference
android:defaultValue="false"
android:key="ssl_trust_any"
+ android:summary="@string/ssl_trust_any_long"
android:title="@string/ssl_trust_any" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="ssl_trust_any_host"
+ android:summary="@string/ssl_trust_any_host_long"
+ android:title="@string/ssl_trust_any_host" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/http_authentication" >
<EditTextPreference