1. a957f07 FsCrypt update: support fscrypt policies v1 and v2 by bigbiff · 3 years, 4 months ago
  2. a721f95 Add support to change TWRP Folder by epicX · 3 years, 6 months ago
  3. 271bb3a reduced the checkforapp function call to reduce unwanted log info by epicX · 3 years, 6 months ago
  4. df8436b fastboot: implement fastbootd in twrp by bigbiff · 3 years, 10 months ago
  5. ad58e1b repack: move sbin to /system ramdisk and update repacking for android-10 by bigbiff · 4 years ago
  6. aac5861 persist logs: remove persist from available log directories in partitions. by bigbiff · 3 years, 10 months ago
  7. 25d25b9 log storage: change AB device log storage to /data/recovery by bigbiff · 4 years ago
  8. 7ba7500 decrypt: AOSP 10 requires the use of fscrypt by bigbiff · 4 years, 3 months ago
  9. ee7b7ff super partition: mount super partitions using fs_mgr by bigbiff · 4 years, 3 months ago
  10. 65633a4 Add optional PartitionManager and Mount_Point to by Chaosmaster · 4 years, 5 months ago
  11. 461e39f Add TWFunc::Property_Override(name, value) to override properties by Chaosmaster · 4 years, 5 months ago
  12. 76bbd3a Add option to uninstall TWRP app from /system by Ethan Yonker · 5 years ago
  13. e4bdb15 AB Cache dir: If device doesn't have /data/cache for FBE, we should by bigbiff bigbiff · 5 years ago
  14. 7e94158 Support both old and new mkfs.f2fs by Ethan Yonker · 5 years ago
  15. e9a49ef Adding Edl button in reboot menu by mauronofrio · 6 years ago
  16. 19874f1 AB/Non AB Devices: updates for moving cache by bigbiff bigbiff · 5 years ago
  17. fa67cbf Remove SuperSU by Ethan Yonker · 6 years ago
  18. 98fc399 Use /persist as Qualcomm time fix source during early boot by nkk71 · 7 years ago
  19. 6e8c27a Support v2 fstab format by Ethan Yonker · 8 years ago
  20. 19fb79c ADB Backup: add ability for TWRP GUI to restore by bigbiff bigbiff · 8 years ago
  21. 56cf564 twrpDigest refactor by bigbiff bigbiff · 8 years ago
  22. ddb63e2 Timeout for decrypt by Ethan Yonker · 7 years ago
  23. bad332a Copy Kernel Logs by bigbiff bigbiff · 8 years ago
  24. ce8f83c ADB: Add adb backup for TWRP. by bigbiff · 9 years ago
  25. 2416a50 Rewrite TWRP fstab flag processing by Matt Mower · 8 years ago
  26. 472f506 Improve progress bar handling for backup / restore / image flash by Ethan Yonker · 8 years ago
  27. 483e9f4 Improve sdcard partitioning process by Ethan Yonker · 8 years ago
  28. 9132d91 Disable stock recovery replacing TWRP during ORS by Ethan Yonker · 9 years ago
  29. fcdb76d twrp-functions: remove unused functions by that · 10 years ago
  30. e3e8829 Update SuperSU to 2.40 by Ethan Yonker · 10 years ago
  31. 1710bf2 display cpu temperature in twrp by Jenkins · 10 years ago
  32. 5a92672 performance profile support by Tom Hite · 10 years ago
  33. c7eee6f add mtp responder to TWRP. by bigbiff bigbiff · 10 years ago
  34. e85f02d Support reading since_epoch and secondary brightness files by xNUTx · 10 years ago
  35. 03fd6c5 Implement "take a screenshot" feature by Vojtech Bocek · 10 years ago
  36. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  37. 0b7fe50 Add support for actions triggered by key combination by Vojtech Bocek · 10 years ago
  38. 05f87d6 Fix skipping of relative paths and lost+found in twrpDU by Vojtech Bocek · 10 years ago
  39. a869edd Remove unused functions by Ethan Yonker · 10 years ago
  40. af2897c ifdef some functions that depend on other TWRP parts by Ethan Yonker · 10 years ago
  41. b555789 Separate out function for reading /system/build.prop values by Ethan Yonker · 10 years ago
  42. e5ffcd1 Add option to print render time of each frame to log file by Vojtech Bocek · 10 years ago
  43. d0e38bc Load RTC offset on Qualcomm Krait chips, fixes the broken time & date by Vojtech Bocek · 10 years ago
  44. 34684ff Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. by bigbiff bigbiff · 11 years ago
  45. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  46. 0553420 Add TWFunc::Exec_Cmd() with no 'result' agrument by Vojtech Bocek · 11 years ago
  47. b21cc64 Pull ROM info from build.prop for backup names by Dees Troy · 11 years ago
  48. 37aeb8d Really fix TWFunc::tw_chmod() for 3-character mode string by Vojtech Bocek · 11 years ago
  49. fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
  50. 83bd483 Support encrypted backup files by Dees_Troy · 11 years ago
  51. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  52. cdcfee4 use md5.c for computation of md5sums by bigbiff bigbiff · 11 years ago
  53. 6ef6635 Check for root and root perms and offer to install/fix by Dees_Troy · 11 years ago
  54. 8a68c31 This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. by bigbiff bigbiff · 11 years ago
  55. 2e97ec5 Use only std::string in TWFunc::Get_Folder_Size by Vojtech Bocek · 11 years ago
  56. 3ee47bc file manager updates for exFAT by Dees_Troy · 11 years ago
  57. 9c75405 Add libtar to TWRP instead of using busybox tar by bigbiff bigbiff · 11 years ago
  58. 01a9b7a Fix output of version number by Dees_Troy · 12 years ago
  59. 3477d71 Save version number to storage by Dees_Troy · 12 years ago
  60. a58bead Port reboot functions to C++ by Dees_Troy · 12 years ago
  61. 7c2dec8 Add backup size checking by Dees_Troy · 12 years ago
  62. b46a684 Unify portrait layouts again by Dees_Troy · 12 years ago
  63. 43d8b00 Update backup and restore code, adb sideload by Dees_Troy · 12 years ago
  64. 38bd760 Add wipe functions, compiles in CM7, text shows in UI, zips install by Dees_Troy · 12 years ago