• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Superuser


コミットメタ情報

リビジョンef849b820370e84e1547eb88cb5ad857d145c798 (tree)
日時2011-11-21 03:15:05
作者Adam Shanks <chainsdd@gmai...>
コミッターAdam Shanks

ログメッセージ

Bump changelog and version

変更サマリ

差分

--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
1616 -->
1717 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1818 package="com.noshufou.android.su"
19- android:versionCode="40"
20- android:versionName="3.0.6">
19+ android:versionCode="41"
20+ android:versionName="3.0.7">
2121 <application android:label="@string/app_name"
2222 android:icon="@drawable/icon"
2323 android:logo="@drawable/title_logo"
--- a/res/raw/changelog.txt
+++ b/res/raw/changelog.txt
@@ -24,6 +24,21 @@
2424 </head>
2525
2626 <body>
27+$ 41
28+ %3.0.7
29+ _2011-11-20
30+ * Add a little bit of space between pages in the Home activity
31+ * Better detection of su binary in binary updater that doesn't require busybox
32+ * Better detection of root access in binary updater that doesn't require busybox
33+ * Fix for apps that aren't remembered only showing in the log once
34+ * Better package name detection
35+ * Fix portrait prompt on ICS phones
36+ * Swap allow/deny buttons on ICS to match the rest of the system
37+ * Changed prompt to be more user friendly, and added an option to turn it off for advanced users
38+ * 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.
39+ * Show toast message and reload preferences if only preferences are restored
40+ * Updated translations from crowdin.net
41+ * Fix bitwise operation for screen size (lilHermit)
2742 $ 40
2843 %3.0.6
2944 _2011-10-22