From 6db137d9b5a31c17142fc89a3506a157f2b5b315 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Wed, 24 Feb 2010 05:09:05 +0000 Subject: [PATCH] updated resources file to add new preferences, modified help text svn:r21748 --- Orbot/res/layout/layout_about.xml | 9 +++++---- Orbot/res/values/strings.xml | 10 +++++----- Orbot/res/xml/preferences.xml | 12 +++++++++++- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/Orbot/res/layout/layout_about.xml b/Orbot/res/layout/layout_about.xml index e390bbb3..92e9ecb3 100644 --- a/Orbot/res/layout/layout_about.xml +++ b/Orbot/res/layout/layout_about.xml @@ -32,7 +32,8 @@ android:paddingLeft="15px" android:textStyle="bold" android:textColor="#ffffff" /> - - - - Orbot - 0.0.3a + 0.0.3b http://orbot/ http://check.torproject.org start and stop the anonymous data connection @@ -29,17 +29,17 @@ About Orbot requires different configuration depending on the Android operating system version it is used on. +Please visit http://torproject.org/android for the latest information. \n\n For non-rooted Android 1.x devices (G1, MyTouch3G, Hero): Please use the "ProxySurf" browser available in the Android Market, and set -the HTTP Proxy to 127.0.0.1 and port 8118. For Instant Messsaging, try "Beem" in the market, and set the HTTP or SOCKS5 proxy (to port 9050). +the HTTP Proxy to 127.0.0.1 and port 8118. For Instant Messsaging, try "Beem" in the market, and set the SOCKS5 proxy to 127.0.0.1 / port 9050. \n\n For Android 2.x devices, you MUST ROOT your device in order for Orbot to work transparently for all web and DNS traffic. Otherwise, the "Beem" app will allow you to set the SOCKS5 proxy to 127.0.0.1 and port 9050. You should also enable SSL to protect your username and password. \n\n -If you root your device, whether it is 1.x or 2.x based, Orbot will automatically, transparently proxy all web traffic on port 80 -and all DNS requests. This includes the built-in Browser, Gmail, YouTube, Maps and any other application that uses standard port 80 +If you root your device, whether it is 1.x or 2.x based, Orbot will automatically, transparently proxy all web traffic (http and https) +and all DNS requests. This includes the built-in Browser, Gmail, YouTube, Maps and any other application that access the web. traffic. \n\n -At this time, Orbot cannot proxy standard HTTPS traffic unless the application supports proxy via HTTP or SOCKS. diff --git a/Orbot/res/xml/preferences.xml b/Orbot/res/xml/preferences.xml index 5ba73c19..930ab1a3 100644 --- a/Orbot/res/xml/preferences.xml +++ b/Orbot/res/xml/preferences.xml @@ -15,6 +15,15 @@ android:summary="IP address and port of bridges" android:dialogTitle="Enter Bridge Addresses" /> + + + + \ No newline at end of file