1. 440525b battery status: enable use of legacy code by Captain Throwback · 6 months ago
  2. fe8bcd4 kernel_module_loader: Load Modules as early as possible by Mohd Faraz · 9 months ago
  3. a37d930 twrp: unguard `healthd services` & run battery updation in background by Mohd Faraz · 9 months ago
  4. 44e2346 twrp.cpp: set ro.*.build.date.utc props globally on start of recovery by niels · 9 months ago
  5. ec37045 twrp.cpp: Split up Partition Setup by Mohd Faraz · 9 months ago
  6. e7b5add Revert "twrp.cpp: move up gui_init in startup process" by Mohd Faraz · 9 months ago
  7. 34e27ca twrp.cpp: move up gui_init in startup process by Captain Throwback · 10 months ago
  8. f209818 twrp.cpp: adjust fastbootd prop set for module loading by Captain Throwback · 10 months ago
  9. 9aa7150 twrp.cpp: Add guard for device without vendor_dlkm partiton by micky387 · 10 months ago
  10. 56f748d twrp.cpp: Add braces for fastboot mode by micky387 · 10 months ago
  11. 3da9176 twrp.cpp: Mount vendor_dlkm in fastbootd mode and add property by micky387 · 10 months ago
  12. 88b4bab twrp.cpp: Fix up loading modules by Mohd Faraz · 1 year, 5 months ago
  13. dbed985 twrp.cpp: fix selinux context of backups and logs with settings in /data/recovery by niels · 1 year, 3 months ago
  14. df53b6c fscrypt: move fscrypt to android_system_vold by bigbiff · 2 years, 5 months ago
  15. 00f0dcd twrp-depmod: only run when TW_LOAD_VENDOR_MODULES is set (1/2) by Captain Throwback · 2 years, 2 months ago
  16. 1483a8e Partition_Property_Get: Get props from additional partitions by Captain Throwback · 2 years, 5 months ago
  17. 7cd3abb Adding TARGET_OTA_ASSERT_DEVICE flag for custom device asserts by DarthJabba9 · 2 years, 6 months ago
  18. 9124c93 fastbootd: Check for and run startup script if script exists by MD Raza · 2 years, 6 months ago
  19. 2b9ea72 System_Property_Get: Allow specifying multiple prop file paths by Captain Throwback · 2 years, 5 months ago
  20. 3345ceb postrecoveryboot: rename script to reflect recovery mode by Captain Throwback · 2 years, 6 months ago
  21. aefc2ab module load: don't processed /vendor in fastbootd if not required by Ctapchuk · 2 years, 7 months ago
  22. 83298f5 custom theme: fix libziparchive loading of custom themes by bigbiff · 2 years, 8 months ago
  23. 850fa28 kernel loader: don't try to reload modules already loaded by init by bigbiff · 2 years, 8 months ago
  24. 22851b9 module load: attempt to load modules from /vendor by bigbiff · 2 years, 9 months ago
  25. bcd23d3 wrappedkey: import fixes from lineage by bigbiff · 2 years, 8 months ago
  26. a721f95 Add support to change TWRP Folder by epicX · 3 years, 5 months ago
  27. 89b56a1 Remove duplicate Update_System_Details() function calls by Captain Throwback · 3 years, 4 months ago
  28. 271bb3a reduced the checkforapp function call to reduce unwanted log info by epicX · 3 years, 5 months ago
  29. a991022 Fix TWRP starting in English no matter what. by Ian Macdonald · 3 years, 7 months ago
  30. 81d638d Add support for multi-user decryption by Noah Jacobson · 5 years ago
  31. df8436b fastboot: implement fastbootd in twrp by bigbiff · 3 years, 9 months ago
  32. 815e240 Fixes Decryption prompt asking when not needed by Mohd Faraz · 3 years, 9 months ago
  33. 1e0474a Unconditionally call DataManager::ReadSettingsFile(). by Ian Macdonald · 3 years, 9 months ago
  34. 8da46fa Revert "Implement autodetection for SAR, based on the installed system" by bigbiff · 3 years, 9 months ago
  35. dc0823c TW_OVERRIDE_SYSTEM_PROPS: move up to just after fstab processing by Captain Throwback · 3 years, 9 months ago
  36. e3948ec Fix up issue during decryption by Mohd Faraz · 3 years, 10 months ago
  37. ad58e1b repack: move sbin to /system ramdisk and update repacking for android-10 by bigbiff · 4 years ago
  38. 3db1ffc Merge "persist logs: remove persist from available log directories in partitions." into android-10.0 by bigbiff · 3 years, 9 months ago
  39. b7cefd1 TW_OVERRIDE_SYSTEM_PROPS: move to after super partition is set up by Captain Throwback · 3 years, 9 months ago
  40. aac5861 persist logs: remove persist from available log directories in partitions. by bigbiff · 3 years, 9 months ago
  41. 25d25b9 log storage: change AB device log storage to /data/recovery by bigbiff · 4 years ago
  42. 86fabbe vendor partition: mount if found in super by bigbiff · 4 years ago
  43. 7ba7500 decrypt: AOSP 10 requires the use of fscrypt by bigbiff · 4 years, 2 months ago
  44. 32cbabe apex: mount up apex files into /sbin for library access by bigbiff · 4 years, 2 months ago
  45. ee7b7ff super partition: mount super partitions using fs_mgr by bigbiff · 4 years, 2 months ago
  46. adc599e Revert "Add support for multi-user decryption" by bigbiff · 4 years ago
  47. 0b25b1d Add support for multi-user decryption by Noah Jacobson · 5 years ago
  48. 437b93a Merge remote-tracking branch 'origin/android-9.0' into android-10.0 by bigbiff · 4 years, 1 month ago
  49. 0d9a62e Remove Extra spaces occured while using multiline string variable by Mohd Faraz · 4 years, 3 months ago
  50. 01a1799 Add flag for overwriting properties with system values by Chaosmaster · 4 years, 4 months ago
  51. f6e42ce Implement autodetection for SAR, based on the installed system by Chaosmaster · 4 years, 4 months ago
  52. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 2 months ago
  53. f8d0e21 openrecoveryscript: do not skip decryption even if using block.map by Captain Throwback · 5 years ago
  54. e9a49ef Adding Edl button in reboot menu by mauronofrio · 6 years ago
  55. 19874f1 AB/Non AB Devices: updates for moving cache by bigbiff bigbiff · 5 years ago
  56. 9d6feb5 twrp: use ANDROID_ROOT environment variable by Captain Throwback · 6 years ago
  57. a344ac6 Fix installing OTAs without decrypting by Ethan Yonker · 6 years ago
  58. fa67cbf Remove SuperSU by Ethan Yonker · 6 years ago
  59. 72638b6 Skip decryption when installing mapped zips by Gabriele M · 6 years ago
  60. 53273ec Don't rename twrp.fstab to recovery.fstab by Ethan Yonker · 6 years ago
  61. 19fb79c ADB Backup: add ability for TWRP GUI to restore by bigbiff bigbiff · 8 years ago
  62. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  63. 84d61ce Update TWRP to AOSP 7.1.2 by Ethan Yonker · 7 years ago
  64. 653a170 Tweak MTP startup routine by Matt Mower · 7 years ago
  65. e07f010 Fix handling of USB config during MTP switching by Matt Mower · 7 years ago
  66. a8e6d83 Do not unconditionally remove MTP storage on unmount by Matt Mower · 7 years ago
  67. 84830ce Only change USB mode to mtp when ready for MTP by Matt Mower · 7 years ago
  68. 3626bdc bldrmsg: Only emmc /misc is supported by Matt Mower · 7 years ago
  69. 8741364 SELinux can be assumed for Android 4.4+ by Matt Mower · 7 years ago
  70. 23d8aae Unused variable cleanup by Matt Mower · 7 years ago
  71. a8a89d1 Whitespace cleanup by Matt Mower · 7 years ago
  72. ff2b788 Change handling of /cache due to AB devices not having cache by Ethan Yonker · 7 years ago
  73. 3fdcda4 Improve backup & wipe exclusion handling by Ethan Yonker · 8 years ago
  74. b523650 Update to android-7.1 by Ethan Yonker · 8 years ago
  75. 534d4e0 Fix compatibility across the board by Ethan Yonker · 8 years ago
  76. f117962 Make it backwards compatible with 4.4 by Ethan Yonker · 8 years ago
  77. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  78. 0e2140e Add git revision to startup message in recovery.log by that · 8 years ago
  79. 051f476 Check sdk version for M before offering to root by Ethan Yonker · 8 years ago
  80. 3aa66be Append AOSP recovery commands inline by Ethan Yonker · 8 years ago
  81. 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
  82. 9546019 Fix short circuit on tw_mount_system_ro by Matt Mower · 9 years ago
  83. 1673e3d Treat /vendor like /system for read only by Ethan Yonker · 9 years ago
  84. b909aae Fix minor interface bug: No-SU prompt after no-OS prompt by Davis Mosenkovs · 9 years ago
  85. c798c9c Merge up to AOSP marshmallow-release by Ethan Yonker · 9 years ago
  86. 89583ef Fix up some TW_OEM_BUILD things by Ethan Yonker · 9 years ago
  87. 961d20e Make system read only show no matter what on first TWRP boot by Ethan Yonker · 9 years ago
  88. 0e2c657 Fix system read only behavior during boot by Ethan Yonker · 9 years ago
  89. eb32b1f Mount system as read-only by default by Ethan Yonker · 9 years ago
  90. 4e0e3fc bootloader: align with AOSP code by that · 9 years ago
  91. bc2bc6b Fix reboot for some devices by Ethan Yonker · 9 years ago
  92. 9132d91 Disable stock recovery replacing TWRP during ORS by Ethan Yonker · 9 years ago
  93. d9ff3c5 Hide some non critical error messages by Ethan Yonker · 9 years ago
  94. fd0439e Move ORS command line into main thread by Ethan Yonker · 9 years ago
  95. cf50da5 Fix handling of custom themes after decrypt by Ethan Yonker · 9 years ago
  96. cc8ddca fix adb sideload by that · 9 years ago
  97. df7abac Do not toggle USB ID during MTP startup if not needed by Ethan Yonker · 9 years ago
  98. f9f99bc Ingore SIGPIPE errors by Ethan Yonker · 9 years ago
  99. e3e8829 Update SuperSU to 2.40 by Ethan Yonker · 9 years ago
  100. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 9 years ago