[orbot/master] new UI strings for tethering support

commit 422ba4bbcd66cceb51ed454f30be5882554fa570 Author: Nathan Freitas <nathan@freitas.net> Date: Thu Jun 2 16:21:38 2011 -0400 new UI strings for tethering support --- res/values/strings.xml | 4 ++++ res/xml/preferences.xml | 7 +++++++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index bca3df9..1a5daf3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -131,4 +131,8 @@ <string name="pref_start_boot_title">Start Orbot on Boot</string> <string name="pref_start_boot_summary">Automatically start Orbot and connect Tor when your Android device boots</string> + <string name="pref_transparent_tethering_title">Tor Tethering</string> + <string name="pref_transparent_tethering_summary">Enable Tor Transparent Proxying for Wifi and USB Tethered Devices</string> + + </resources> diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 067cd74..e1aaad4 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -39,6 +39,13 @@ android:title="Select Apps" android:summary="Choose Apps to Route Through Tor" android:enabled="true"/> +<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"/> + </PreferenceCategory>
participants (1)
-
n8fr8@torproject.org