[orbot/master] added new wizard activitiy; UI tweaks for ICS

commit d1721d41647f059427ee0240795d400b23dad40e Author: Nathan Freitas <nathan@freitas.net> Date: Sun Feb 26 22:48:49 2012 -0500 added new wizard activitiy; UI tweaks for ICS --- AndroidManifest.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c3b98b4..2a806d2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,21 +1,20 @@ <?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.3-ALPHA" - android:versionCode="36" + android:versionName="0.2.3.11-alpha-1.0.7.3-ALPHA-2" + android:versionCode="37" android:installLocation="auto" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> - <uses-sdk android:minSdkVersion="4"/> - <application android:name=".OrbotApp" android:theme="@style/DefaultTheme" android:icon="@drawable/icon" + <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11"/> + <application android:name=".OrbotApp" android:icon="@drawable/icon" android:label="@string/app_name" android:configChanges="locale|orientation" android:debuggable="true"> - <activity android:name=".Orbot" - android:theme="@android:style/Theme.NoTitleBar"> + <activity android:name=".Orbot"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> @@ -48,6 +47,7 @@ <activity android:name=".wizard.Permissions"/> <activity android:name=".wizard.TipsAndTricks"/> <activity android:name=".wizard.ConfigureTransProxy"/> + <activity android:name=".wizard.ChooseLocaleWizardActivity"/> <activity android:name=".settings.SettingsPreferences" android:label="@string/app_name"/> <activity android:name=".settings.AppManager" android:label="@string/app_name"/>
participants (1)
-
n8fr8@torproject.org