diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-04 17:33:27 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-04 17:33:27 -0800 |
commit | 7297632a01d5fb606b901d8c54e190e28b95716e (patch) | |
tree | c38cab11c8f66f7d0db7065f4aab562c8fa2ac85 /res/xml | |
parent | 5c80c2982ebb55b817e2855de8ab77ae269bd31b (diff) |
Lint performance: completely clean
That means there is no unnecessary file, nor resource, in the project
right now.
Conflicts:
res/values-ca/strings.xml
res/values-cs/strings.xml
res/values-de/strings.xml
res/values-es/strings.xml
res/values-et/strings.xml
res/values-fr/strings.xml
res/values-id/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/strings.xml
res/values-nl/strings.xml
res/values-no/strings.xml
res/values-ro/strings.xml
res/values-ru/strings.xml
res/values-uk/strings.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/strings.xml
res/values/untranslatable.xml
res/xml/main_headers.xml
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/general_settings.xml | 44 | ||||
-rw-r--r-- | res/xml/main_headers.xml | 20 | ||||
-rw-r--r-- | res/xml/vpn_authentification.xml | 47 | ||||
-rw-r--r-- | res/xml/vpn_headers.xml | 31 | ||||
-rw-r--r-- | res/xml/vpn_ipsettings.xml | 48 | ||||
-rw-r--r-- | res/xml/vpn_obscure.xml | 56 | ||||
-rw-r--r-- | res/xml/vpn_routing.xml | 36 |
7 files changed, 0 insertions, 282 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml deleted file mode 100644 index 5b4726d3..00000000 --- a/res/xml/general_settings.xml +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <CheckBoxPreference - android:defaultValue="true" - android:key="netchangereconnect" - android:summary="@string/netchange_summary" - android:title="@string/netchange" /> - <CheckBoxPreference - android:defaultValue="true" - android:key="showlogwindow" - android:summary="@string/show_log_summary" - android:title="@string/show_log_window" /> - <!-- <CheckBoxPreference - android:defaultValue="false" - android:key="statusafterconnect" - android:summary="@string/keppstatus_summary" - android:title="@string/keepstatus" /> --> - <CheckBoxPreference - android:defaultValue="true" - android:key="usesystemproxy" - android:summary="@string/use_system_proxy_summary" - android:title="@string/use_system_proxy" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="restartvpnonboot" - android:summary="@string/onbootrestartsummary" - android:title="@string/onbootrestart" /> - - <PreferenceCategory android:title="Device specifics Hacks" > - <CheckBoxPreference - android:defaultValue="false" - android:key="useCM9Fix" - android:summary="@string/owner_fix_summary" - android:title="@string/owner_fix" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="loadTunModule" - android:summary="@string/setting_loadtun_summary" - android:title="@string/setting_loadtun" /> - </PreferenceCategory> - - -</PreferenceScreen>
\ No newline at end of file diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml deleted file mode 100644 index d1cca3ea..00000000 --- a/res/xml/main_headers.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" > - - <header - android:fragment="se.leap.openvpn.VPNProfileList" - android:summary="@string/vpn_list_summary" - android:title="@string/vpn_list_title" /> - <header - android:fragment="se.leap.openvpn.GeneralSettings" - android:title="@string/generalsettings" /> - <header - android:fragment="se.leap.openvpn.FaqFragment" - android:summary="@string/faq_summary" - android:title="@string/faq" /> - <!-- <header - android:fragment="se.leap.openvpn.AboutFragment" - android:summary="@string/about_summary" - android:title="@string/about" /> - --> -</preference-headers>
\ No newline at end of file diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml deleted file mode 100644 index 99e0f3e8..00000000 --- a/res/xml/vpn_authentification.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <CheckBoxPreference - android:key="remoteServerTLS" - android:summary="@string/check_remote_tlscert" - android:title="@string/check_remote_tlscert_title" /> - <CheckBoxPreference - android:key="checkRemoteCN" - android:summary="@string/remote_tlscn_check_summary" - android:title="@string/remote_tlscn_check_title" /> - - <EditTextPreference - android:dependency="checkRemoteCN" - android:dialogMessage="@string/enter_tlscn_dialog" - android:key="remotecn" - android:title="@string/enter_tlscn_title" /> - - <PreferenceCategory android:title="@string/tls_authentication" > - <SwitchPreference - android:key="useTLSAuth" - android:summary="@string/tls_key_auth" - android:title="@string/useTLSAuth" /> - - <Preference - android:dependency="useTLSAuth" - android:key="tlsAuthFile" - android:title="@string/tls_auth_file" /> - - <ListPreference - android:dependency="useTLSAuth" - android:entries="@array/tls_directions_entries" - android:entryValues="@array/tls_directions_values" - android:key="tls_direction" - android:persistent="false" - android:title="@string/tls_direction" /> - </PreferenceCategory> - <PreferenceCategory android:title="@string/encryption" > - <EditTextPreference - android:dialogMessage="@string/chipher_dialog_message" - android:dialogTitle="@string/cipher_dialog_title" - android:key="cipher" - android:persistent="false" - android:title="Encryption cipher" /> - </PreferenceCategory> - -</PreferenceScreen>
\ No newline at end of file diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml deleted file mode 100644 index 96b49bf8..00000000 --- a/res/xml/vpn_headers.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" > - - <header - android:id="@+id/basicsettingsid" - android:fragment="se.leap.openvpn.Settings_Basic" - android:title="@string/basic" /> - <!-- android:icon="@drawable/ic_settings_applications" --> - - <header - android:fragment="se.leap.openvpn.Settings_IP" - android:title="@string/ipdns" /> - <header - android:fragment="se.leap.openvpn.Settings_Routing" - android:title="@string/routing" /> - <header - android:fragment="se.leap.openvpn.Settings_Authentication" - android:title="@string/settings_auth" /> - - <!-- android:icon="@drawable/ic_settings_display" --> - <header - android:fragment="se.leap.openvpn.Settings_Obscure" - android:summary="@string/obscure" - android:title="@string/advanced" > - </header> - <header - android:fragment="se.leap.openvpn.ShowConfigFragment" - android:summary="@string/generated_config_summary" - android:title="@string/generated_config" /> - -</preference-headers>
\ No newline at end of file diff --git a/res/xml/vpn_ipsettings.xml b/res/xml/vpn_ipsettings.xml deleted file mode 100644 index d559c89b..00000000 --- a/res/xml/vpn_ipsettings.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <SwitchPreference - android:disableDependentsState="true" - android:key="usePull" - android:summaryOff="@string/pull_off_summary" - android:summaryOn="@string/pull_on_summary" - android:title="@string/use_pull" /> - - <PreferenceCategory android:title="IP" > - <EditTextPreference - android:dependency="usePull" - android:dialogMessage="@string/ipv4_dialog_title" - android:key="ipv4_address" - android:title="@string/ipv4_address" /> - <EditTextPreference - android:dependency="usePull" - android:dialogMessage="@string/ipv6_dialog_tile" - android:key="ipv6_address" - android:title="@string/ipv6_address" /> - - <CheckBoxPreference - android:key="nobind" - android:persistent="false" - android:summary="@string/nobind_summary" - android:title="@string/no_bind" /> - </PreferenceCategory> - <PreferenceCategory android:title="@string/dns" > - <CheckBoxPreference - android:key="overrideDNS" - android:summary="@string/dns_override_summary" - android:title="@string/override_dns" /> - - <EditTextPreference - android:key="searchdomain" - android:title="@string/searchdomain" /> - <EditTextPreference - android:dialogMessage="@string/dns1_summary" - android:key="dns1" - android:title="@string/dns_server" /> - <EditTextPreference - android:dialogMessage="@string/secondary_dns_message" - android:key="dns2" - android:title="@string/backup_dns" /> - </PreferenceCategory> - -</PreferenceScreen>
\ No newline at end of file diff --git a/res/xml/vpn_obscure.xml b/res/xml/vpn_obscure.xml deleted file mode 100644 index ecdd4e29..00000000 --- a/res/xml/vpn_obscure.xml +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="Obscure Settings" > - - <ListPreference - android:entries="@array/verb_entries" - android:entryValues="@array/verb_values" - android:key="verblevel" - android:persistent="false" - android:title="@string/log_verbosity_level" /> - - <CheckBoxPreference - android:key="useRandomHostname" - android:persistent="false" - android:summary="@string/random_host_summary" - android:title="@string/random_host_prefix" /> - <CheckBoxPreference - android:key="useFloat" - android:persistent="false" - android:summary="@string/float_summary" - android:title="@string/float_title" /> - <CheckBoxPreference - android:key="usePersistTun" - android:summary="@string/persisttun_summary" - android:title="@string/persistent_tun_title" /> - - <PreferenceCategory android:title="@string/reconnection_settings" > - <ListPreference - android:entries="@array/crm_entries" - android:entryValues="@array/crm_values" - android:key="connectretrymax" - android:persistent="false" - android:title="@string/connection_retries" /> - - <EditTextPreference - android:dialogMessage="@string/connectretrymessage" - android:key="connectretry" - android:persistent="false" - android:title="@string/connectretrywait" /> - </PreferenceCategory> - <PreferenceCategory android:title="@string/custom_config_title" > - <CheckBoxPreference - android:key="enableCustomOptions" - android:persistent="false" - android:summary="@string/custom_config_summary" - android:title="@string/custom_config_title" /> - - <EditTextPreference - android:dependency="enableCustomOptions" - android:dialogMessage="@string/custom_option_warning" - android:key="customOptions" - android:persistent="false" - android:title="@string/custom_options_title" /> - </PreferenceCategory> - -</PreferenceScreen>
\ No newline at end of file diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml deleted file mode 100644 index ce19a500..00000000 --- a/res/xml/vpn_routing.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <CheckBoxPreference - android:key="routenopull" - android:summary="@string/ignore_routes_summary" - android:title="@string/ignored_pushed_routes" /> - - <PreferenceCategory android:title="@string/ipv4" > - <CheckBoxPreference - android:disableDependentsState="true" - android:key="useDefaultRoute" - android:summary="@string/default_route_summary" - android:title="@string/use_default_title" /> - - <EditTextPreference - android:dependency="useDefaultRoute" - android:dialogMessage="@string/custom_route_message" - android:key="customRoutes" - android:title="@string/custom_routes_title" /> - </PreferenceCategory> - <PreferenceCategory android:title="@string/ipv6" > - <CheckBoxPreference - android:disableDependentsState="true" - android:key="useDefaultRoutev6" - android:summary="@string/default_route_summary" - android:title="@string/use_default_title" /> - - <EditTextPreference - android:dependency="useDefaultRoutev6" - android:dialogMessage="@string/custom_route_message" - android:key="customRoutesv6" - android:title="@string/custom_routes_title" /> - </PreferenceCategory> - -</PreferenceScreen>
\ No newline at end of file |