summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu1-2/+1
2015-03-05GUI: Terminal command: minor improvementsMatt Mower1-0/+4
2015-02-21GUI: Support styles in xml to reduce xml file sizeEthan Yonker1-4/+4
2015-02-02Disable stock recovery replacing TWRP during ORSEthan Yonker1-0/+2
2015-01-30gui: run cancel action in another threadthat1-32/+76
2015-01-29Use macro to add actions to the action mapVojtech Bocek1-56/+58
2015-01-27Add cancel backup capability.bigbiff1-9/+43
2015-01-22Use /twres instead of /res for theme resourcesDees Troy1-1/+1
2015-01-22Hide some non critical error messagesEthan Yonker1-1/+1
2015-01-13Fix handling of custom themes after decryptEthan Yonker1-34/+8
2015-01-12Fix some crashes during theme (re)loadingVojtech Bocek1-4/+3
2015-01-12Fix some actions being incorrectly threadedVojtech Bocek1-1/+1
2015-01-11gui: simplify blanktimerthat1-8/+0
2015-01-09Improve GUI handling of zip flashingEthan Yonker1-11/+9
2015-01-09Allow flashing of images via the GUIEthan Yonker1-0/+19
2015-01-09gui: fix action threading if background thread is busythat1-9/+15
2015-01-09Run some actions in a separate threadthat1-154/+192
2015-01-05Thread openrecoveryscript action to properly display action pageEthan Yonker1-22/+38
2015-01-04fix adb sideloadthat1-82/+87
2015-01-03Fix GUIAction::operation_startEthan Yonker1-1/+1
2014-12-30gui: Move action functions to function pointer map.that1-1055/+1081
2014-12-19MTP add/remove storage instead of disabling MTPEthan Yonker1-0/+1
2014-12-18Toggle MTP during ADB sideloadEthan Yonker1-0/+2
2014-12-12Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker1-0/+8
2014-11-08Update adb sideload featureEthan Yonker1-22/+36
2014-11-07Fix zip installEthan Yonker1-26/+1
2014-10-08performance profile supportTom Hite1-0/+4
2014-09-03add mtp responder to TWRP.bigbiff bigbiff1-1/+26
2014-08-10Support reading since_epoch and secondary brightness filesxNUTx1-0/+5
2014-07-09Implement "take a screenshot" featureVojtech Bocek1-0/+49
2014-07-07Refresh after partition changesjrior0011-2/+2
2014-06-04Whitespace and minor code cleanupMatt Mower1-11/+11
2014-06-04Add options to repair or change file systemEthan Yonker1-0/+133
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-11/+43
2014-04-04Allow building of an OEM friendly TWRPEthan Yonker1-1/+2
2014-02-26Allow sideloading from /tmpEthan Yonker1-4/+5
2014-02-16Remove some unneeded codeEthan Yonker1-79/+8
2014-02-12Cache results of GUIObject::isConditionTrue()Vojtech Bocek1-7/+4
2014-02-12Conditional -> GUIObject and make all gui objects children of GUIObjectVojtech Bocek1-1/+1
2014-02-07Expansion of vibrate optionsEthan Yonker1-1/+1
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)1-0/+6
2013-11-26Update partition sizes after sideloadDees Troy1-0/+1
2013-09-12Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek1-14/+10
2013-09-12Make fixing su perms automaticDees Troy1-2/+3
2013-09-12Pull ROM info from build.prop for backup namesDees Troy1-2/+23
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