OSDN Git Service

Bump changelog and version
authorAdam Shanks <chainsdd@gmail.com>
Sun, 20 Nov 2011 18:15:05 +0000 (18:15 +0000)
committerAdam Shanks <chainsdd@gmail.com>
Sun, 20 Nov 2011 18:15:05 +0000 (18:15 +0000)
AndroidManifest.xml
res/raw/changelog.txt

index af92458..ffee3f1 100644 (file)
@@ -16,8 +16,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="com.noshufou.android.su"
-      android:versionCode="40"
-      android:versionName="3.0.6">
+      android:versionCode="41"
+      android:versionName="3.0.7">
     <application android:label="@string/app_name"
         android:icon="@drawable/icon"
         android:logo="@drawable/title_logo"
index f95136e..dad7a9b 100644 (file)
   </head>
 
   <body>
+$ 41
+  %3.0.7
+  _2011-11-20
+    * Add a little bit of space between pages in the Home activity
+    * Better detection of su binary in binary updater that doesn't require busybox
+    * Better detection of root access in binary updater that doesn't require busybox
+    * Fix for apps that aren't remembered only showing in the log once
+    * Better package name detection
+    * Fix portrait prompt on ICS phones
+    * Swap allow/deny buttons on ICS to match the rest of the system
+    * Changed prompt to be more user friendly, and added an option to turn it off for advanced users
+    * Fix for PIN being broken after restore. Create a new backup if you have PIN enabled, because restoring an old backup will turn PIN protection off.
+    * Show toast message and reload preferences if only preferences are restored
+    * Updated translations from crowdin.net
+    * Fix bitwise operation for screen size (lilHermit)
 $ 40
   %3.0.6
   _2011-10-22