summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu2015-03-051-2/+1
* GUI: Terminal command: minor improvementsMatt Mower2015-03-051-0/+4
* GUI: Support styles in xml to reduce xml file sizeEthan Yonker2015-02-211-4/+4
* Disable stock recovery replacing TWRP during ORSEthan Yonker2015-02-021-0/+2
* gui: run cancel action in another threadthat2015-01-301-32/+76
* Use macro to add actions to the action mapVojtech Bocek2015-01-291-56/+58
* Add cancel backup capability.bigbiff2015-01-271-9/+43
* Use /twres instead of /res for theme resourcesDees Troy2015-01-221-1/+1
* Hide some non critical error messagesEthan Yonker2015-01-221-1/+1
* Fix handling of custom themes after decryptEthan Yonker2015-01-131-34/+8
* Fix some crashes during theme (re)loadingVojtech Bocek2015-01-121-4/+3
* Fix some actions being incorrectly threadedVojtech Bocek2015-01-121-1/+1
* gui: simplify blanktimerthat2015-01-111-8/+0
* Improve GUI handling of zip flashingEthan Yonker2015-01-091-11/+9
* Allow flashing of images via the GUIEthan Yonker2015-01-091-0/+19
* gui: fix action threading if background thread is busythat2015-01-091-9/+15
* Run some actions in a separate threadthat2015-01-091-154/+192
* Thread openrecoveryscript action to properly display action pageEthan Yonker2015-01-051-22/+38
* fix adb sideloadthat2015-01-041-82/+87
* Fix GUIAction::operation_startEthan Yonker2015-01-031-1/+1
* gui: Move action functions to function pointer map.that2014-12-301-1055/+1081
* MTP add/remove storage instead of disabling MTPEthan Yonker2014-12-191-0/+1
* Toggle MTP during ADB sideloadEthan Yonker2014-12-181-0/+2
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-0/+8
* Update adb sideload featureEthan Yonker2014-11-081-22/+36
* Fix zip installEthan Yonker2014-11-071-26/+1
* performance profile supportTom Hite2014-10-081-0/+4
* add mtp responder to TWRP.bigbiff bigbiff2014-09-031-1/+26
* Support reading since_epoch and secondary brightness filesxNUTx2014-08-101-0/+5
* Implement "take a screenshot" featureVojtech Bocek2014-07-091-0/+49
* Refresh after partition changesjrior0012014-07-071-2/+2
* Whitespace and minor code cleanupMatt Mower2014-06-041-11/+11
* Add options to repair or change file systemEthan Yonker2014-06-041-0/+133
* Add support for actions triggered by key combinationVojtech Bocek2014-04-161-11/+43
* Allow building of an OEM friendly TWRPEthan Yonker2014-04-041-1/+2
* Allow sideloading from /tmpEthan Yonker2014-02-261-4/+5
* Remove some unneeded codeEthan Yonker2014-02-161-79/+8
* Cache results of GUIObject::isConditionTrue()Vojtech Bocek2014-02-121-7/+4
* Conditional -> GUIObject and make all gui objects children of GUIObjectVojtech Bocek2014-02-121-1/+1
* Expansion of vibrate optionsEthan Yonker2014-02-071-1/+1
* Add haptic feedbackSamer Diab (S.a.M.e.R_d)2014-02-061-0/+6
* Update partition sizes after sideloadDees Troy2013-11-261-0/+1
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-14/+10
* Make fixing su perms automaticDees Troy2013-09-121-2/+3
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-2/+23
* 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