├── .gitignore ├── Android.mk ├── LICENSE ├── README.md ├── Superuser ├── .classpath ├── .project ├── Android.mk ├── AndroidManifest.xml ├── Superuser-Superuser.iml ├── Superuser.iml ├── assets │ ├── armeabi │ ├── install-recovery.sh │ ├── mips │ ├── update-binary │ └── x86 ├── build.gradle ├── build.xml ├── jni │ ├── Android.mk │ ├── Application.mk │ ├── reboot │ │ └── reboot.c │ ├── sqlite3 │ │ ├── shell.c │ │ ├── sqlite3.c │ │ ├── sqlite3.h │ │ └── sqlite3ext.h │ └── su │ │ ├── activity.c │ │ ├── daemon.c │ │ ├── db.c │ │ ├── pts.c │ │ ├── pts.h │ │ ├── su.c │ │ ├── su.h │ │ ├── utils.c │ │ └── utils.h ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi-v11 │ │ └── ic_stat_notification.png │ ├── drawable-hdpi-v9 │ │ └── ic_stat_notification.png │ ├── drawable-hdpi │ │ ├── ic_action_about.png │ │ ├── ic_action_logs.png │ │ ├── ic_action_permission.png │ │ ├── ic_action_settings.png │ │ ├── ic_action_trash.png │ │ ├── ic_alert.png │ │ ├── ic_alert_dark.png │ │ ├── ic_allow.png │ │ ├── ic_declare.png │ │ ├── ic_declare_dark.png │ │ ├── ic_delete.png │ │ ├── ic_deny.png │ │ ├── ic_launcher.png │ │ ├── ic_logging.png │ │ ├── ic_logging_dark.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_logs.png │ │ ├── ic_menu_settings.png │ │ ├── ic_menu_trash.png │ │ ├── ic_notifications.png │ │ ├── ic_notifications_dark.png │ │ ├── ic_protected.png │ │ ├── ic_protected_dark.png │ │ ├── ic_stat_notification.png │ │ ├── ic_theme.png │ │ ├── ic_theme_dark.png │ │ ├── ic_timeout.png │ │ ├── ic_timeout_dark.png │ │ ├── ic_toggle.png │ │ ├── ic_toggle_dark.png │ │ ├── ic_users.png │ │ └── ic_users_dark.png │ ├── drawable-ldpi-v11 │ │ └── ic_stat_notification.png │ ├── drawable-ldpi-v9 │ │ └── ic_stat_notification.png │ ├── drawable-mdpi-v11 │ │ └── ic_stat_notification.png │ ├── drawable-mdpi-v9 │ │ └── ic_stat_notification.png │ ├── drawable-mdpi │ │ ├── ic_action_about.png │ │ ├── ic_action_logs.png │ │ ├── ic_action_permission.png │ │ ├── ic_action_settings.png │ │ ├── ic_action_trash.png │ │ ├── ic_alert.png │ │ ├── ic_alert_dark.png │ │ ├── ic_allow.png │ │ ├── ic_declare.png │ │ ├── ic_declare_dark.png │ │ ├── ic_delete.png │ │ ├── ic_deny.png │ │ ├── ic_launcher.png │ │ ├── ic_logging.png │ │ ├── ic_logging_dark.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_logs.png │ │ ├── ic_menu_settings.png │ │ ├── ic_menu_trash.png │ │ ├── ic_notifications.png │ │ ├── ic_notifications_dark.png │ │ ├── ic_protected.png │ │ ├── ic_protected_dark.png │ │ ├── ic_stat_notification.png │ │ ├── ic_theme.png │ │ ├── ic_theme_dark.png │ │ ├── ic_timeout.png │ │ ├── ic_timeout_dark.png │ │ ├── ic_toggle.png │ │ ├── ic_toggle_dark.png │ │ ├── ic_users.png │ │ └── ic_users_dark.png │ ├── drawable-xhdpi-v11 │ │ └── ic_stat_notification.png │ ├── drawable-xhdpi-v9 │ │ └── ic_stat_notification.png │ ├── drawable-xhdpi │ │ ├── ic_action_about.png │ │ ├── ic_action_logs.png │ │ ├── ic_action_permission.png │ │ ├── ic_action_settings.png │ │ ├── ic_action_trash.png │ │ ├── ic_alert.png │ │ ├── ic_alert_dark.png │ │ ├── ic_allow.png │ │ ├── ic_declare.png │ │ ├── ic_declare_dark.png │ │ ├── ic_delete.png │ │ ├── ic_deny.png │ │ ├── ic_launcher.png │ │ ├── ic_logging.png │ │ ├── ic_logging_dark.png │ │ ├── ic_menu_about.png │ │ ├── ic_menu_logs.png │ │ ├── ic_menu_settings.png │ │ ├── ic_menu_trash.png │ │ ├── ic_notifications.png │ │ ├── ic_notifications_dark.png │ │ ├── ic_protected.png │ │ ├── ic_protected_dark.png │ │ ├── ic_stat_notification.png │ │ ├── ic_theme.png │ │ ├── ic_theme_dark.png │ │ ├── ic_timeout.png │ │ ├── ic_timeout_dark.png │ │ ├── ic_toggle.png │ │ ├── ic_toggle_dark.png │ │ ├── ic_users.png │ │ └── ic_users_dark.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── drawable │ │ ├── carbon.png │ │ ├── clockwork512.png │ │ ├── desksms.png │ │ ├── github.png │ │ ├── koush.png │ │ └── tether.png │ ├── layout-land │ │ ├── app_info.xml │ │ ├── app_request.xml │ │ └── log_item.xml │ ├── layout-large-land │ │ └── policy_list_content.xml │ ├── layout-large │ │ ├── app_info.xml │ │ ├── app_request.xml │ │ ├── policy_info.xml │ │ └── policy_list_content.xml │ ├── layout-normal-land │ │ └── policy_info.xml │ ├── layout-v14 │ │ ├── log_toggle.xml │ │ └── notification_toggle.xml │ ├── layout │ │ ├── app_info.xml │ │ ├── app_layout.xml │ │ ├── app_request.xml │ │ ├── empty.xml │ │ ├── log_item.xml │ │ ├── log_item_base.xml │ │ ├── log_toggle.xml │ │ ├── notification_toggle.xml │ │ ├── notify.xml │ │ ├── packageinfo.xml │ │ ├── pin.xml │ │ ├── policy_header.xml │ │ ├── policy_info.xml │ │ ├── policy_list_content.xml │ │ ├── request.xml │ │ ├── request_choices.xml │ │ ├── request_spinner.xml │ │ ├── request_spinner_choice.xml │ │ ├── settings.xml │ │ └── unknown_app.xml │ ├── menu-v11 │ │ ├── app.xml │ │ ├── main.xml │ │ └── policy.xml │ ├── menu │ │ ├── app.xml │ │ ├── main.xml │ │ └── policy.xml │ ├── values-af │ │ └── strings.xml │ ├── values-ar │ │ └── strings.xml │ ├── values-ca │ │ └── strings.xml │ ├── values-cs │ │ └── strings.xml │ ├── values-da │ │ └── strings.xml │ ├── values-de │ │ └── strings.xml │ ├── values-el │ │ └── strings.xml │ ├── values-es-rXA │ │ └── strings.xml │ ├── values-es │ │ └── strings.xml │ ├── values-fi │ │ └── strings.xml │ ├── values-fr │ │ └── strings.xml │ ├── values-gl │ │ └── strings.xml │ ├── values-hr │ │ └── strings.xml │ ├── values-hu │ │ └── strings.xml │ ├── values-it │ │ └── strings.xml │ ├── values-iw │ │ └── strings.xml │ ├── values-ja │ │ └── strings.xml │ ├── values-large-v14 │ │ └── styles.xml │ ├── values-lt │ │ └── strings.xml │ ├── values-nl │ │ └── strings.xml │ ├── values-pl │ │ └── strings.xml │ ├── values-pt-rBR │ │ └── strings.xml │ ├── values-pt-rPT │ │ └── strings.xml │ ├── values-pt │ │ └── strings.xml │ ├── values-ro │ │ └── strings.xml │ ├── values-ru │ │ └── strings.xml │ ├── values-sk │ │ └── strings.xml │ ├── values-sr │ │ └── strings.xml │ ├── values-sv │ │ └── strings.xml │ ├── values-sw600dp │ │ └── dimens.xml │ ├── values-sw720dp-land │ │ └── dimens.xml │ ├── values-tr │ │ └── strings.xml │ ├── values-v14 │ │ └── styles.xml │ ├── values-zh-rCN │ │ └── strings.xml │ ├── values-zh-rHK │ │ └── strings.xml │ ├── values-zh-rSG │ │ └── strings.xml │ ├── values-zh-rTW │ │ └── strings.xml │ ├── values-zh │ │ └── strings.xml │ └── values │ │ ├── attrs.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── com │ └── koushikdutta │ └── superuser │ ├── AboutFragment.java │ ├── Helper.java │ ├── LogFragment.java │ ├── MainActivity.java │ ├── MultitaskSuRequestActivity.java │ ├── NotifyActivity.java │ ├── PackageChangeReceiver.java │ ├── PinViewHelper.java │ ├── PolicyFragment.java │ ├── RequestActivity.java │ ├── SettingsFragment.java │ ├── SuApplication.java │ ├── SuCheckerReceiver.java │ ├── SuReceiver.java │ ├── db │ ├── LogEntry.java │ ├── SuDatabaseHelper.java │ ├── SuperuserDatabaseHelper.java │ ├── UidCommand.java │ └── UidPolicy.java │ └── util │ ├── ImageCache.java │ ├── Settings.java │ ├── SoftReferenceHashTable.java │ ├── StreamUtility.java │ └── SuHelper.java ├── init.superuser.rc └── local_manifest.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/.gitignore -------------------------------------------------------------------------------- /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Android.mk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/README.md -------------------------------------------------------------------------------- /Superuser/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/.classpath -------------------------------------------------------------------------------- /Superuser/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/.project -------------------------------------------------------------------------------- /Superuser/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/Android.mk -------------------------------------------------------------------------------- /Superuser/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/AndroidManifest.xml -------------------------------------------------------------------------------- /Superuser/Superuser-Superuser.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/Superuser-Superuser.iml -------------------------------------------------------------------------------- /Superuser/Superuser.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/Superuser.iml -------------------------------------------------------------------------------- /Superuser/assets/armeabi: -------------------------------------------------------------------------------- 1 | ../libs/armeabi/ -------------------------------------------------------------------------------- /Superuser/assets/install-recovery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/assets/install-recovery.sh -------------------------------------------------------------------------------- /Superuser/assets/mips: -------------------------------------------------------------------------------- 1 | ../libs/mips -------------------------------------------------------------------------------- /Superuser/assets/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/assets/update-binary -------------------------------------------------------------------------------- /Superuser/assets/x86: -------------------------------------------------------------------------------- 1 | ../libs/x86/ -------------------------------------------------------------------------------- /Superuser/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/build.gradle -------------------------------------------------------------------------------- /Superuser/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/build.xml -------------------------------------------------------------------------------- /Superuser/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/Android.mk -------------------------------------------------------------------------------- /Superuser/jni/Application.mk: -------------------------------------------------------------------------------- 1 | APP_ABI := x86 armeabi mips 2 | # NDK_TOOLCHAIN_VERSION=4.8 3 | APP_PIE = true -------------------------------------------------------------------------------- /Superuser/jni/reboot/reboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/reboot/reboot.c -------------------------------------------------------------------------------- /Superuser/jni/sqlite3/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/sqlite3/shell.c -------------------------------------------------------------------------------- /Superuser/jni/sqlite3/sqlite3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/sqlite3/sqlite3.c -------------------------------------------------------------------------------- /Superuser/jni/sqlite3/sqlite3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/sqlite3/sqlite3.h -------------------------------------------------------------------------------- /Superuser/jni/sqlite3/sqlite3ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/sqlite3/sqlite3ext.h -------------------------------------------------------------------------------- /Superuser/jni/su/activity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/activity.c -------------------------------------------------------------------------------- /Superuser/jni/su/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/daemon.c -------------------------------------------------------------------------------- /Superuser/jni/su/db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/db.c -------------------------------------------------------------------------------- /Superuser/jni/su/pts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/pts.c -------------------------------------------------------------------------------- /Superuser/jni/su/pts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/pts.h -------------------------------------------------------------------------------- /Superuser/jni/su/su.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/su.c -------------------------------------------------------------------------------- /Superuser/jni/su/su.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/su.h -------------------------------------------------------------------------------- /Superuser/jni/su/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/utils.c -------------------------------------------------------------------------------- /Superuser/jni/su/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/jni/su/utils.h -------------------------------------------------------------------------------- /Superuser/lint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/lint.xml -------------------------------------------------------------------------------- /Superuser/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/proguard-project.txt -------------------------------------------------------------------------------- /Superuser/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/project.properties -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi-v11/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi-v11/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi-v9/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi-v9/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_action_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_action_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_action_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_action_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_action_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_action_permission.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_action_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_action_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_action_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_alert.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_alert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_alert_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_allow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_allow.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_declare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_declare.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_declare_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_declare_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_delete.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_deny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_deny.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_logging.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_logging_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_logging_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_menu_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_menu_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_menu_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_menu_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_menu_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_menu_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_notifications.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_notifications_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_notifications_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_protected.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_protected_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_protected_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_theme.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_theme_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_theme_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_timeout.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_timeout_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_timeout_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_toggle.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_toggle_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_toggle_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_users.png -------------------------------------------------------------------------------- /Superuser/res/drawable-hdpi/ic_users_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-hdpi/ic_users_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-ldpi-v11/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-ldpi-v11/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-ldpi-v9/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-ldpi-v9/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi-v11/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi-v11/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi-v9/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi-v9/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_action_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_action_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_action_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_action_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_action_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_action_permission.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_action_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_action_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_action_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_alert.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_alert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_alert_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_allow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_allow.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_declare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_declare.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_declare_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_declare_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_delete.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_deny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_deny.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_logging.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_logging_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_logging_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_menu_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_menu_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_menu_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_menu_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_menu_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_menu_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_notifications.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_notifications_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_notifications_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_protected.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_protected_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_protected_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_theme.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_theme_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_theme_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_timeout.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_timeout_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_timeout_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_toggle.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_toggle_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_toggle_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_users.png -------------------------------------------------------------------------------- /Superuser/res/drawable-mdpi/ic_users_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-mdpi/ic_users_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi-v11/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi-v11/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi-v9/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi-v9/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_action_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_action_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_action_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_action_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_action_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_action_permission.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_action_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_action_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_action_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_action_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_alert.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_alert_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_alert_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_allow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_allow.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_declare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_declare.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_declare_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_declare_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_delete.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_deny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_deny.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_logging.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_logging_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_logging_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_menu_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_menu_about.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_menu_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_menu_logs.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_menu_settings.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_menu_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_menu_trash.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_notifications.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_notifications_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_notifications_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_protected.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_protected_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_protected_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_stat_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_stat_notification.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_theme.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_theme_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_theme_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_timeout.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_timeout_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_timeout_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_toggle.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_toggle_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_toggle_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_users.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xhdpi/ic_users_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xhdpi/ic_users_dark.png -------------------------------------------------------------------------------- /Superuser/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Superuser/res/drawable/carbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/carbon.png -------------------------------------------------------------------------------- /Superuser/res/drawable/clockwork512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/clockwork512.png -------------------------------------------------------------------------------- /Superuser/res/drawable/desksms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/desksms.png -------------------------------------------------------------------------------- /Superuser/res/drawable/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/github.png -------------------------------------------------------------------------------- /Superuser/res/drawable/koush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/koush.png -------------------------------------------------------------------------------- /Superuser/res/drawable/tether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/drawable/tether.png -------------------------------------------------------------------------------- /Superuser/res/layout-land/app_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-land/app_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout-land/app_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-land/app_request.xml -------------------------------------------------------------------------------- /Superuser/res/layout-land/log_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-land/log_item.xml -------------------------------------------------------------------------------- /Superuser/res/layout-large-land/policy_list_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-large-land/policy_list_content.xml -------------------------------------------------------------------------------- /Superuser/res/layout-large/app_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-large/app_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout-large/app_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-large/app_request.xml -------------------------------------------------------------------------------- /Superuser/res/layout-large/policy_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-large/policy_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout-large/policy_list_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-large/policy_list_content.xml -------------------------------------------------------------------------------- /Superuser/res/layout-normal-land/policy_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-normal-land/policy_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout-v14/log_toggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-v14/log_toggle.xml -------------------------------------------------------------------------------- /Superuser/res/layout-v14/notification_toggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout-v14/notification_toggle.xml -------------------------------------------------------------------------------- /Superuser/res/layout/app_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/app_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout/app_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/app_layout.xml -------------------------------------------------------------------------------- /Superuser/res/layout/app_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/app_request.xml -------------------------------------------------------------------------------- /Superuser/res/layout/empty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/empty.xml -------------------------------------------------------------------------------- /Superuser/res/layout/log_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/log_item.xml -------------------------------------------------------------------------------- /Superuser/res/layout/log_item_base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/log_item_base.xml -------------------------------------------------------------------------------- /Superuser/res/layout/log_toggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/log_toggle.xml -------------------------------------------------------------------------------- /Superuser/res/layout/notification_toggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/notification_toggle.xml -------------------------------------------------------------------------------- /Superuser/res/layout/notify.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/notify.xml -------------------------------------------------------------------------------- /Superuser/res/layout/packageinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/packageinfo.xml -------------------------------------------------------------------------------- /Superuser/res/layout/pin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/pin.xml -------------------------------------------------------------------------------- /Superuser/res/layout/policy_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/policy_header.xml -------------------------------------------------------------------------------- /Superuser/res/layout/policy_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/policy_info.xml -------------------------------------------------------------------------------- /Superuser/res/layout/policy_list_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/policy_list_content.xml -------------------------------------------------------------------------------- /Superuser/res/layout/request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/request.xml -------------------------------------------------------------------------------- /Superuser/res/layout/request_choices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/request_choices.xml -------------------------------------------------------------------------------- /Superuser/res/layout/request_spinner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/request_spinner.xml -------------------------------------------------------------------------------- /Superuser/res/layout/request_spinner_choice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/request_spinner_choice.xml -------------------------------------------------------------------------------- /Superuser/res/layout/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/settings.xml -------------------------------------------------------------------------------- /Superuser/res/layout/unknown_app.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/layout/unknown_app.xml -------------------------------------------------------------------------------- /Superuser/res/menu-v11/app.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu-v11/app.xml -------------------------------------------------------------------------------- /Superuser/res/menu-v11/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu-v11/main.xml -------------------------------------------------------------------------------- /Superuser/res/menu-v11/policy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu-v11/policy.xml -------------------------------------------------------------------------------- /Superuser/res/menu/app.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu/app.xml -------------------------------------------------------------------------------- /Superuser/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu/main.xml -------------------------------------------------------------------------------- /Superuser/res/menu/policy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/menu/policy.xml -------------------------------------------------------------------------------- /Superuser/res/values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-af/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-ar/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-ca/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-cs/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-da/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-de/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-el/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-es-rXA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-es-rXA/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-es/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-fi/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-fr/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-gl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-gl/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-hr/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-hu/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-it/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-iw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-iw/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-ja/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-large-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-large-v14/styles.xml -------------------------------------------------------------------------------- /Superuser/res/values-lt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-lt/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-nl/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-pl/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-pt-rBR/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-pt-rBR/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-pt/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-ro/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-ru/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-sk/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-sr/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-sv/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-sw600dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-sw600dp/dimens.xml -------------------------------------------------------------------------------- /Superuser/res/values-sw720dp-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-sw720dp-land/dimens.xml -------------------------------------------------------------------------------- /Superuser/res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-tr/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-v14/styles.xml -------------------------------------------------------------------------------- /Superuser/res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-zh-rHK/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-zh-rHK/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-zh-rSG/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-zh-rSG/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values-zh/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values-zh/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values/attrs.xml -------------------------------------------------------------------------------- /Superuser/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values/dimens.xml -------------------------------------------------------------------------------- /Superuser/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values/strings.xml -------------------------------------------------------------------------------- /Superuser/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/res/values/styles.xml -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/AboutFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/AboutFragment.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/Helper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/Helper.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/LogFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/LogFragment.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/MainActivity.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/NotifyActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/NotifyActivity.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/PackageChangeReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/PackageChangeReceiver.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/PinViewHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/PinViewHelper.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/PolicyFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/PolicyFragment.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/RequestActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/RequestActivity.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/SettingsFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/SettingsFragment.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/SuApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/SuApplication.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/SuCheckerReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/SuCheckerReceiver.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/SuReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/SuReceiver.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/db/LogEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/db/LogEntry.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/db/SuperuserDatabaseHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/db/SuperuserDatabaseHelper.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/db/UidCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/db/UidCommand.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/util/ImageCache.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/util/ImageCache.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/util/Settings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/util/Settings.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/util/StreamUtility.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/util/StreamUtility.java -------------------------------------------------------------------------------- /Superuser/src/com/koushikdutta/superuser/util/SuHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/Superuser/src/com/koushikdutta/superuser/util/SuHelper.java -------------------------------------------------------------------------------- /init.superuser.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/init.superuser.rc -------------------------------------------------------------------------------- /local_manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koush/Superuser/HEAD/local_manifest.xml --------------------------------------------------------------------------------