summaryrefslogtreecommitdiffstats
path: root/twrp-functions.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cache: Fix typo in twrp-functions.cpp for A/B devicesSyberHexen2019-10-301-1/+1
* Persistent logs: Compress target log on storage.bigbiff bigbiff2019-09-191-23/+91
* Add option to uninstall TWRP app from /systemEthan Yonker2019-05-161-0/+19
* Use magiskboot to repack the boot partitionEthan Yonker2019-04-031-3/+4
* AB Cache dir: If device doesn't have /data/cache for FBE, we shouldbigbiff bigbiff2019-04-031-2/+10
* Correct return case for context check in /cache/recoveryMakornthawat Emery2019-03-301-4/+1
* Support both old and new mkfs.f2fsEthan Yonker2019-03-221-5/+7
* Adding Edl button in reboot menumauronofrio2019-03-201-0/+7
* AB/Non AB Devices: updates for moving cachebigbiff bigbiff2019-03-181-23/+82
* Add path for time and date fixMauronofrio Matarrese2019-03-051-1/+1
* twrp: use ANDROID_ROOT environment variableCaptain Throwback2018-08-241-10/+10
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-1/+0
* Remove SuperSUEthan Yonker2018-07-201-8/+0
* TWRP: Added TW_CLOCK_OFFSET flag to further adjust the clock.Phoenix5912018-05-251-0/+4
* TWRP: Move the valid current time up to trigger fix on more devices.Phoenix5912018-05-251-1/+1
* Use /persist as Qualcomm time fix source during early bootnkk712018-01-171-25/+38
* Support v2 fstab formatEthan Yonker2017-11-281-8/+8
* ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff2017-11-271-0/+24
* Update to AOSP 8.0 baseEthan Yonker2017-09-081-3/+3
* twrpDigest refactorbigbiff bigbiff2017-06-171-1/+0
* Timeout for decryptEthan Yonker2017-03-011-0/+35
* Unused variable cleanupMatt Mower2017-01-181-2/+1
* Whitespace cleanupMatt Mower2017-01-181-28/+28
* Add TWRP app install via TWRP recoveryEthan Yonker2016-12-161-1/+4
* Change handling of /cache due to AB devices not having cacheEthan Yonker2016-12-131-2/+8
* Copy Kernel Logsbigbiff bigbiff2016-12-021-0/+10
* Update to android-7.1Ethan Yonker2016-11-301-4/+8
* Make it backwards compatible with 4.4Ethan Yonker2016-08-251-1/+1
* ADB: Add adb backup for TWRP.bigbiff2016-08-011-8/+5
* Rewrite TWRP fstab flag processingMatt Mower2016-05-031-0/+7
* Improve progress bar handling for backup / restore / image flashEthan Yonker2016-03-311-21/+21
* DataManager UpdatesEthan Yonker2016-03-311-1/+2
* Improve max brightness handlingTatsuyuki Ishi2016-01-221-9/+8
* Fix a bunch of messagesMatt Mower2016-01-221-1/+1
* Improve sdcard partitioning processEthan Yonker2016-01-141-0/+19
* Fix Recursive_Mkdir if path doesn't end with "/"that2016-01-041-15/+8
* Multiple Language SupportEthan Yonker2015-12-191-22/+23
* Free some memory allocationsMatt Mower2015-11-121-0/+6
* Fix a bunch of warningsEthan Yonker2015-10-251-1/+1
* remove useless memset and \nXuefer2015-05-291-3/+0
* bootloader: align with AOSP codethat2015-05-181-9/+2
* twrpTar: fix segfault after encrypted backupsthat2015-04-031-4/+4
* Fix reboot for some devicesEthan Yonker2015-03-251-17/+18
* Fix TWFunc::Wait_For_Child reporting success when child segfaultsVojtech Bocek2015-03-201-4/+4
* Replace Auto_Generated name spaces with underscores.bigbiff2015-02-211-1/+3
* Disable stock recovery replacing TWRP during ORSEthan Yonker2015-02-021-1/+13
* Add cancel backup capability.bigbiff2015-01-271-1/+1
* Use /twres instead of /res for theme resourcesDees Troy2015-01-221-8/+8
* twrp-functions: remove unused functionsthat2014-12-291-124/+0
* Update SuperSU to 2.40Ethan Yonker2014-12-181-158/+1
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-3/+8
* Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker2014-12-021-0/+12
* Fix up tw_reboot functionEthan Yonker2014-11-071-3/+10
* fix some compiler warningsthat2014-11-041-1/+1
* display cpu temperature in twrpJenkins2014-10-141-0/+6
* performance profile supportTom Hite2014-10-081-0/+11
* add mtp responder to TWRP.bigbiff bigbiff2014-09-031-0/+18
* Support reading since_epoch and secondary brightness filesxNUTx2014-08-101-4/+70
* Implement "take a screenshot" featureVojtech Bocek2014-07-091-0/+18
* Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()Vojtech Bocek2014-07-091-10/+0
* Track backup and restore progressEthan Yonker2014-07-091-0/+24
* Whitespace and minor code cleanupMatt Mower2014-06-041-2/+2
* Add support for actions triggered by key combinationVojtech Bocek2014-04-161-0/+20
* Fix skipping of relative paths and lost+found in twrpDUVojtech Bocek2014-03-131-0/+25
* Change qcom time error messages to infoDees Troy2014-03-061-3/+3
* Check auto generated backup names for invalid charactersEthan Yonker2014-02-261-0/+4
* fix slash between directoriesbigbiff bigbiff2014-02-231-1/+1
* ifdef some functions that depend on other TWRP partsEthan Yonker2014-02-121-186/+168
* Update SuperSUEthan Yonker2014-02-081-4/+12
* Separate out function for reading /system/build.prop valuesEthan Yonker2014-02-081-25/+31
* Add option to print render time of each frame to log fileVojtech Bocek2014-02-061-0/+6
* Load RTC offset on Qualcomm Krait chips, fixes the broken time & dateVojtech Bocek2014-02-041-0/+93
* 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-33/+0
* Update licenses to all matchDees Troy2013-10-221-0/+18
* Remove trailing spaces on auto generated backup namesDees Troy2013-10-171-0/+7
* Improvements to Update_Log_FileDees Troy2013-09-191-8/+19
* Never generate empty backup nameVojtech Bocek2013-09-171-1/+2
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-15/+32
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-0/+48
* Really fix TWFunc::tw_chmod() for 3-character mode stringVojtech Bocek2013-08-301-32/+41
* Update SuperSU for 4.3 SELinux, 2.6.1.0Dees_Troy2013-08-301-0/+62
* ignore lost+found in all the placesbigbiff bigbiff2013-08-281-1/+1
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-14/+15
* Fix TWFunc::tw_chmod() for 3-character mode stringVojtech Bocek2013-08-241-1/+2
* Revert "Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()"Dees_Troy2013-08-241-43/+12
* Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()Vojtech Bocek2013-07-031-12/+43
* Support encrypted backup filesDees_Troy2013-06-221-0/+199
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-128/+106
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-43/+15
* fixes for fakeflash zipsjt11342013-02-271-2/+2
* Fix compiling on CM7Dees_Troy2013-02-221-1/+5
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-62/+265
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+49
* Add write buffer for tar writesDees_Troy2013-02-071-4/+4
* Use only std::string in TWFunc::Get_Folder_SizeVojtech Bocek2013-02-021-14/+5
* Fix fail over to vfat from exfatDees_Troy2013-02-011-2/+1
* exFAT improvements, fixesDees_Troy2013-01-281-4/+12
* file manager updates for exFATDees_Troy2013-01-281-0/+21
* Remove sockets and FIFOS when removing filesbigbiff bigbiff2013-01-201-1/+1
* Fix wiping problems and save ecrypt keyDees_Troy2013-01-091-26/+26
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-70/+136
* Increase array size to fix crashes on some devicesDees_Troy2012-12-201-1/+1
* Fix output of version numberDees_Troy2012-10-011-25/+0
* Fix compiler warningsDees_Troy2012-09-281-1/+1
* Save version number to storageDees_Troy2012-09-271-0/+26
* Port reboot functions to C++Dees_Troy2012-09-271-0/+128
* Add backup size checkingDees_Troy2012-09-261-2/+10
* Unify portrait layouts againDees_Troy2012-09-261-0/+23
* Fix fstab and unmount problemsDees_Troy2012-09-201-4/+3
* Cleanup extra-functionsDees_Troy2012-09-181-19/+14
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-0/+71
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-0/+164