1. a28a9f3 twrpRepacker: Fix ramdisk_format in Unpack_Image function by sekaiacg · 3 months ago android-12.1
  2. dd03283 theme version: update version for new features by bigbiff · 3 months ago
  3. 110e03a brightness: default is provided by vendor_twrp by Captain Throwback · 3 months ago
  4. 70aaa6e Set cflag for default max brightness by Captain Throwback · 3 months ago
  5. 9bf247e Set default value for TW_MAX_BRIGHTNESS if needed by Captain Throwback · 3 months ago
  6. 08eca09 variadic function: fix syntax by bigbiff · 4 months ago
  7. f2a4ef3 Fix unmapping partitions in fastbootd by Captain Throwback · 3 months ago
  8. 067c00c Flash_Current_Twrp: Unmount /vendor and try to force unmount by sekaiacg · 1 year, 10 months ago
  9. ab76e40 format data: run formatdata.sh after complete by Captain Throwback · 7 months ago
  10. e087eb4 Fix build when TW_MAX_BRIGHTNESS is not set by Captain Throwback · 3 months ago
  11. 8d665fa Update functions from umount2 to Unmount_by_Path by Captain Throwback · 3 months ago
  12. a4a754d recovery settings saved after format data by Fernando Oliveira · 3 months ago
  13. b94ce15 Use umount2 for UnMount function by Captain Throwback · 3 months ago
  14. 8eade06 Fixes the creation of the default folder by Fernando Oliveira · 3 months ago
  15. cf6728b twrp: Unmap super devices before entered fastbootd by Col_or · 5 months ago
  16. 10147a2 prebuilt: include vibrator libs for AIDL haptics by Captain Throwback · 5 months ago
  17. 8af7fe2 twrpRepacker: support vendor_boot and recovery_ab by Darth9 · 4 months ago
  18. 58829be Android.mk: error for missing TW_MAX_BRIGHTNESS by Captain Throwback · 3 months ago
  19. 7499a0f twrp release: a12 3.7.1 by bigbiff · 4 months ago
  20. 666aa3e TimeZone: Terminal timezone sync twrp settings by sekaiacg · 1 year, 10 months ago
  21. ff55566 set data/recovery on devices where the TW_INCLUDE_CRYPTO flag has not been set by Fernando Oliveira · 6 months ago
  22. beaa41e load modules from vendor_boot ramdisk in TWRP instead of depending on init by der_akinator · 5 months ago
  23. c7930f1 Added Sinhala Translations to extra-languages by Captain Throwback · 8 months ago
  24. 440525b battery status: enable use of legacy code by Captain Throwback · 5 months ago
  25. 518e980 Recovery: make STRINGIFY take multiple arguments by nebrassy · 6 months ago
  26. 8fd4be2 Recovery: partially revert change for TW_BRIGHTNESS_PATH makevar by nebrassy · 6 months ago
  27. f7ec29b Recovery: move TWRP makevars to BoardConfigSoong 2/2 by nebrassy · 8 months ago
  28. 7df0e1d twrp-functions: remove conditional for PageManager by Captain Throwback · 6 months ago
  29. a57874b partitionmanager: allow skipping additional fstab processing by Mohd Faraz · 7 months ago
  30. fe8bcd4 kernel_module_loader: Load Modules as early as possible by Mohd Faraz · 8 months ago
  31. 981118d partitionmanager: unmount oem & vendor asap by Mohd Faraz · 8 months ago
  32. 7669320 partition: Perform BLKDISCARD on the block device before flashing image by me-cafebabe · 1 year, 9 months ago
  33. f15d738 twrp: use custom custom fscrypt library [1/2] by Mohd Faraz · 8 months ago
  34. a37d930 twrp: unguard `healthd services` & run battery updation in background by Mohd Faraz · 8 months ago
  35. d4df003 twrp: use health services for battery capacity by Mohd Faraz · 8 months ago
  36. 44e2346 twrp.cpp: set ro.*.build.date.utc props globally on start of recovery by niels · 8 months ago
  37. 1682703 gui.cpp: Only report touchscreen input when screen is on by micky387 · 8 months ago
  38. 8adc696 action.cpp: fix whitespace by Captain Throwback · 8 months ago
  39. 9da1cb6 data.cpp: remove extra slash in settings path by Captain Throwback · 8 months ago
  40. ec37045 twrp.cpp: Split up Partition Setup by Mohd Faraz · 8 months ago
  41. e7b5add Revert "twrp.cpp: move up gui_init in startup process" by Mohd Faraz · 8 months ago
  42. 500c3d2 partitionmanager: add missing newline by Captain Throwback · 8 months ago
  43. 34e27ca twrp.cpp: move up gui_init in startup process by Captain Throwback · 9 months ago
  44. aa3c77a lpdump and lptools: make opt-in instead of opt-out by Captain Throwback · 8 months ago
  45. fcb95dc libxml2: add flag to exclude lib by Captain Throwback · 8 months ago
  46. 7775bcd minuitwrp graphics: Fix RECOVERY_ABGR implementation by KrutosVIP · 8 months ago
  47. fd464d5 kernel_module_loader: add flag to skip GKI folders by Captain Throwback · 9 months ago
  48. 5d3e488 gui: Make framerate configurable by Alexander Winkowski · 1 year, 10 months ago
  49. f209818 twrp.cpp: adjust fastbootd prop set for module loading by Captain Throwback · 9 months ago
  50. 9aa7150 twrp.cpp: Add guard for device without vendor_dlkm partiton by micky387 · 9 months ago
  51. 56f748d twrp.cpp: Add braces for fastboot mode by micky387 · 9 months ago
  52. b2a1f93 fscrypt ENOKEY: ignore error and continue by bigbiff · 1 year, 1 month ago
  53. 25062d7 Set data/recovery for Settings: complementary code by Fernando Oliveira · 1 year, 3 months ago
  54. 44e06ee partition: Set default values for modern partitions by me-cafebabe · 9 months ago
  55. 49f25fa partition: Exclude /data/gsi directory from userdata backup by me-cafebabe · 9 months ago
  56. 3da9176 twrp.cpp: Mount vendor_dlkm in fastbootd mode and add property by micky387 · 9 months ago
  57. fb8aff5 vibrator: Build AIDL V2 libs into TWRP by Woomymy · 1 year, 9 months ago
  58. 88b4bab twrp.cpp: Fix up loading modules by Mohd Faraz · 1 year, 4 months ago
  59. 01ac772 Fix bug: "decryption: Fetch file encryption from applied fstab [1/2]" by sekaiacg · 9 months ago
  60. bc8dce7 MTP: enable new cancel behavior in short packet handling by Ray Chi · 2 years, 11 months ago
  61. 049d830 MTP: add a new parameter for cancelEvents function by Ray Chi · 3 years ago
  62. a174838 Fix bugprone-posix-return warnings by Chih-Hung Hsieh · 4 years ago
  63. 13b2978 MTP: Sanitize filename provided from MTP host by James Wei · 5 years ago
  64. cf8c128 mtp: Update PosixAsyncIO by sekaiacg · 2 years, 4 months ago
  65. 446ccbf decryption: Fetch file encryption from applied fstab [1/2] by Mohd Faraz · 1 year, 3 months ago
  66. 803621b Remove the obsolete hcdumlock stuff by Darth9 · 11 months ago
  67. dbed985 twrp.cpp: fix selinux context of backups and logs with settings in /data/recovery by niels · 1 year, 2 months ago
  68. 29a789e Set the default lun file to one that is more likely to be correct by Darth9 · 1 year, 1 month ago
  69. 9fb13af Support f2fs filesystem compression (needs kernel support and relevant fstab flags) by Darth9 · 1 year, 1 month ago
  70. 2fa94a7 data restore: Fix issues with package restrictions being restored. by Darth9 · 1 year, 2 months ago
  71. 9ab7cf5 decryption: solve specific decryption problems on some devices by Darth9 · 1 year, 3 months ago
  72. d157f26 vold_decrypt: remove deprecated code by Captain Throwback · 1 year, 3 months ago
  73. 88c6e65 super: set a prop after symlinks are created by Captain Throwback · 1 year, 4 months ago
  74. 97b8499 libtar: dynamically choose fscrypt policy [1/2] by Mohd Faraz · 1 year, 4 months ago
  75. 566ef6b libtar: use libtar tag in logging by Mohd Faraz · 1 year, 4 months ago
  76. 073c430 Fix for Change TWRP Folder by Fernando Oliveira · 1 year, 7 months ago
  77. 787cc61 partitionmanager: don't treat non-existing logical partitions by Mohd Faraz · 1 year, 4 months ago
  78. f923110 Set /data/recovery for Settings by Mohd Faraz · 1 year, 11 months ago
  79. 27d676a gui: permanence of custom theme after changing TWRP folder by Fernando Oliveira · 1 year, 4 months ago
  80. 1f5d4ca gui: allow disabling Flash Current TWRP option by Captain Throwback · 1 year, 4 months ago
  81. 775e21d boot-hal-1-2: update service definition by Captain Throwback · 1 year, 6 months ago
  82. acc522f vibrator: Add TW_SUPPORT_INPUT_AIDL_HAPTICS_FIX_OFF by sekaiacg · 1 year, 10 months ago
  83. 38d6efd vibrator: Add TW_SUPPORT_INPUT_AIDL_HAPTICS_FQNAME by sekaiacg · 1 year, 10 months ago
  84. 554dd42 Update Czech translation (by VMach3) by kacskrz · 1 year, 6 months ago
  85. 5c527f7 lpdump: add new library needed in a12 by bigbiff · 2 years, 5 months ago
  86. d07fdb3 release: twrp 3.7.0 a12.1 by bigbiff · 1 year, 7 months ago
  87. 3b494b7 minuitwrp: Fix typo in compiler flags by Tommaso Fonda · 1 year, 7 months ago
  88. 5c4a0aa Unblock partitions before reflashing current TWRP by Darth9 · 1 year, 8 months ago
  89. 2136fc5 Make "Unmap Super Devices" option available to A-only devices by me-cafebabe · 1 year, 10 months ago
  90. b52a481 partition: Mount partition as RO when updating size by me-cafebabe · 1 year, 9 months ago
  91. b0aab75 Restore FDE codes in TWPartition::Setup_Data_Partition() by me-cafebabe · 1 year, 11 months ago
  92. df53b6c fscrypt: move fscrypt to android_system_vold by bigbiff · 2 years, 4 months ago
  93. d56818f flashing: unlock block partitions before installing a zip by bigbiff · 1 year, 8 months ago
  94. 97be432 Enable reboot to fastbootd if TW_INCLUDE_FASTBOOTD is set by me-cafebabe · 1 year, 9 months ago
  95. a3c3aae Update Polish translation by kacskrz · 1 year, 9 months ago
  96. cc683e7 backup: support exclusion of user-defined directories from backups by Darth9 · 1 year, 9 months ago
  97. c061378 gui : Allow changing vertical alignment of status bar icons by Yillié · 1 year, 10 months ago
  98. cb87d9d gui : Add an option to specify a custom x-axis value for status bar items by Yillié · 1 year, 10 months ago
  99. 8f77597 xml: convert ABX xml files to plain text xml files using integrated code by Darth9 · 1 year, 9 months ago
  100. 928234b partitionmanager: Only create logical partition symlink when it doesn't exist by me-cafebabe · 1 year, 9 months ago