summaryrefslogtreecommitdiffstats
path: root/gui/devices/720x1280 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add new SliderValue GUI widgetVojtech Bocek2013-04-041-84/+38
| | | | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Ic5d44314f501341140dd7059d1cb753341f5844c
* Add partition list GUI elementDees_Troy2013-03-302-694/+320
| | | | | | | | | | | | Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-271-0/+12
| | | | | | | Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
* Remove ignore image size settingDees_Troy2013-02-211-10/+2
| | | | | Move military time setting up and remove the now unused ignore image size setting from XML layouts.
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-0/+150
| | | | | | Also fix sort order for file selector by date and file sizes Change-Id: Idff9fe4232c19d4ed1082e78fabe6f921aa0a114
* add military time optionbigbiff bigbiff2013-02-211-0/+8
|
* Configurable timeout and brightness settingsDees_Troy2013-02-201-21/+132
| | | | Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43
* Update listbox codeDees_Troy2013-02-151-9/+7
|
* Add highlight to file selectorDees_Troy2013-02-151-5/+12
|
* Add button highlightDees_Troy2013-02-151-2/+91
|
* adding sideload page with wipe cache and dalvikbigbiff bigbiff2013-01-251-11/+61
| | | | | fix variable Change-Id: I72eed7b4d709a184e53cc94165a1817a7dcf041e
* Use GUI for ORS instead of console onlyDees_Troy2013-01-251-18/+6
|
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-1/+3
| | | | | | | Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
* add Decrypt Data buttonGary Peck2012-11-221-0/+12
| | | | | | | Allow to decrypt /data even if decryption was skipped during the initial loading of recovery Change-Id: If2251757a276dd069578e93e5a038b25a825bff6
* Fix renaming of backups with spaces, 2.3.2.3Dees_Troy2012-11-191-1/+1
|
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-1/+1
| | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
* Add keyboard key highlightDees_Troy2012-10-201-0/+1
|
* Remove text about fix perms taking a few minsDees_Troy2012-10-101-2/+0
|
* Add reboot system button after sideload, backup, and restoreDees_Troy2012-10-081-31/+35
| | | | A few other minor xml tweaks
* Fix exclamation point on 720x1280 themeDees_Troy2012-10-081-2/+4
|
* Fix some derpsDees_Troy2012-09-281-0/+0
|
* Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy2012-09-281-2/+14
|
* Add option to wipe android secureDees_Troy2012-09-261-0/+18
|
* Fix SDCard partitioningDees_Troy2012-09-261-1/+1
|
* Allow spaces in backup namesDees_Troy2012-09-261-2/+2
|
* Unify portrait layouts againDees_Troy2012-09-261-41/+45
|
* Change curtain to file and remove curtain raiseDees_Troy2012-09-242-3279/+0
|
* Update portrait themes with ADB sideloadDees_Troy2012-09-201-0/+38
|
* TWRP-ify AOSP codeDees_Troy2012-09-0535-0/+6783
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