summaryrefslogtreecommitdiffstats
path: root/gui/devices/1280x800/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-21Remove ignore image size settingDees_Troy1-10/+2
Move military time setting up and remove the now unused ignore image size setting from XML layouts.
2013-02-21Check for root and root perms and offer to install/fixDees_Troy1-0/+144
Also fix sort order for file selector by date and file sizes Change-Id: Idff9fe4232c19d4ed1082e78fabe6f921aa0a114
2013-02-21add military time optionbigbiff bigbiff1-0/+8
2013-02-20Configurable timeout and brightness settingsDees_Troy1-23/+135
Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43
2013-02-15Update listbox codeDees_Troy1-1/+5
2013-02-15Add highlight to file selectorDees_Troy1-7/+16
2013-02-15Add button highlightDees_Troy1-1/+84
2013-01-25adding sideload page with wipe cache and dalvikbigbiff bigbiff1-11/+61
fix variable Change-Id: I72eed7b4d709a184e53cc94165a1817a7dcf041e
2013-01-25Use GUI for ORS instead of console onlyDees_Troy1-15/+5
2012-11-22add Decrypt Data buttonGary Peck1-0/+12
Allow to decrypt /data even if decryption was skipped during the initial loading of recovery Change-Id: If2251757a276dd069578e93e5a038b25a825bff6
2012-11-19Fix renaming of backups with spaces, 2.3.2.3Dees_Troy1-1/+1
2012-11-15Fixes for multi-user in 4.2Dees_Troy1-1/+1
Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
2012-10-20Add keyboard key highlightDees_Troy1-0/+1
2012-10-10Remove text about fix perms taking a few minsDees_Troy1-2/+0
2012-10-08Add reboot system button after sideload, backup, and restoreDees_Troy1-31/+35
A few other minor xml tweaks
2012-09-28Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy2-1/+15
2012-09-26Add option to wipe android secureDees_Troy1-0/+18
2012-09-26Fix SDCard partitioningDees_Troy1-1/+1
2012-09-26Allow spaces in backup namesDees_Troy1-2/+2
2012-09-24Change curtain to file and remove curtain raiseDees_Troy1-0/+0
2012-09-24Update tablet layouts with ADB sideloadDees_Troy1-0/+37
2012-09-05TWRP-ify AOSP codeDees_Troy38-0/+3551
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere