summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a TW_NO_TIMEOUT optionRicardo Gomez2013-08-251-1/+6
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-249/+249
* Fix some issues with wipe partition listDees_Troy2013-07-011-0/+7
* Support encrypted backup filesDees_Troy2013-06-221-4/+33
* Add new SliderValue GUI widgetVojtech Bocek2013-04-041-0/+27
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-61/+67
* Add partition list GUI elementDees_Troy2013-03-301-1/+62
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-19/+39
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+3
* Remove thread logging from actions.cppDees_Troy2013-01-281-3/+0
* adding sideload page with wipe cache and dalvikbigbiff bigbiff2013-01-251-3/+9
* Use GUI for ORS instead of console onlyDees_Troy2013-01-251-23/+30
* Convert AOSP commands to ORS for encrypted devicesDees_Troy2013-01-241-0/+12
* change tar create to pthreadbigbiff bigbiff2013-01-241-1/+2
* Improve ORS sideload to display GUI with cancel buttonDees_Troy2013-01-181-2/+4
* Fix problems with thread creation on some devicesDees_Troy2013-01-161-1/+35
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-28/+29
* Update injecttwrp for Epic 4G TouchDees_Troy2012-10-161-1/+23
* Finalize 2.3.0.0Dees_Troy2012-10-101-14/+4
* Fix output of version numberDees_Troy2012-10-011-1/+0
* Save version number to storageDees_Troy2012-09-271-0/+1
* Update sdcard partitioning to C++Dees_Troy2012-09-271-68/+4
* Port backup name checking to Partition ManagerDees_Troy2012-09-271-3/+2
* Port reboot functions to C++Dees_Troy2012-09-271-12/+11
* Add option to wipe android secureDees_Troy2012-09-261-0/+2
* Fix permissions updatesDees_Troy2012-09-261-8/+17
* Fix SDCard partitioningDees_Troy2012-09-261-3/+11
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-3/+3
* Fix ext storage and zip pathsDees_Troy2012-09-191-0/+26
* Improve adb sideload - use storage vs tmpDees_Troy2012-09-191-11/+8
* Improve adb sideload -- add cancelDees_Troy2012-09-191-4/+30
* Cleanup extra-functionsDees_Troy2012-09-181-27/+13
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-5/+38
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-39/+34
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-0/+3
* Zip install works againDees_Troy2012-09-111-9/+14
* Improve storage size code, mount, unmountDees_Troy2012-09-101-15/+7
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-20/+20
* Hax to make it bootDees_Troy2012-09-061-4/+4
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+1134