1. 76543db Fix MTD Mounting by Dees_Troy · 11 years ago
  2. 3019a91 FB2PNG: Add fb2png source to TWRP by Talustus · 11 years ago
  3. 83bd483 Support encrypted backup files by Dees_Troy · 11 years ago
  4. 8593234 Add new SliderValue GUI widget by Vojtech Bocek · 11 years ago
  5. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  6. 8794036 add no fb blanking Change-Id: Iaf771257d8f904807ca6f6c1a6c3d7993abadb85 by bigbiff bigbiff · 11 years ago
  7. cdcfee4 use md5.c for computation of md5sums by bigbiff bigbiff · 11 years ago
  8. f33b490 Add option for custom battery path by Dees_Troy · 11 years ago
  9. 7cc278b Add fast scroll bar to fileselector by Vojtech Bocek · 11 years ago
  10. e60683a use libblkid to get filesystem type we can now use libblkid to detect exfat by bigbiff bigbiff · 11 years ago
  11. 2f9117a Configurable timeout and brightness settings by Dees_Troy · 11 years ago
  12. cf33e4d support devices without bootpartition by ChampionSwimmer · 11 years ago
  13. 10c11f6 Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identification by Anatoly Smaznov · 11 years ago
  14. e34c133 Add write buffer for tar writes by Dees_Troy · 11 years ago
  15. 3f5c4e8 Fix fail over to vfat from exfat by Dees_Troy · 11 years ago
  16. b05ddee exFAT improvements, fixes by Dees_Troy · 11 years ago
  17. 1b9c7be move libexfat and fuse to be compiled with mkexfatfs by bigbiff bigbiff · 11 years ago
  18. 31f0e5f change fuse to be compiled with TW_INCLUDE_FUSE_EXFAT by bigbiff bigbiff · 11 years ago
  19. 4546fe7 Add libsparse if it exists by Dees_Troy · 11 years ago
  20. 9c75405 Add libtar to TWRP instead of using busybox tar by bigbiff bigbiff · 11 years ago
  21. 6ff55ce Add Samsung TouchWiz decryption by a3955269 · 11 years ago
  22. 80a90ed Work around MEMERASE ioctl for rk3066 compatibility by Sergey 'Jin' Bostandzhyan · 11 years ago
  23. a0f8a59 redo fix permissions in c++ for faster changes by bigbiff bigbiff · 12 years ago
  24. c04dcf7 Create busybox symlinks during compile by Dees_Troy · 12 years ago
  25. ce2fe77 Revert busybox for CM7 compatibility, add exclamation point to format data by Dees_Troy · 12 years ago
  26. 22ad2cc Create symlinks at compile time for busybox by Dees_Troy · 12 years ago
  27. 9350b8d Update sdcard partitioning to C++ by Dees_Troy · 12 years ago
  28. a58bead Port reboot functions to C++ by Dees_Troy · 12 years ago
  29. 7c2dec8 Add backup size checking by Dees_Troy · 12 years ago
  30. 9df963c Convert makelist to C++ by Dees_Troy · 12 years ago
  31. 812660f Add and improve OpenRecoveryScript support by Dees_Troy · 12 years ago
  32. 8170a92 Cleanup extra-functions by Dees_Troy · 12 years ago
  33. 43d8b00 Update backup and restore code, adb sideload by Dees_Troy · 12 years ago
  34. b9d88ac Move to shared libmincrypt by Dees_Troy · 12 years ago
  35. 38bd760 Add wipe functions, compiles in CM7, text shows in UI, zips install by Dees_Troy · 12 years ago
  36. 32c8eb8 Make text appear in GUI console, Zip install works. by Dees_Troy · 12 years ago
  37. fdf5fcc Move device ID code to data manager by Dees_Troy · 12 years ago
  38. 7d15c25 Hax to make it boot by Dees_Troy · 12 years ago
  39. 51a0e82 TWRP-ify AOSP code by Dees_Troy · 12 years ago
  40. 4eeb379 Use the static version of libsparse by Joe Onorato · 12 years ago
  41. 6396e70 Multiple modules with the same name are going away. by Joe Onorato · 12 years ago
  42. cde94f3 Link against libsparse by Colin Cross · 12 years ago
  43. 41dda82 resolved conflicts for merge of 0b1fee1b to master by Kenny Root · 12 years ago
  44. 779701d Extend recovery and updater to support setting file security contexts. by Stephen Smalley · 12 years ago
  45. 74a6279 libz is a superset of libunz, so we don't need both. by Elliott Hughes · 12 years ago
  46. 1a11449 Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. by Stephen Smalley · 12 years ago
  47. 9270a20 support "sideload over ADB" mode by Doug Zongker · 12 years ago
  48. 32a0a47 move key processing to RecoveryUI by Doug Zongker · 13 years ago
  49. daefc1d C++ class for device-specific code by Doug Zongker · 13 years ago
  50. b88aea8 temporarily remove verifier_test binary by Doug Zongker · 13 years ago
  51. 211aebc refactor ui functions into a class by Doug Zongker · 13 years ago
  52. 28ce47c turn recovery into a C++ binary by Doug Zongker · 13 years ago
  53. b0462e6 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  54. 4c05d95 Fix x86 build. by Ying Wang · 13 years ago
  55. 540d57f remove encrypted filesystem code from recovery by Doug Zongker · 13 years ago
  56. cc8cd3f remove the notion of "root path"; support mixed flash types by Doug Zongker · 14 years ago
  57. db314d6 Working ASLR implementation by Hristo Bojinov · 14 years ago
  58. 49c73a7 support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs by Doug Zongker · 14 years ago
  59. 31f6ee8 Encrypted File Systems part 3. Recovery changes. by Oscar Montemayor · 14 years ago
  60. 512536a relocate applypatch; add type system and new functions to edify by Doug Zongker · 14 years ago
  61. e08991e bump updater API version to 3; deprecate firmware update command by Doug Zongker · 14 years ago
  62. 2521528 am 9b430e11: am 73ae31ce: add a simple unit test for the OTA package verifier by Doug Zongker · 15 years ago
  63. 0523156 Recovery changes for Encrypted File Systems. by Oscar Montemayor · 15 years ago
  64. 73ae31c add a simple unit test for the OTA package verifier by Doug Zongker · 15 years ago
  65. 608fa02 resolved conflicts for merge of 64893ccc to master by Doug Zongker · 15 years ago
  66. 64893cc remove amend by Doug Zongker · 15 years ago
  67. d683785 resolved conflicts for merge of fb2e3af3 to master by Doug Zongker · 15 years ago
  68. fb2e3af let the "firmware" command take the file straight from the package by Doug Zongker · 15 years ago
  69. 6c301e2 am 9931f7f3: edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago
  70. 9dbc027 fix sim build in donut, too by Doug Zongker · 15 years ago
  71. c3885fa fix simulator build by excluding more of recovery by Doug Zongker · 15 years ago
  72. 9931f7f edify extensions for OTA package installation, part 1 by Doug Zongker · 15 years ago
  73. ddd6a28 split out device-specific recovery UI code into vendor directories by Doug Zongker · 15 years ago
  74. 796901d AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read by Doug Zongker · 15 years ago
  75. d1b19b9 AI 144130: Don't build OTA package keys into the recovery binary; read by Doug Zongker · 15 years ago
  76. 19faefa AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 15 years ago
  77. 58bde31 AI 143128: Use PNG instead of BMP for recovery image icons. This saves by Doug Zongker · 15 years ago
  78. c24a8e6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. ffb48f6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. ff3d938 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  81. 23580ca Initial Contribution by The Android Open Source Project · 16 years ago