commit ff38bf4e5ce76783a7e17b0fc63d3c188a201264 Author: n8fr8 nathan@freitas.net Date: Thu Oct 25 15:19:01 2012 +0530
added screenSize config change support --- AndroidManifest.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 98b26ad..c527198 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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.4.4-alpha-1.0.11-RC4" - android:versionCode="49" + android:versionName="0.2.3.23-rc-1.0.11-RC5-test2" + android:versionCode="51" android:installLocation="auto" > <uses-permission android:name="android.permission.INTERNET" /> @@ -12,11 +12,11 @@ <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="15"/> <application android:name=".OrbotApp" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:configChanges="locale|orientation" - android:theme="@style/Theme.Sherlock.ForceOverflow" + android:configChanges="locale|orientation|screenSize" + android:theme="@style/Theme.Sherlock" >
- <activity android:name=".Orbot" android:configChanges="locale|orientation"> + <activity android:name=".Orbot" android:configChanges="locale|orientation|screenSize"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />
tor-commits@lists.torproject.org