mirror of
https://github.com/etesync/android
synced 2024-11-29 11:28:19 +00:00
2e6a3efd25
* a few fixes for SRV service detection * localization strings cleanup * new policy for localization: translators are only mentioned on their own translation from now on
11 lines
645 B
XML
11 lines
645 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<CheckBoxPreference
|
|
android:key="disable_compression"
|
|
android:summaryOff="@string/settings_http_compression_enabled"
|
|
android:summaryOn="@string/settings_http_compression_disabled"
|
|
android:title="@string/settings_disable_http_compression" />
|
|
<CheckBoxPreference android:title="@string/settings_network_logging" android:summaryOn="@string/settings_network_logging_enabled" android:key="network_logging" android:summaryOff="@string/settings_network_logging_disabled"/>
|
|
|
|
</PreferenceScreen> |