OSDN Git Service

settings and logging config
authorKoushik Dutta <koushd@gmail.com>
Sun, 24 Feb 2013 01:47:00 +0000 (17:47 -0800)
committerKoushik Dutta <koushd@gmail.com>
Sun, 24 Feb 2013 01:47:00 +0000 (17:47 -0800)
commit2dde7848b1aed451d49ce1b787044f3d55ca7b27
treebb001fb0cf8f3f4eacde5c08c8d61569a8cd3dc7
parent01bc6978dbcf551a722bc4e25239495756450da4
settings and logging config
24 files changed:
Superuser/res/drawable-hdpi/ic_logging.png [new file with mode: 0644]
Superuser/res/drawable-hdpi/ic_notifications.png [new file with mode: 0644]
Superuser/res/drawable-hdpi/ic_protected.png [new file with mode: 0644]
Superuser/res/drawable-hdpi/ic_timeout.png [new file with mode: 0644]
Superuser/res/drawable-mdpi/ic_logging.png [new file with mode: 0644]
Superuser/res/drawable-mdpi/ic_notifications.png [new file with mode: 0644]
Superuser/res/drawable-mdpi/ic_protected.png [new file with mode: 0644]
Superuser/res/drawable-mdpi/ic_timeout.png [new file with mode: 0644]
Superuser/res/drawable-xhdpi/ic_logging.png [new file with mode: 0644]
Superuser/res/drawable-xhdpi/ic_notifications.png [new file with mode: 0644]
Superuser/res/drawable-xhdpi/ic_protected.png [new file with mode: 0644]
Superuser/res/drawable-xhdpi/ic_timeout.png [new file with mode: 0644]
Superuser/res/layout-v14/log_toggle.xml [new file with mode: 0644]
Superuser/res/layout/log_toggle.xml [new file with mode: 0644]
Superuser/res/layout/policy_fragment.xml
Superuser/res/layout/settings.xml [new file with mode: 0644]
Superuser/res/values/strings.xml
Superuser/src/com/koushikdutta/superuser/LogFragment.java [new file with mode: 0644]
Superuser/src/com/koushikdutta/superuser/MainActivity.java
Superuser/src/com/koushikdutta/superuser/SettingsFragment.java [new file with mode: 0644]
Superuser/src/com/koushikdutta/superuser/UidHelper.java
Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java
Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java
Superuser/src/com/koushikdutta/superuser/util/Settings.java [new file with mode: 0755]