summaryrefslogtreecommitdiffstats
path: root/gui/action.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentVDavid0032019-10-181-1/+1
* Add option to uninstall TWRP app from /systemEthan Yonker2019-05-161-13/+57
* Use magiskboot to repack the boot partitionEthan Yonker2019-04-031-2/+92
* AB/Non AB Devices: updates for moving cachebigbiff bigbiff2019-03-181-1/+2
* Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff2019-03-181-0/+4
* twrp: use ANDROID_ROOT environment variableCaptain Throwback2018-08-241-10/+10
* Remove SuperSUEthan Yonker2018-07-201-2/+1
* Support v2 fstab formatEthan Yonker2017-11-281-1/+1
* ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff2017-11-271-15/+31
* Update to AOSP 8.0 baseEthan Yonker2017-09-081-1/+1
* Add TWRP app install to landscape and watch themesEthan Yonker2017-03-061-3/+6
* Fix crash during check for TWRP appEthan Yonker2017-02-061-10/+10
* Fill uid/gid for screenshots at compile timeMatt Mower2017-02-031-9/+3
* Fix detection of TWRP app in /dataEthan Yonker2017-01-181-1/+2
* gui: Actions: Toggle backlight on power keyMatt Mower2017-01-181-0/+7
* Unused variable cleanupMatt Mower2017-01-181-8/+2
* Very minor code cleanupMatt Mower2017-01-181-2/+1
* Whitespace cleanupMatt Mower2017-01-181-18/+18
* Fix compile error on 4.4 treeEthan Yonker2017-01-111-6/+6
* Add TWRP app install via TWRP recoveryEthan Yonker2016-12-161-0/+156
* Add boot slot supportEthan Yonker2016-12-131-0/+13
* Copy Kernel Logsbigbiff bigbiff2016-12-021-3/+9
* Fix image flashingEthan Yonker2016-11-301-8/+1
* Clean up PartitionSettingsEthan Yonker2016-09-131-3/+5
* Make it backwards compatible with 4.4Ethan Yonker2016-08-251-1/+1
* GUI: Add countdown & cancel to install auto-rebootMatt Mower2016-08-191-6/+18
* Remove curtainClose() remnantsMatt Mower2016-08-011-4/+0
* Remove unused identifier from NotifyTouchMatt Mower2016-08-011-1/+1
* Move cursor after appending date to backup nameMatt Mower2016-08-011-0/+2
* ADB: Add adb backup for TWRP.bigbiff2016-08-011-8/+11
* TWRP Install Reboot Optionbigbiff2016-03-311-0/+7
* Replace fix permissions with fix contexts for emulated storageEthan Yonker2016-01-291-4/+10
* Update minuitwrp graphics in line with latest minuiEthan Yonker2016-01-271-1/+2
* Adopted Storage supportEthan Yonker2016-01-251-0/+1
* Fix (Auto Generate) handling for backup namesEthan Yonker2016-01-221-3/+2
* Android 6.0 needs permission +x to create screenshot filesXuefer2016-01-221-1/+1
* Fix a bunch of messagesMatt Mower2016-01-221-2/+2
* gui: fix return value of NotifyKeythat2016-01-191-2/+5
* Do not require mounting during zip flashing if path existsEthan Yonker2016-01-181-2/+9
* Improve sdcard partitioning processEthan Yonker2016-01-141-26/+33
* gui: add keyboard support for Ctrl layer and more special keysthat2016-01-071-6/+3
* gui: fix screenshot_saved messagethat2015-12-291-1/+1
* get rid of console thread for OpenRecoveryScriptthat2015-12-291-31/+13
* Set twrp.action_complete after completing actionLuK13372015-12-231-0/+2
* exfat: Build fsck and update path to mkfsMatt Mower2015-12-221-1/+1
* Multiple Language SupportEthan Yonker2015-12-191-35/+49
* Update dosfstoolsMatt Mower2015-11-261-1/+1
* Move reloading of theme outside of the action threadEthan Yonker2015-11-091-20/+7
* Treat /vendor like /system for read onlyEthan Yonker2015-11-051-0/+15
* Fix a bunch of warningsEthan Yonker2015-10-251-38/+38
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-1/+0
* ORS: Report success if AOSP script succeedsMatt Mower2015-08-091-0/+1
* Make sure that adbd restarts after sideloadDees Troy2015-06-171-1/+1
* Fix ORS scripts displaying an error after completingEthan Yonker2015-06-171-2/+5
* gui: set tw_file to the currently flashed file name without paththat2015-06-011-3/+7
* Fix unable to uncheck the mount read only check boxEthan Yonker2015-05-301-1/+1
* remove useless memset and \nXuefer2015-05-291-1/+0
* Add resize2fs and ability to run resize2fs via GUIEthan Yonker2015-05-281-0/+27
* Mount system as read-only by defaultEthan Yonker2015-05-271-0/+54
* 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