2010-02-08 20:43:38 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2010-09-23 19:47:25 +00:00
|
|
|
<PreferenceCategory android:title="@string/pref_general_group">
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="pref_start_boot"
|
|
|
|
android:title="@string/pref_start_boot_title"
|
|
|
|
android:summary="@string/pref_start_boot_summary"
|
|
|
|
android:enabled="true"/>
|
2011-04-17 16:16:31 +00:00
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="has_root"
|
|
|
|
android:title="@string/pref_has_root"
|
|
|
|
android:summary="@string/pref_has_root_summary"
|
|
|
|
android:enabled="true"/>
|
2012-01-26 01:09:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="pref_persistent_notifications"
|
|
|
|
android:summary="@string/pref_use_persistent_notifications"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_use_persistent_notifications_title"/>
|
|
|
|
|
2014-08-11 14:10:18 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_expanded_notifications"
|
|
|
|
android:summary="@string/pref_use_expanded_notifications"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_use_expanded_notifications_title"/>
|
|
|
|
|
2012-02-24 05:13:27 +00:00
|
|
|
|
|
|
|
<ListPreference android:title="@string/set_locale_title"
|
|
|
|
android:key="pref_default_locale"
|
|
|
|
android:entryValues="@array/languages_values"
|
|
|
|
android:entries="@array/languages"
|
|
|
|
android:summary="@string/set_locale_summary"
|
|
|
|
android:defaultValue="en">
|
|
|
|
</ListPreference>
|
|
|
|
|
2011-10-28 04:31:26 +00:00
|
|
|
<!--
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="use_whispercore"
|
|
|
|
android:title="@string/pref_use_whispercore"
|
|
|
|
android:summary="@string/pref_use_whispercore_summary"
|
|
|
|
android:enabled="true"/>
|
|
|
|
-->
|
2010-09-23 19:47:25 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2010-07-23 11:10:00 +00:00
|
|
|
<PreferenceCategory android:title="@string/pref_trans_proxy_group">
|
2010-03-06 14:56:39 +00:00
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_transparent"
|
2010-07-23 11:10:00 +00:00
|
|
|
android:title="@string/pref_trans_proxy_title"
|
|
|
|
android:summary="@string/pref_trans_proxy_summary"
|
2010-03-06 14:56:39 +00:00
|
|
|
android:enabled="true"/>
|
|
|
|
|
2010-07-19 22:34:15 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_transparent_all"
|
2010-07-23 11:10:00 +00:00
|
|
|
android:summary="@string/pref_transparent_all_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_transparent_all_title"/>
|
2010-07-19 22:34:15 +00:00
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:defaultValue=""
|
|
|
|
android:key="pref_transparent_app_list"
|
2011-07-25 14:51:50 +00:00
|
|
|
android:title="@string/pref_select_apps"
|
|
|
|
android:summary="@string/pref_select_apps_summary"
|
2010-07-19 22:34:15 +00:00
|
|
|
android:enabled="true"/>
|
|
|
|
|
2011-06-02 20:21:38 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_transparent_tethering"
|
|
|
|
android:summary="@string/pref_transparent_tethering_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_transparent_tethering_title"/>
|
|
|
|
|
2010-07-19 22:34:15 +00:00
|
|
|
|
2010-03-06 14:56:39 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2011-07-25 14:51:50 +00:00
|
|
|
<PreferenceCategory android:title="@string/pref_node_configuration"
|
|
|
|
android:summary="@string/pref_node_configuration_summary">
|
|
|
|
|
2011-05-17 02:02:36 +00:00
|
|
|
<EditTextPreference android:key="pref_entrance_nodes"
|
2011-07-25 14:51:50 +00:00
|
|
|
android:title="@string/pref_entrance_node"
|
|
|
|
android:summary="@string/pref_entrance_node_summary"
|
|
|
|
android:dialogTitle="@string/pref_entrance_node_dialog"
|
2011-05-17 02:02:36 +00:00
|
|
|
/>
|
2011-05-16 03:49:36 +00:00
|
|
|
<EditTextPreference android:key="pref_exit_nodes"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/exit_nodes"
|
|
|
|
android:summary="@string/fingerprints_nicks_countries_and_addresses_for_the_last_hop"
|
|
|
|
android:dialogTitle="@string/enter_exit_nodes"
|
2011-05-16 03:49:36 +00:00
|
|
|
/>
|
2011-05-17 02:02:36 +00:00
|
|
|
<EditTextPreference android:key="pref_exclude_nodes"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/exclude_nodes"
|
|
|
|
android:summary="@string/fingerprints_nicks_countries_and_addresses_to_exclude"
|
|
|
|
android:dialogTitle="@string/enter_exclude_nodes"
|
2011-05-17 02:02:36 +00:00
|
|
|
/>
|
2011-05-16 03:49:36 +00:00
|
|
|
|
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/strict_nodes" android:key="pref_strict_nodes"
|
|
|
|
android:summary="@string/use_only_these_specified_nodes"/>
|
2011-05-16 03:49:36 +00:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
2011-11-14 08:20:11 +00:00
|
|
|
<PreferenceCategory android:title="@string/bridges">
|
2010-02-08 20:43:38 +00:00
|
|
|
|
2012-02-24 05:13:27 +00:00
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/use_bridges" android:key="pref_bridges_enabled"
|
2012-02-10 22:08:37 +00:00
|
|
|
android:summary="@string/enable_alternate_entrance_nodes_into_the_tor_network"/>
|
|
|
|
|
2010-03-06 17:04:18 +00:00
|
|
|
<EditTextPreference android:key="pref_bridges_list"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/bridges"
|
|
|
|
android:summary="@string/ip_address_and_port_of_bridges"
|
|
|
|
android:dialogTitle="@string/enter_bridge_addresses"
|
2012-02-12 06:23:03 +00:00
|
|
|
android:defaultValue="@string/default_bridges"
|
2010-02-08 20:43:38 +00:00
|
|
|
/>
|
2010-02-24 05:09:05 +00:00
|
|
|
|
2012-02-10 22:08:37 +00:00
|
|
|
</PreferenceCategory>
|
2010-02-24 05:09:05 +00:00
|
|
|
|
2011-11-14 08:20:11 +00:00
|
|
|
<PreferenceCategory android:title="@string/relays">
|
2010-03-06 00:46:46 +00:00
|
|
|
<CheckBoxPreference android:key="pref_or"
|
2010-03-06 00:44:56 +00:00
|
|
|
android:defaultValue="false"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/relaying"
|
|
|
|
android:summary="@string/enable_your_device_to_be_a_non_exit_relay"
|
2010-03-06 04:11:36 +00:00
|
|
|
android:enabled="true"
|
2010-02-08 20:43:38 +00:00
|
|
|
/>
|
|
|
|
|
2010-03-06 00:46:46 +00:00
|
|
|
<EditTextPreference android:key="pref_or_port"
|
2010-03-06 00:44:56 +00:00
|
|
|
android:defaultValue="9001"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/relay_port"
|
|
|
|
android:summary="@string/listening_port_for_your_tor_relay"
|
|
|
|
android:dialogTitle="@string/enter_or_port"
|
2010-03-06 00:44:56 +00:00
|
|
|
/>
|
2010-03-06 01:07:19 +00:00
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_or_nickname"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:defaultValue="OrbotRelay"
|
|
|
|
android:title="@string/relay_nickname"
|
|
|
|
android:summary="@string/the_nickname_for_your_tor_relay"
|
|
|
|
android:dialogTitle="@string/enter_a_custom_relay_nickname"
|
2010-03-06 01:07:19 +00:00
|
|
|
/>
|
|
|
|
|
2010-03-06 14:56:39 +00:00
|
|
|
</PreferenceCategory>
|
2010-02-24 05:09:05 +00:00
|
|
|
|
2010-03-06 04:46:53 +00:00
|
|
|
<PreferenceCategory android:title="ReachableAddresses">
|
2010-03-06 01:27:51 +00:00
|
|
|
<CheckBoxPreference
|
2010-03-06 04:46:53 +00:00
|
|
|
android:key="pref_reachable_addresses"
|
|
|
|
android:defaultValue="false"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/reachable_addresses"
|
|
|
|
android:summary="@string/run_as_a_client_behind_a_firewall_with_restrictive_policies"
|
2010-03-06 14:56:39 +00:00
|
|
|
android:enabled="true"></CheckBoxPreference>
|
2010-02-08 20:43:38 +00:00
|
|
|
|
2010-03-06 04:46:53 +00:00
|
|
|
<EditTextPreference
|
|
|
|
android:key="pref_reachable_addresses_ports"
|
|
|
|
android:defaultValue="*:80,*:443"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:title="@string/reachable_ports"
|
|
|
|
android:summary="@string/ports_reachable_behind_a_restrictive_firewall"
|
|
|
|
android:dialogTitle="@string/enter_ports"
|
2010-03-06 00:44:56 +00:00
|
|
|
/>
|
2010-03-06 04:46:53 +00:00
|
|
|
</PreferenceCategory>
|
2010-03-06 00:44:56 +00:00
|
|
|
|
2011-04-17 16:16:31 +00:00
|
|
|
<PreferenceCategory android:title="@string/pref_hs_group">
|
2011-11-14 08:20:11 +00:00
|
|
|
<CheckBoxPreference android:title="@string/enable_hidden_services"
|
|
|
|
android:summary="@string/run_servers_accessible_via_the_tor_network" android:key="pref_hs_enable"></CheckBoxPreference>
|
|
|
|
<EditTextPreference android:summary="@string/enter_localhost_ports_for_hidden_services"
|
|
|
|
android:title="@string/hidden_service_ports" android:enabled="false" android:key="pref_hs_ports"></EditTextPreference>
|
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_hs_hostname"
|
|
|
|
android:summary="@string/the_addressable_name_for_your_hidden_service_generated_automatically_"
|
|
|
|
android:title=".Onion Hostname"></EditTextPreference>
|
2010-08-14 05:08:55 +00:00
|
|
|
</PreferenceCategory>
|
2011-04-17 16:16:31 +00:00
|
|
|
|
2012-05-10 03:07:09 +00:00
|
|
|
<PreferenceCategory android:title="@string/pref_proxy_title">
|
2011-10-28 04:31:26 +00:00
|
|
|
<EditTextPreference android:key="pref_proxy_type"
|
|
|
|
android:title="@string/pref_proxy_type_title"
|
|
|
|
android:summary="@string/pref_proxy_type_summary"
|
|
|
|
android:dialogTitle="@string/pref_proxy_type_dialog"
|
|
|
|
/>
|
|
|
|
<EditTextPreference android:key="pref_proxy_host"
|
|
|
|
android:title="@string/pref_proxy_host_title"
|
|
|
|
android:summary="@string/pref_proxy_host_summary"
|
|
|
|
android:dialogTitle="@string/pref_proxy_host_dialog"
|
|
|
|
/>
|
|
|
|
<EditTextPreference android:key="pref_proxy_port"
|
|
|
|
android:title="@string/pref_proxy_port_title"
|
|
|
|
android:summary="@string/pref_proxy_port_summary"
|
|
|
|
android:dialogTitle="@string/pref_proxy_port_dialog"
|
|
|
|
/>
|
2013-04-03 19:48:16 +00:00
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_proxy_username"
|
|
|
|
android:title="@string/pref_proxy_username_title"
|
|
|
|
android:summary="@string/pref_proxy_username_summary"
|
|
|
|
android:dialogTitle="@string/pref_proxy_username_dialog"
|
|
|
|
/>
|
|
|
|
<EditTextPreference android:key="pref_proxy_password"
|
|
|
|
android:title="@string/pref_proxy_password_title"
|
|
|
|
android:summary="@string/pref_proxy_password_summary"
|
|
|
|
android:dialogTitle="@string/pref_proxy_password_dialog"
|
|
|
|
/>
|
2011-10-28 04:31:26 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2011-04-17 16:16:31 +00:00
|
|
|
<PreferenceCategory android:title="Debug">
|
2014-06-06 13:59:10 +00:00
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_socks"
|
|
|
|
android:title="@string/pref_socks_title"
|
|
|
|
android:summary="@string/pref_socks_summary"
|
|
|
|
android:dialogTitle="@string/pref_socks_dialog"
|
2014-06-06 21:01:18 +00:00
|
|
|
android:defaultValue="9050"
|
2014-06-17 19:42:54 +00:00
|
|
|
/>
|
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_transport"
|
|
|
|
android:title="@string/pref_transport_title"
|
|
|
|
android:summary="@string/pref_transport_summary"
|
|
|
|
android:dialogTitle="@string/pref_transport_dialog"
|
|
|
|
android:defaultValue="9040"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_dnsport"
|
|
|
|
android:title="@string/pref_dnsport_title"
|
|
|
|
android:summary="@string/pref_dnsport_summary"
|
|
|
|
android:dialogTitle="@string/pref_dnsport_dialog"
|
|
|
|
android:defaultValue="5400"
|
2014-06-06 13:59:10 +00:00
|
|
|
/>
|
|
|
|
|
2014-06-09 22:47:48 +00:00
|
|
|
<EditTextPreference android:key="pref_custom_torrc"
|
|
|
|
android:title="@string/pref_torrc_title"
|
|
|
|
android:summary="@string/pref_torrc_summary"
|
|
|
|
android:dialogTitle="@string/pref_torrc_dialog"
|
|
|
|
android:defaultValue=""
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
2011-04-17 16:16:31 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="pref_enable_logging"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:title="Debug Log"
|
2011-11-14 08:20:11 +00:00
|
|
|
android:summary="@string/enable_debug_log_to_output_must_use_adb_or_alogcat_to_view_"
|
2011-04-17 16:16:31 +00:00
|
|
|
android:enabled="true"></CheckBoxPreference>
|
|
|
|
|
|
|
|
|
2012-01-13 01:57:38 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_use_sys_iptables"
|
|
|
|
android:summary="@string/pref_use_sys_iptables_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_use_sys_iptables_title"/>
|
|
|
|
|
2013-08-19 13:34:27 +00:00
|
|
|
|
|
|
|
<CheckBoxPreference
|
2013-08-19 15:24:43 +00:00
|
|
|
android:defaultValue="true"
|
2013-08-19 13:34:27 +00:00
|
|
|
android:key="pref_disable_network"
|
|
|
|
android:summary="@string/pref_disable_network_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_disable_network_title"/>
|
|
|
|
|
2014-08-11 15:18:46 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_transproxy_refresh"
|
|
|
|
android:summary="@string/pref_transproxy_refresh_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_transproxy_refresh_title"/>
|
|
|
|
|
2014-08-21 13:47:51 +00:00
|
|
|
<Preference
|
|
|
|
android:key="pref_transproxy_flush"
|
|
|
|
android:summary="@string/pref_transproxy_flush_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_transproxy_flush_title"/>
|
2013-08-19 13:34:27 +00:00
|
|
|
|
2012-09-30 18:27:46 +00:00
|
|
|
<!--
|
2011-04-17 16:16:31 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="pref_transparent_port_fallback"
|
|
|
|
android:summary="@string/pref_transparent_port_fallback_summary"
|
|
|
|
android:enabled="true"
|
|
|
|
android:title="@string/pref_transparent_port_fallback_title"/>
|
|
|
|
|
|
|
|
<EditTextPreference android:key="pref_port_list"
|
|
|
|
android:defaultValue="80,443,8080,8888,8443"
|
|
|
|
android:title="@string/pref_transparent_port_title"
|
|
|
|
android:summary="@string/pref_transparent_port_summary"
|
|
|
|
android:dialogTitle="@string/pref_transparent_port_dialog"
|
|
|
|
/>
|
2012-09-30 18:27:46 +00:00
|
|
|
-->
|
2011-04-17 16:16:31 +00:00
|
|
|
</PreferenceCategory>
|
2010-03-06 00:44:56 +00:00
|
|
|
</PreferenceScreen>
|