1. 5038197 Add twrpTar binary by Ethan Yonker · 10 years ago
  2. c590e7b Add rule to make libopenaes_static by Ethan Yonker · 10 years ago
  3. ccb0cf7 Add rule to make libtar_static by Ethan Yonker · 10 years ago
  4. a869edd Remove unused functions by Ethan Yonker · 10 years ago
  5. af2897c ifdef some functions that depend on other TWRP parts by Ethan Yonker · 10 years ago
  6. 374cd71 Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 by Ethan Yonker · 10 years ago
  7. 87af563 Move DataManager functions out of twrpTar.cpp by Ethan Yonker · 10 years ago
  8. f27497f Fix ext4 wiping when no SELinux contexts are defined by Ethan Yonker · 10 years ago
  9. 0385f51 Update SuperSU by Ethan Yonker · 10 years ago
  10. b555789 Separate out function for reading /system/build.prop values by Ethan Yonker · 10 years ago
  11. 175cb7b Merge "Additional mount function call without mount options" into android-4.4 by Dees Troy · 10 years ago
  12. 3b2be98 Merge "Add option to print render time of each frame to log file" into android-4.4 by Dees Troy · 10 years ago
  13. a8aac90 Merge "Restore contexts when doing mkdierhier in libtar Do a restore of loaded file contexts to /data/media directory. This will help denials to be prevented when internal storage is wiped." into android-4.4 by Dees Troy · 10 years ago
  14. e492e27 Merge "Implement mouse cursor" into android-4.4 by Dees Troy · 10 years ago
  15. 75de542 Merge "Expansion of vibrate options" into android-4.4 by Ethan Yonker · 10 years ago
  16. 50b24dd Merge "Add haptic feedback" into android-4.4 by Dees Troy · 10 years ago
  17. 1fc30fc Implement mouse cursor by Vojtech Bocek · 10 years ago
  18. 03db326 Expansion of vibrate options by Ethan Yonker · 10 years ago
  19. 216e042 Additional mount function call without mount options by Dees Troy · 10 years ago
  20. 6b600f9 Restore contexts when doing mkdierhier in libtar by bigbiff bigbiff · 10 years ago
  21. e5ffcd1 Add option to print render time of each frame to log file by Vojtech Bocek · 10 years ago
  22. 6c694b6 Disable alpha blending for non-transparent bitmaps by Vojtech Bocek · 10 years ago
  23. 71e9b04 Add haptic feedback by Samer Diab (S.a.M.e.R_d) · 10 years ago
  24. 4011c71 Merge "Load RTC offset on Qualcomm Krait chips, fixes the broken time & date" into android-4.4 by Dees Troy · 10 years ago
  25. 5760002 Merge "minui: adapt backlight blanking commit to TWRP" into android-4.4 by Dees Troy · 10 years ago
  26. 5f1c7e3 Merge "Don't switch between fast and normal scroll during drag in listviews" into android-4.4 by Dees Troy · 10 years ago
  27. a21b052 Merge "Improve android secure handling" into android-4.4 by Ethan Yonker · 10 years ago
  28. 1a4744a Disable alpha blending for fully opaque rectangles by Vojtech Bocek · 10 years ago
  29. 4a5db2d minui: adapt backlight blanking commit to TWRP by Matt Mower · 10 years ago
  30. a1aad1b Fix error message on split backups by Ethan Yonker · 10 years ago
  31. d0e38bc Load RTC offset on Qualcomm Krait chips, fixes the broken time & date by Vojtech Bocek · 10 years ago
  32. d4d1073 Improve android secure handling by Ethan Yonker · 10 years ago
  33. e0a433a Refactor twrpTar to use TarList by Dees Troy · 10 years ago
  34. 0940e41 minui: Allow devices to blank/unblank using LCD backlight by Ethan Chen · 11 years ago
  35. c7360dd Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc by bigbiff bigbiff · 10 years ago
  36. 06c3f93 Add option to set flag for storage=0 by Ethan Yonker · 10 years ago
  37. 1f4825b Merge "ifdef some file system options that are not available in older trees" into android-4.4 by Dees Troy · 10 years ago
  38. a7b8de5 Fix SELinux function compatibility in older trees by Dees Troy · 10 years ago
  39. c4bc30e ifdef some file system options that are not available in older trees by Dees Troy · 10 years ago
  40. 59e51a4 Don't switch between fast and normal scroll during drag in listviews by Vojtech Bocek · 10 years ago
  41. 3d2baac Fix make file flag name for minzip by Ethan Yonker · 10 years ago
  42. 6f6441d Fix include of cutils by Dees Troy · 10 years ago
  43. b49b652 Merge "Force GUI render after setting brightness" into android-4.4 by Dees Troy · 10 years ago
  44. a6a2642 Merge changes I4c369222,I8a8ad4b3 into android-4.4 by Dees Troy · 10 years ago
  45. 98fb46c Fix handling of storage after decryption by Dees Troy · 10 years ago
  46. 26ff4c0 Enable UMS mounting of storage drives by Jason Riordan · 10 years ago
  47. b53907e Force GUI render after setting brightness by Matt Mower · 10 years ago
  48. d9cb906 Set listener properties for UMS mount/unmount by Matt Mower · 10 years ago
  49. b58e6d2 Initial 240x240 theme by masteroftime · 10 years ago
  50. b99d8f2 Fix white point on top-bar images in some themes by Kra1o5 · 10 years ago
  51. 2e9cb01 Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release by Ibrahim Awwal · 10 years ago
  52. 84a3f1a add errno.h to fix compile errors on other devices by bigbiff bigbiff · 10 years ago
  53. 42f40f5 declare dir for non data/media devices by Dees Troy · 10 years ago
  54. 8d0eb13 Improve SELinux support check by Dees Troy · 10 years ago
  55. 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 · 10 years ago
  56. 4d132ca Merge "Add support for persistent variables in theme's <variables> section" into android-4.4 by Dees Troy · 10 years ago
  57. 504022b Merge "add fix /data/data contexts to fixPermissions only compile symbols if selinux is defined Change-Id: I7c8596360cdf2f715c8e1379fc55ea27d9370393" into android-4.4 by Dees Troy · 10 years ago
  58. 06b91e7 crypto: Fix crypto dependencies for ICS/Samsung methods by OliverG96 · 10 years ago
  59. 62bd9e0 add support for fsflags= option in twrp.fstab file by Hashcode · 11 years ago
  60. aac4854 Support custom graphics.c. by Koushik Dutta · 13 years ago
  61. 81c29dc Add support for persistent variables in theme's <variables> section by Vojtech Bocek · 10 years ago
  62. 872a3b9 add fix /data/data contexts to fixPermissions by bigbiff bigbiff · 11 years ago
  63. 4168a07 Fix render issue when button has conditional by Dees Troy · 10 years ago
  64. 995e88c Add check during boot for SELinux support by Dees Troy · 10 years ago
  65. 8c0f06b Update partition sizes after sideload by Dees Troy · 10 years ago
  66. a2e5efb Merge "Add getfooter tool for crypto debugging" into android-4.4 by Dees Troy · 11 years ago
  67. bc18372 Merge "Update decrypt for 4.4" into android-4.4 by Dees Troy · 11 years ago
  68. 163d474 Add check for making sure theme exists for device by bigbiff bigbiff · 11 years ago
  69. 705f16e Add warning if DEVICE_RESOLUTION is not set in BoardConfig.mk by bigbiff bigbiff · 11 years ago
  70. 8931007 Add getfooter tool for crypto debugging by Dees Troy · 11 years ago
  71. 4dff2e6 Update decrypt for 4.4 by Dees Troy · 11 years ago
  72. 0226cd5 Add reboot binary if it exists to recovery by Dees Troy · 11 years ago
  73. 79ff749 Fix merge conflicts by Dees Troy · 11 years ago
  74. d63c764 Fix building of other utilities by Dees Troy · 11 years ago
  75. ce8d893 Fix updater makefiles by Dees Troy · 11 years ago
  76. bb4c0cb Fix merge conflicts and update for 4.4 kitkat by Dees Troy · 11 years ago
  77. 23f2c39 Skip the = or \n before grabbing Zip_File. by Kevin Steck · 11 years ago
  78. f476692 Ensure root folders get added in split archives by Dees Troy · 11 years ago
  79. d8a26e0 Update licenses to all match by Dees Troy · 11 years ago
  80. 3c71347 Fix spelling error by Dees Troy · 11 years ago
  81. 4c07ab3 Add toolbox_recovery rules by Dees Troy · 11 years ago
  82. 7d5b71c Clean up init.rc by Dees Troy · 11 years ago
  83. 14ca025 Merge "fix getting and setting contexts in selinux" into android-4.3 by Dees Troy · 11 years ago
  84. d0c24c5 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  85. fb9f7f3 Merge "Remove trailing spaces on auto generated backup names" into android-4.3 by Dees Troy · 11 years ago
  86. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  87. 7b69e9d Skip the = or \n before grabbing Zip_File. by Kevin Steck · 11 years ago
  88. d932ce1 Fix spelling error by Dees Troy · 11 years ago
  89. 0cd27a8 Clean up init.rc by Dees Troy · 11 years ago
  90. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  91. 0241670 Merge "Ensure root folders get added in split archives" into twrp2.7 by Dees Troy · 11 years ago
  92. c01ed9e Merge "Add toolbox_recovery rules" into twrp2.7 by Dees Troy · 11 years ago
  93. e6ddddc Merge "Add conditions support to GUIImage" into twrp2.7 by Dees Troy · 11 years ago
  94. ed40077 Ensure root folders get added in split archives by Dees Troy · 11 years ago
  95. a829d5d Remove trailing spaces on auto generated backup names by Dees Troy · 11 years ago
  96. 8d66f8b Add toolbox_recovery rules by Dees Troy · 11 years ago
  97. 6041a78 Add conditions support to GUIImage by Vojtech Bocek · 11 years ago
  98. 91321f6 merge in klp-release history after reset to klp-dev by The Android Automerger · 11 years ago
  99. a2a1ce8 Allow child classes to override the overlay location for the update image. by Michael Runge · 11 years ago
  100. 7e176da Merge "check for space after = too" into twrp2.7 by Dees Troy · 11 years ago