From f6571fb896ddf53cbbacb0e1f00641de42ca8ce2 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 21 Sep 2010 01:26:40 +0000 Subject: [PATCH] fixed permission issues; added green notification icon; improved root/su checking logic svn:r23269 --- AndroidManifest.xml | 6 +- AndroidManifest.xml.debug | 5 +- AndroidManifest.xml.production | 4 +- CHANGELOG | 5 +- build.xml | 2 +- res/drawable/tornotification.png | Bin 1310 -> 828 bytes res/drawable/tornotificationgimpsrc.xcf | Bin 0 -> 3042 bytes res/drawable/tornotificationoff.png | Bin 1310 -> 828 bytes res/drawable/tornotificationon.png | Bin 0 -> 875 bytes res/layout-land/layout_main.xml | 6 +- res/layout/layout_apps.xml | 4 +- res/layout/layout_apps_item.xml | 22 +-- res/layout/layout_main.xml | 4 +- src/org/torproject/android/Orbot.java | 33 ++-- .../android/SettingsPreferences.java | 17 +- src/org/torproject/android/WizardHelper.java | 6 + .../android/service/TorService.java | 173 ++++++++++-------- .../android/service/TorTransProxy.java | 41 +++-- 18 files changed, 179 insertions(+), 149 deletions(-) create mode 100644 res/drawable/tornotificationgimpsrc.xcf create mode 100644 res/drawable/tornotificationon.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 363c1b1d..cfafd2d3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,11 +1,11 @@ + package="org.torproject.android" android:versionName="0.2.2.14-orbot-alpha-1.0.3" android:versionCode="9"> - + @@ -44,7 +44,7 @@ - + diff --git a/AndroidManifest.xml.debug b/AndroidManifest.xml.debug index 471b1213..215ac4d7 100644 --- a/AndroidManifest.xml.debug +++ b/AndroidManifest.xml.debug @@ -41,6 +41,7 @@ + - + diff --git a/AndroidManifest.xml.production b/AndroidManifest.xml.production index 426230bb..cfafd2d3 100644 --- a/AndroidManifest.xml.production +++ b/AndroidManifest.xml.production @@ -5,7 +5,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/CHANGELOG b/CHANGELOG index 398b1641..c3d93cd4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,10 @@ NOTE: Specific #s below correspond to Trac tickets logged and maintained at http 1.0.4 - Added Russian, Persian, Arabic and other .po translations (see res/values-* folders) - Fixed incorrect try to clear iptables rules for non-root devices -- Fixed bug that stopped wizard helper from showing +- Fixed bug that stopped wizard helper from showing first time +- Added new green notification icon when Tor is connected +- Fixed app selector layout in settings +- Moved minSDK to 4 (Android 1.6); discontinued 1.5 support 1.0.3 - Fixed spanish language issues with settings screen diff --git a/build.xml b/build.xml index 0128a2de..08dd4a6c 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - +