[tor-commits] [orbot/master] updated to 13.0.6-RC-4

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Apr 17 15:36:58 UTC 2014


commit 557dabd143ff7e1bbb42b1dd15cecd7b49aa9e83
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Apr 17 10:17:20 2014 -0400

    updated to 13.0.6-RC-4
---
 AndroidManifest.xml |   26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a888bb..694ae3d 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="13.0.6-RC-3" 
-      android:versionCode="81"
+      android:versionName="13.0.6-RC-4" 
+      android:versionCode="83"
         android:installLocation="auto"
       >
  	    
@@ -67,12 +67,24 @@
               
            
         </activity>
+        
+        <activity android:name=".OrbotDiagnosticsActivity" android:label="OrbotDiag"
+            android:icon="@drawable/ic_launcher"          	
+      		android:theme="@style/Theme.AppCompat"
+      		android:exported="true" 
+      		android:taskAffinity="org.torproject.android.OrbotDiagnosticsActivity"
+            >
+             <intent-filter>
+                 <action android:name="android.intent.action.MAIN" />                 
+                <category android:name="android.intent.category.LAUNCHER" />
+          </intent-filter>
+        </activity>
       	
-      	<activity android:name=".wizard.LotsaText"/>
-      	<activity android:name=".wizard.Permissions"/>
-      	<activity android:name=".wizard.TipsAndTricks"/>
-      	<activity android:name=".wizard.ConfigureTransProxy"/>
-      	<activity android:name=".wizard.ChooseLocaleWizardActivity"/>
+      	<activity android:name=".wizard.LotsaText" android:exported="false"/>
+      	<activity android:name=".wizard.Permissions" android:exported="false"/>
+      	<activity android:name=".wizard.TipsAndTricks" android:exported="false"/>
+      	<activity android:name=".wizard.ConfigureTransProxy" android:exported="false"/>
+      	<activity android:name=".wizard.ChooseLocaleWizardActivity" android:exported="false"/>
       	
       	<activity android:name=".settings.SettingsPreferences"  android:label="@string/app_name"/>
         <activity android:name=".settings.AppManager"  android:label="@string/app_name"/>





More information about the tor-commits mailing list