summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez1-1/+6
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-249/+249
2013-07-01Fix some issues with wipe partition listDees_Troy1-0/+7
2013-06-22Support encrypted backup filesDees_Troy1-4/+33
2013-04-04Add new SliderValue GUI widgetVojtech Bocek1-0/+27
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-61/+67
2013-03-30Add partition list GUI elementDees_Troy1-1/+62
2013-02-21Check for root and root perms and offer to install/fixDees_Troy1-19/+39
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff1-0/+3
2013-01-28Remove thread logging from actions.cppDees_Troy1-3/+0
2013-01-25adding sideload page with wipe cache and dalvikbigbiff bigbiff1-3/+9
2013-01-25Use GUI for ORS instead of console onlyDees_Troy1-23/+30
2013-01-24Convert AOSP commands to ORS for encrypted devicesDees_Troy1-0/+12
2013-01-24change tar create to pthreadbigbiff bigbiff1-1/+2
2013-01-18Improve ORS sideload to display GUI with cancel buttonDees_Troy1-2/+4
2013-01-16Fix problems with thread creation on some devicesDees_Troy1-1/+35
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-28/+29
2012-10-16Update injecttwrp for Epic 4G TouchDees_Troy1-1/+23
2012-10-10Finalize 2.3.0.0Dees_Troy1-14/+4
2012-10-01Fix output of version numberDees_Troy1-1/+0
2012-09-27Save version number to storageDees_Troy1-0/+1
2012-09-27Update sdcard partitioning to C++Dees_Troy1-68/+4
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-3/+2
2012-09-27Port reboot functions to C++Dees_Troy1-12/+11
2012-09-26Add option to wipe android secureDees_Troy1-0/+2
2012-09-26Fix permissions updatesDees_Troy1-8/+17
2012-09-26Fix SDCard partitioningDees_Troy1-3/+11
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-3/+3
2012-09-19Fix ext storage and zip pathsDees_Troy1-0/+26
2012-09-19Improve adb sideload - use storage vs tmpDees_Troy1-11/+8
2012-09-19Improve adb sideload -- add cancelDees_Troy1-4/+30
2012-09-18Cleanup extra-functionsDees_Troy1-27/+13
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-5/+38
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-39/+34
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-0/+3
2012-09-11Zip install works againDees_Troy1-9/+14
2012-09-10Improve storage size code, mount, unmountDees_Troy1-15/+7
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-20/+20
2012-09-06Hax to make it bootDees_Troy1-4/+4
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+1134