summaryrefslogtreecommitdiffstats
path: root/twrp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding Edl button in reboot menumauronofrio2019-03-201-0/+2
* AB/Non AB Devices: updates for moving cachebigbiff bigbiff2019-03-181-48/+11
* twrp: use ANDROID_ROOT environment variableCaptain Throwback2018-08-241-1/+1
* Fix installing OTAs without decryptingEthan Yonker2018-07-271-1/+1
* Remove SuperSUEthan Yonker2018-07-201-18/+0
* Skip decryption when installing mapped zipsGabriele M2018-05-251-5/+13
* Don't rename twrp.fstab to recovery.fstabEthan Yonker2018-03-091-10/+6
* ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff2017-11-271-0/+6
* Update to AOSP 8.0 baseEthan Yonker2017-09-081-5/+6
* Update TWRP to AOSP 7.1.2Ethan Yonker2017-05-101-1/+1
* Tweak MTP startup routineMatt Mower2017-02-241-11/+11
* Fix handling of USB config during MTP switchingMatt Mower2017-02-241-1/+0
* Do not unconditionally remove MTP storage on unmountMatt Mower2017-02-231-7/+0
* Only change USB mode to mtp when ready for MTPMatt Mower2017-02-231-2/+1
* bldrmsg: Only emmc /misc is supportedMatt Mower2017-01-181-4/+2
* SELinux can be assumed for Android 4.4+Matt Mower2017-01-181-7/+1
* Unused variable cleanupMatt Mower2017-01-181-1/+1
* Whitespace cleanupMatt Mower2017-01-181-2/+2
* Change handling of /cache due to AB devices not having cacheEthan Yonker2016-12-131-2/+2
* Improve backup & wipe exclusion handlingEthan Yonker2016-11-301-7/+5
* Update to android-7.1Ethan Yonker2016-11-301-11/+20
* Fix compatibility across the boardEthan Yonker2016-08-261-0/+2
* Make it backwards compatible with 4.4Ethan Yonker2016-08-251-1/+1
* Update to 7.0Ethan Yonker2016-08-241-3/+1
* Add git revision to startup message in recovery.logthat2016-08-221-2/+2
* Check sdk version for M before offering to rootEthan Yonker2016-01-181-1/+7
* Append AOSP recovery commands inlineEthan Yonker2015-12-221-30/+17
* Multiple Language SupportEthan Yonker2015-12-191-8/+13
* Fix short circuit on tw_mount_system_roMatt Mower2015-12-021-1/+1
* Treat /vendor like /system for read onlyEthan Yonker2015-11-051-0/+5
* Fix minor interface bug: No-SU prompt after no-OS promptDavis Mosenkovs2015-10-141-1/+1
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-1/+11
* Fix up some TW_OEM_BUILD thingsEthan Yonker2015-08-261-0/+4
* Make system read only show no matter what on first TWRP bootEthan Yonker2015-07-141-9/+8
* Fix system read only behavior during bootEthan Yonker2015-06-091-8/+14
* Mount system as read-only by defaultEthan Yonker2015-05-271-1/+15
* bootloader: align with AOSP codethat2015-05-181-4/+2
* Fix reboot for some devicesEthan Yonker2015-03-251-5/+0
* Disable stock recovery replacing TWRP during ORSEthan Yonker2015-02-021-5/+2
* Hide some non critical error messagesEthan Yonker2015-01-221-1/+1
* Move ORS command line into main threadEthan Yonker2015-01-221-2/+2
* Fix handling of custom themes after decryptEthan Yonker2015-01-131-0/+3
* fix adb sideloadthat2015-01-041-1/+2
* Do not toggle USB ID during MTP startup if not neededEthan Yonker2015-01-021-9/+6
* Ingore SIGPIPE errorsEthan Yonker2014-12-291-0/+3
* Update SuperSU to 2.40Ethan Yonker2014-12-181-4/+0
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-0/+7
* Fix process to disable stock recovery flashingDees Troy2014-11-201-1/+1
* Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-2/+4
* Attempt to automatically identify data/media devicesEthan Yonker2014-09-201-0/+5
* Properly set mtp enable variable if disabled during bootEthan Yonker2014-09-041-0/+1
* Prevent MTP enable on startup if crash detectedEthan Yonker2014-09-041-8/+18
* Ensure that MTP is enabled by defaultEthan Yonker2014-09-031-0/+7
* add mtp responder to TWRP.bigbiff bigbiff2014-09-031-0/+19
* Add command line capabilitiesEthan Yonker2014-08-091-2/+0
* Only disable recovery flash if it is truly "stock" recoverydhacker292014-07-251-1/+1
* Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()Vojtech Bocek2014-07-091-1/+2
* Change ro.twrp.boot boolean to twrp.crash_counterVojtech Bocek2014-07-091-4/+11
* Color in the consoleEthan Yonker2014-07-091-2/+2
* Run TWFunc::Fixup_Time_On_Boot() before OpenRecoveryScriptVojtech Bocek2014-03-111-2/+4
* Load RTC offset on Qualcomm Krait chips, fixes the broken time & dateVojtech Bocek2014-02-041-0/+3
* Improve SELinux support checkDees Troy2013-12-191-1/+11
* Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff2013-12-191-13/+14
* Add check during boot for SELinux supportDees Troy2013-11-261-0/+12
* Skip the = or \n before grabbing Zip_File.Kevin Steck2013-10-221-0/+3
* fix getting and setting contexts in selinuxbigbiff bigbiff2013-10-171-1/+9
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-3/+2
* Make fixing su perms automaticDees Troy2013-09-121-5/+3
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-1/+1
* Update to latest AOSP masterDees_Troy2013-09-041-0/+12
* Use twrp.fstab if presentDees_Troy2013-08-291-0/+8
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-6/+6
* Add SELinux supportDees_Troy2013-08-241-0/+16
* Fix handling of AOSP recovery commandsDees_Troy2013-04-081-241/+252
* Fix handling of subpartitionsDees_Troy2013-04-051-1/+1
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-0/+241