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