• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

external/koush/Superuser


Commit MetaInfo

Révisiond5bba039c57bd508ec742f041f9d7c194a4e37be (tree)
l'heure2013-03-18 13:30:06
AuteurKoushik Dutta <koushd@gmai...>
CommiterKoushik Dutta

Message de Log

rev version;

Change-Id: Iec3d4d34b10e63e79a82afb41fd9653d6a8796a3

Change Summary

Modification

--- a/Superuser/src/com/koushikdutta/superuser/MainActivity.java
+++ b/Superuser/src/com/koushikdutta/superuser/MainActivity.java
@@ -227,7 +227,7 @@ public class MainActivity extends BetterListActivity {
227227 }
228228
229229 // this is intentionally not localized as it will change constantly.
230- private static final String WHATS_NEW = "Notifications can now be configured per app.\n\nThe Superuser theme can be configured in Settings.";
230+ private static final String WHATS_NEW = "Added translations.\n\nFixes for x86.";
231231 protected void doWhatsNew() {
232232 if (WHATS_NEW.equals(Settings.getString(this, "whats_new")))
233233 return;
--- a/Superuser/src/com/koushikdutta/superuser/SuReceiver.java
+++ b/Superuser/src/com/koushikdutta/superuser/SuReceiver.java
@@ -21,7 +21,6 @@ import android.app.PendingIntent;
2121 import android.content.BroadcastReceiver;
2222 import android.content.Context;
2323 import android.content.Intent;
24-import android.os.Handler;
2524 import android.support.v4.app.NotificationCompat;
2625 import android.widget.Toast;
2726