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 @@ - +