[tor-commits] [orbot/master] updated params for tuning, including largeHeap=true

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jul 18 02:44:32 UTC 2013


commit eb3f95c31a4d7d11f238b3950851ea642f713694
Author: n8fr8 <nathan at freitas.net>
Date:   Tue Feb 12 14:27:31 2013 +0700

    updated params for tuning, including largeHeap=true
---
 AndroidManifest.xml |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2df28d5..dbccba0 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.3.25-1.0.12-alpha-1" 
-      android:versionCode="53"
+      android:versionName="v12 alpha 2 (Tor 0.2.4.10-alpha)" 
+      android:versionCode="54"
         android:installLocation="auto"
       >
     <uses-permission android:name="android.permission.INTERNET" />
@@ -15,6 +15,10 @@
      android:label="@string/app_name" 
      android:configChanges="locale|orientation|screenSize"
       android:theme="@style/Theme.Sherlock"
+      android:largeHeap="true"
+      android:persistent="true"
+      android:allowBackup="false"
+      android:allowClearUserData="true"
      >
       
         <activity android:name=".Orbot" android:configChanges="orientation|screenSize">
@@ -44,6 +48,17 @@
                 <category android:name="android.intent.category.DEFAULT" />
             	<action android:name="org.torproject.android.START_TOR" />
             </intent-filter>
+            
+              <intent-filter>
+                 <action android:name="android.intent.action.SEND" />
+                
+                 <category android:name="android.intent.category.DEFAULT" />
+                 <category android:name="android.intent.category.ALTERNATIVE" /> 
+                 <category android:name="android.intent.category.SELECTED_ALTERNATIVE" /> 
+                 
+                 <data android:mimeType="*/*" />
+             </intent-filter> 
+           
         </activity>
       	
       	<activity android:name=".wizard.LotsaText"/>
@@ -58,6 +73,7 @@
     	<service android:enabled="true"
     		android:name=".service.TorService" 
     		android:exported="false"
+    		 android:process=":orbot" 
     		>
 	            <intent-filter>
 	                <action android:name="org.torproject.android.service.ITorService" />





More information about the tor-commits mailing list