summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-10 08:48:05 +0300
committerAndrew Dolgov <[email protected]>2018-07-10 08:48:05 +0300
commit191f3786f18b76e4e2b785332c450e454641d75c (patch)
treedb7491402cd96f9c34a2ab3a1acd64bbdb6b873b /org.fox.ttrss/src/main/res/xml
parent30eb8d9363eaf985e3b42b8403a73cfcb72e9c6d (diff)
move preference click/build info stuff into onCreate
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index cdf952a6..73f82c0b 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -28,32 +28,6 @@
android:title="@string/prefs_network_settings" />
</PreferenceCategory>
- <!-- <PreferenceCategory android:title="@string/ssl" >
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="ssl_trust_any"
- android:summary="@string/ssl_trust_any_long"
- android:title="@string/ssl_trust_any" />
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- 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
- android:key="http_login"
- android:singleLine="true"
- android:summary="@string/http_login_summary"
- android:title="@string/login" >
- </EditTextPreference>
- <EditTextPreference
- android:key="http_password"
- android:password="true"
- android:singleLine="true"
- android:title="@string/password" >
- </EditTextPreference>
- </PreferenceCategory> -->
<PreferenceCategory
android:key="category_look_and_feel"
android:title="@string/look_and_feel" >