1. d3ec059 Fix image flashing by Ethan Yonker · 8 years ago
  2. c0d40de Clean up PartitionSettings by Ethan Yonker · 8 years ago
  3. bedb920 Fix restore of subpartitions by Ethan Yonker · 8 years ago
  4. 9079c85 MD5 checking: fix issues introduced with adb backup patchset by bigbiff bigbiff · 8 years ago
  5. bfccfb8 Finish creating disable_free_space_check variable by Matt Mower · 8 years ago
  6. 9fa76ba Allow running of a custom script after factory reset by Ethan Yonker · 8 years ago
  7. a481d36 Fix md5 creation from adb backup patch. by bigbiff bigbiff · 8 years ago
  8. 9643a80 Add typecode to sgdisk for proper detection in Android by Captain Throwback · 8 years ago
  9. ce8f83c ADB: Add adb backup for TWRP. by bigbiff · 8 years ago
  10. 72c87ce Wait to mount until after fstab processed by Matt Mower · 8 years ago
  11. 2b2dd15 Remove char/string conversions in fstab processing by Matt Mower · 8 years ago
  12. 4ab42b1 Rewrite FS fstab flag processing by Matt Mower · 8 years ago
  13. 308b1ca Really remove all old SP* flags and code by Ethan Yonker · 8 years ago
  14. 472f506 Improve progress bar handling for backup / restore / image flash by Ethan Yonker · 8 years ago
  15. fe91611 DataManager Updates by Ethan Yonker · 8 years ago
  16. fddbdfa Don't add subpartitions to restore list by James Christopher Adduono · 8 years ago
  17. 9a561dd partitions: Fix path based Find_Next_Storage by Matt Mower · 8 years ago
  18. fcf3f24 Fix adopted storage when andsec flag is present by Ethan Yonker · 8 years ago
  19. 1fdcdb7 partitions: Avoid duplicate UMS mounts by Matt Mower · 8 years ago
  20. 2053fe0 gui: add german translation by z31s1g · 8 years ago
  21. b5fab76 Replace fix permissions with fix contexts for emulated storage by Ethan Yonker · 8 years ago
  22. 66a1949 Adopted Storage support by Ethan Yonker · 8 years ago
  23. 4adc33e Fix (Auto Generate) handling for backup names by Ethan Yonker · 8 years ago
  24. 3c36697 Fix a bunch of messages by Matt Mower · 8 years ago
  25. b78fbdf Improve flash image handling of mounting by Ethan Yonker · 8 years ago
  26. 483e9f4 Improve sdcard partitioning process by Ethan Yonker · 8 years ago
  27. 7d304c7 Generate new format /etc/fstab by dianlujitao · 8 years ago
  28. 2d50cad Remove dead code: TW_HAS_DUAL_STORAGE by Matt Mower · 9 years ago
  29. 56db1c4 Fix gui_msg %s to {1} call by Ethan Yonker · 8 years ago
  30. 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
  31. a1de149 Minor update to decrypt device routine for Nexus 6P decrypt by Ethan Yonker · 9 years ago
  32. 37d4299 Properly set sys.usb.config when ums is enabled. by HandyMenny · 10 years ago
  33. c798c9c Merge up to AOSP marshmallow-release by Ethan Yonker · 9 years ago
  34. 89583ef Fix up some TW_OEM_BUILD things by Ethan Yonker · 9 years ago
  35. 9416f4f partition: recreate tw_internal_path(/data/media/0), after wipe media from data or format /data. by xiaolu · 9 years ago
  36. a271915 Add resize2fs and ability to run resize2fs via GUI by Ethan Yonker · 9 years ago
  37. eb32b1f Mount system as read-only by default by Ethan Yonker · 9 years ago
  38. 203bcc9 partitionmanager: remove broken and unused progress calculation code by that · 9 years ago
  39. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  40. bf1d672 Theme: Add ability to disable size checking before backup by bigbiff · 9 years ago
  41. 1b03920 MTP: make MTP work even if unplugged and replugged by Ethan Yonker · 9 years ago
  42. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  43. d9ff3c5 Hide some non critical error messages by Ethan Yonker · 9 years ago
  44. 96af84a Allow flashing of images via the GUI by Ethan Yonker · 9 years ago
  45. df7abac Do not toggle USB ID during MTP startup if not needed by Ethan Yonker · 9 years ago
  46. abb5c4e Move sleep during MTP startup to MTP thread by Ethan Yonker · 9 years ago
  47. 4bfabab Check for valid MTP_Storage_ID before adding or removing by Ethan Yonker · 9 years ago
  48. 0c53203 Fix else if and maxFileSize initializer. by bigbiff · 9 years ago
  49. a3d31fb fixPermissions: simplify code, fix bugs by that · 9 years ago
  50. 726a020 MTP add/remove storage instead of disabling MTP by Ethan Yonker · 9 years ago
  51. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 9 years ago
  52. b6ef478 Revert "Fix USB Mass Storage on some devices" by Matt Mower · 10 years ago
  53. d5c6069 This fixes kernel panic on find7 when disabling MTP before flashing zips. by bigbiff · 9 years ago
  54. 0bc17c6 Fix occasional MTP kernel panic by Ethan Yonker · 9 years ago
  55. 7cb4c33 add function to partition.cpp to return max file size to mtp responder by bigbiff · 10 years ago
  56. 253368a Reduce libs needed for decrypt and clean up old decypt files by Ethan Yonker · 10 years ago
  57. ec0fa4a Properly set tw_settings_path after decrypt on data media devices by Ethan Yonker · 10 years ago
  58. 2b55601 Add /firmware to the mount list for L decrypt by Ethan Yonker · 10 years ago
  59. cceebb8 Tweak 5.0 L decrypt by Ethan Yonker · 10 years ago
  60. 4eca40d Add lollipop decrypt support by Ethan Yonker · 10 years ago
  61. 9eb1cd4 Fix USB Mass Storage on some devices by Ethan Yonker · 10 years ago
  62. 39b7c16 add "done" after "Updating partition details..." by that · 11 years ago
  63. 78d0c5f partitionmanager: remove unused By_Block and By_Name methods by that · 10 years ago
  64. 5a92672 performance profile support by Tom Hite · 10 years ago
  65. 9e0593e mtp: cleanup, fixes and performance improvements by that · 10 years ago
  66. 6277c79 Attempt to automatically identify data/media devices by Ethan Yonker · 10 years ago
  67. 1eff6cd Additional checks to prevent partitioning internal storage by Ethan Yonker · 10 years ago
  68. 8613dc0 Fix handling of MTP fork/child process by Ethan Yonker · 10 years ago
  69. 8dfa777 MTP: Use fork instead of pthread by Ethan Yonker · 10 years ago
  70. 6d154c4 Allow toggle of MTP debug by Ethan Yonker · 10 years ago
  71. c7eee6f add mtp responder to TWRP. by bigbiff bigbiff · 10 years ago
  72. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  73. bf2cb1c Color in the console by Ethan Yonker · 10 years ago
  74. fb1c4ff Whitespace and minor code cleanup by Matt Mower · 10 years ago
  75. 87c7bac Add options to repair or change file system by Ethan Yonker · 10 years ago
  76. 93cb1ef Fix crash while loading config due to incorrect tw_storage_path by Vojtech Bocek · 10 years ago
  77. ee71706 Fix multiple lun file USB mounting by Matt Mower · 10 years ago
  78. ed71fa3 Only setup settings,andsec partitions if available by Matt Mower · 10 years ago
  79. bf4efa3 Support alternative .android_secure location by Matt Mower · 10 years ago
  80. e65e35c Merge "Fix display of .android_secure size in Backup" into android-4.4 by Dees Troy · 10 years ago
  81. 74a149b Merge changes Ia75c34ab,I5743d9b9 into android-4.4 by Ethan Yonker · 10 years ago
  82. ed42690 Fix display of .android_secure size in Backup by Matt Mower · 10 years ago
  83. 47360be Improve USB Storage handling by Ethan Yonker · 10 years ago
  84. 0733881 if md5 check is not selected for subpartitions, don't check it. by bigbiff bigbiff · 10 years ago
  85. 02a6453 Re-arrange handling of settings storage partition by Dees Troy · 10 years ago
  86. c05c598 Improve handling of settings storage and android secure by Ethan Yonker · 10 years ago
  87. 4159aed Restore capabilities to run-as binary by Dees Troy · 10 years ago
  88. 71413f4 Check crypto footer before offering to decrypt by Ethan Yonker · 10 years ago
  89. f08ada8 Allow recovery to be restored if backup=1 flag is present in recovery.fstab by bigbiff bigbiff · 10 years ago
  90. d4d1073 Improve android secure handling by Ethan Yonker · 10 years ago
  91. 6f6441d Fix include of cutils by Dees Troy · 10 years ago
  92. a6a2642 Merge changes I4c369222,I8a8ad4b3 into android-4.4 by Dees Troy · 10 years ago
  93. 98fb46c Fix handling of storage after decryption by Dees Troy · 11 years ago
  94. d9cb906 Set listener properties for UMS mount/unmount by Matt Mower · 10 years ago
  95. 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
  96. 62bd9e0 add support for fsflags= option in twrp.fstab file by Hashcode · 11 years ago
  97. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  98. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  99. 0553420 Add TWFunc::Exec_Cmd() with no 'result' agrument by Vojtech Bocek · 11 years ago
  100. b21cc64 Pull ROM info from build.prop for backup names by Dees Troy · 11 years ago