updated version 1.0.7.2 and project info

This commit is contained in:
Nathan Freitas 2012-02-24 00:13:49 -05:00
parent 3a9a269296
commit a773ff35f8
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="0.2.3.11-alpha-1.0.7.2-OBFS-FINAL"
android:versionCode="35"
android:versionName="0.2.3.11-alpha-1.0.7.3-ALPHA"
android:versionCode="36"
android:installLocation="auto"
>
<uses-permission android:name="android.permission.INTERNET" />
@ -10,7 +10,9 @@
<uses-sdk android:minSdkVersion="4"/>
<application android:name=".OrbotApp" android:theme="@style/DefaultTheme" android:icon="@drawable/icon"
android:label="@string/app_name" android:debuggable="false">
android:label="@string/app_name"
android:configChanges="locale|orientation"
android:debuggable="true">
<activity android:name=".Orbot"
android:theme="@android:style/Theme.NoTitleBar">

View File

@ -1,4 +1,7 @@
NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/
1.0.7.3
- updated strings
- adding in manual locale selection
1.0.7.2
- added obfsproxy binary to res/raw and binary installation process