OSDN Git Service

Add About Page linking to my twitter, apps, and Superuser github in the standalone...
authorKoushik Dutta <koushd@gmail.com>
Sun, 3 Mar 2013 08:30:10 +0000 (00:30 -0800)
committerKoushik Dutta <koushd@gmail.com>
Sun, 3 Mar 2013 08:30:10 +0000 (00:30 -0800)
commit9f742ca7d364815a4caa640dc84b2809094a3efe
treeacedd9684db20d7f8a9f1555bf66e4f1d050521d
parent5eac08a514e24d87636ae1f5b95c361f2db35d25
Add About Page linking to my twitter, apps, and Superuser github in the standalone APK version of Superuser. Embedded users (like CM, PA, etc) wont see this.

Change-Id: I6ce28e9117c6bb5c26dade40c1ef591657a09d8e
Superuser/jni/su/su.c
Superuser/res/drawable/carbon512.png [new file with mode: 0644]
Superuser/res/drawable/desksms.png [new file with mode: 0644]
Superuser/res/drawable/github.png [new file with mode: 0644]
Superuser/res/drawable/koush.png [new file with mode: 0644]
Superuser/res/drawable/su_icon512.png [new file with mode: 0644]
Superuser/res/drawable/tether_icon_usb_512.png [new file with mode: 0644]
Superuser/res/values/strings.xml
Superuser/res/values/styles.xml
Superuser/src/com/koushikdutta/superuser/AboutFragment.java [new file with mode: 0644]
Superuser/src/com/koushikdutta/superuser/MainActivity.java