[tor-commits] [orbot/master] update all the manifests!

n8fr8 at torproject.org n8fr8 at torproject.org
Sat Nov 29 05:54:57 UTC 2014


commit b7fcbdc4e85071191cc95c3824e7b5a90d36d1e8
Author: Nathan Freitas <nathan at freitas.net>
Date:   Sat Nov 29 00:54:33 2014 -0500

    update all the manifests!
---
 AndroidManifest.KITKAT_AND_LOWER.xml |   10 +++++-----
 AndroidManifest.LOLLIPOP.xml         |   10 +++++-----
 AndroidManifest.xml                  |    4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/AndroidManifest.KITKAT_AND_LOWER.xml b/AndroidManifest.KITKAT_AND_LOWER.xml
index d5152de..2e9aa21 100644
--- a/AndroidManifest.KITKAT_AND_LOWER.xml
+++ b/AndroidManifest.KITKAT_AND_LOWER.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="14.1.3-PIE" 
-      android:versionCode="131"
+      android:versionName="14.1.4-noPIE" 
+      android:versionCode="132"
         android:installLocation="auto"      
       >
  	    
@@ -19,18 +19,18 @@
      android:label="@string/app_name" 
      android:description="@string/app_description"
      android:configChanges="locale|orientation|screenSize"
-      android:theme="@style/Theme.AppCompat" 
+      android:theme="@style/CustomActionBarTheme" 
       android:allowBackup="false"
       android:allowClearUserData="true"
       android:persistent="true"
       android:stopWithTask="false"
-      android:largeHeap="true"
+      android:largeHeap="false"
      >
       
         <activity android:name=".Orbot" 
             android:configChanges="orientation|screenSize"
-            android:launchMode="singleTop" 
             android:excludeFromRecents="true"
+            android:launchMode="singleTop"
             >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
diff --git a/AndroidManifest.LOLLIPOP.xml b/AndroidManifest.LOLLIPOP.xml
index 4e265a9..302aeeb 100644
--- a/AndroidManifest.LOLLIPOP.xml
+++ b/AndroidManifest.LOLLIPOP.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="14.1.3-PIE" 
-      android:versionCode="131"
+      android:versionName="14.1.4-PIE" 
+      android:versionCode="133"
         android:installLocation="auto"      
       >
  	    
@@ -19,18 +19,18 @@
      android:label="@string/app_name" 
      android:description="@string/app_description"
      android:configChanges="locale|orientation|screenSize"
-      android:theme="@style/Theme.AppCompat" 
+      android:theme="@style/CustomActionBarTheme" 
       android:allowBackup="false"
       android:allowClearUserData="true"
       android:persistent="true"
       android:stopWithTask="false"
-      
+      android:largeHeap="false"
      >
       
         <activity android:name=".Orbot" 
             android:configChanges="orientation|screenSize"
-            android:launchMode="singleTop" 
             android:excludeFromRecents="true"
+            android:launchMode="singleTop"
             >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 35da63c..71fb4d1 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="14.1.3-PIE" 
-      android:versionCode="131"
+      android:versionName="14.1.4-PIE" 
+      android:versionCode="132"
         android:installLocation="auto"      
       >
  	    



More information about the tor-commits mailing list