1. 7eb03f4 recovery: init: Add console service by Aaron Kling · 2 years, 9 months ago
  2. b7dbb91 fastboot: Prefer ro.boot.hardware.revision for hw-revision by Michael Bestas · 3 years, 3 months ago
  3. ce7db6c fastboot: Hide bootloader/baseband/hw versions if empty by Michael Bestas · 3 years, 3 months ago
  4. ef2d132 recovery: Correct touch position with overscan by Alessandro Astone · 3 years, 5 months ago
  5. 7b8898b volume_manager: Move bind/mount failure from ERROR to WARNING by Nolen Johnson · 3 years, 4 months ago
  6. be2a223 recovery: Allow comma separated codename assertions by Erfan Abdi · 3 years, 5 months ago
  7. 1464573 recovery.cpp: Fix typo when unmounting system by Mohammad Hasan Keramat J · 3 years, 9 months ago
  8. 2b50094 recovery: Allow separating device asserts with a colon too by Alessandro Astone · 3 years, 9 months ago
  9. 9987afd recovery: make wiping dynamic partitions work by Tim Zimmermann · 4 years, 2 months ago
  10. 218e5e5 Add controller support by Aaron Kling · 6 years ago
  11. b357f8e recovery: Add ability to unmount system by Michael Bestas · 4 years, 7 months ago
  12. f9a5f05 recovery: Support writing to Virtual A/B partitions by aleasto · 4 years, 7 months ago
  13. 8144be8 recovery: Allow going back in rescue party menu by Alessandro Astone · 4 years, 7 months ago
  14. 80533a9 recovery: Don't print mount errors when checking for encryption by Alessandro · 5 years ago
  15. 2b16d59 recovery: Hide unmountable volumes from selection by Tom Marshall · 6 years ago
  16. 3e10175 recovery: Implement a volume manager by Tom Marshall · 7 years ago
  17. 6e13273 applypatch: Update recovery only when enabled in Updater settings by Brint E. Kriebel · 11 years ago
  18. e0a6a46 minui: Allow skipping EV_REL input devices. by Vitalii Kulikov · 9 years ago
  19. 4d822dd recovery: allow A/B updater to downgrade by Alessandro Astone · 5 years ago
  20. 7cb5d3e recovery: Allow bypassing signature verification on non-release builds by Tom Marshall · 7 years ago
  21. bd9522c recovery: Always use the text menu for rescue party by Alessandro Astone · 4 years, 10 months ago
  22. eacdb4c recovery: Draw header lines with less padding by Alessandro Astone · 4 years, 10 months ago
  23. 189b2ed recovery: Map logical partitions before installation by Erfan Abdi · 5 years ago
  24. a5d931d recovery: Remove the "Format system partition" menu on A/B devices by Richard Hansen · 5 years ago
  25. d3519ab recovery_ui: Tell the user they're actually formatting by Nolen Johnson · 5 years ago
  26. 698aaae recovery: use ensure_volume_unmounted in format_volume by Alessandro Astone · 5 years ago
  27. b379c2e recovery: Add runtime checks for A/B vs traditional updates by Christopher N. Hesse · 7 years ago
  28. 20434a9 recovery: Add "Enable ADB" to advanced options by LuK1337 · 5 years ago
  29. 1df126f recovery: Print the active slot by Richard Hansen · 5 years ago
  30. 833c024 recovery: Display BlissRoms recovery version by Richard Hansen · 5 years ago
  31. ffca549 recovery: Draw the help message below the menu on non-touch devices by Richard Hansen · 5 years ago
  32. b2078c3 recovery: Clarify help text by Richard Hansen · 5 years ago
  33. 374bd60 recovery: Set the INFO color to the recovery/fastboot light color by Richard Hansen · 5 years ago
  34. 1661f0c recovery: apply new design to menu padding, color and arrow by Jesse Chan · 5 years ago
  35. e934c57 recovery: Stop showing fastbootd logo for devices without it by Nicholas Lim · 5 years ago
  36. 653861d recovery: add new recovery and fastbootd logos by Alessandro Astone · 5 years ago
  37. 2936840 recovery: compute displayable item count while drawing by Alessandro Astone · 5 years ago
  38. 79e3416 recovery: Dejank the menus by Tom Marshall · 11 years ago
  39. cb791fa recovery: split in submenus by Tom Marshall · 5 years ago
  40. 246e563 recovery: calibrate touchscreen by Tom Marshall · 6 years ago
  41. 5a29fcb recovery: New install/progress animation by Tom Marshall · 7 years ago
  42. 07bcaa3 recovery: touch UI by Tom Marshall · 5 years ago
  43. a2cbdef recovery: simple graphical ui by Alessandro Astone · 5 years ago
  44. a056165 recovery: Mark as BlissRoms Recovery by Nolen Johnson · 5 years ago
  45. 3c4fde0 recovery: allow opting-in to fastbootd by Alessandro Astone · 5 years ago
  46. 137f787 recovery: sdcard is data/media/0 by Alessandro Astone · 6 years ago
  47. 0692e39 recovery: symlink /sbin for script compatibility by Alessandro Astone · 6 years ago
  48. 01fa577 recovery: init: mount pstore fs by Vojtech Bocek · 10 years ago
  49. f9d52d0 recovery: make /etc/fstab only include entries that match the detected fs type by Alessandro Astone · 5 years ago
  50. 2d46dfb recovery: Puke out an /etc/fstab so stuff like busybox/toybox is happy by Steve Kondik · 12 years ago
  51. 432c6a0 recovery: Get a proper shell environment in recovery by Steve Kondik · 12 years ago
  52. be310cd recovery: Provide caching for sideload files by Tom Marshall · 11 years ago
  53. e323076 Don't allow formatting & mounting system on user builds by Luca Stefani · 5 years ago
  54. 9ed8cd1 recovery: Also hide rescue mode from non eng builds by Michael Bestas · 6 years ago
  55. 43d164e recovery: Only show tests in eng builds by Michael Bestas · 6 years ago
  56. c83ba59 recovery: Expose reboot to recovery option by Michael Bestas · 6 years ago
  57. 27e38d1 recovery: Enable the menu for User builds by Pat Erley · 10 years ago
  58. b21efb8 recovery: Add wipe system partition option by Michael Bestas · 6 years ago
  59. a940e98 recovery_utils: add support for unmounting entire volumes by Simon Shields · 6 years ago
  60. 30a1974 recovery: Don't consider manual install aborts as errors by Alessandro Astone · 4 years, 10 months ago
  61. cdce222 recovery: Provide sideload cancellation by Tom Marshall · 7 years ago
  62. ed7696c recovery: Allow device-specific recovery modules by Matt Mower · 11 years ago
  63. db53c5a recovery: Blank screen on init by Michael Bestas · 6 years ago
  64. eb7a081 recovery: ui: Support hardware virtual keys by Tom Marshall · 8 years ago
  65. 2a4d501 recovery: ui: Minor cleanup for touch code by Tom Marshall · 8 years ago
  66. 8001e12 recovery: ui: Default to touch enabled by Tom Marshall · 8 years ago
  67. 8ac85d8 Bring back file-based OTA edify functions by Michael Bestas · 6 years ago
  68. 76ec228 Snap for 10580647 from 7d0563803adbfc787293981cbf9933a48c7e84b0 to udc-d1-release by Android Build Coastguard Worker · 2 years ago
  69. 7d05638 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6c8fb3fe72 -s ours am: e3ded1bab0 -s ours by Bill Yi · 2 years ago
  70. e3ded1b [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6c8fb3fe72 -s ours by Bill Yi · 2 years ago
  71. 074c30e Snap for 10573380 from 4f699295cb5905fe24faad4a8e04e563bfe075ed to udc-d1-release by Android Build Coastguard Worker · 2 years ago
  72. 21801d4 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 686da02c37 -s ours am: 6065832835 -s ours by Bill Yi · 2 years ago
  73. 6065832 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 686da02c37 -s ours by Bill Yi · 2 years ago
  74. 4f69929 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: fc8ec87f31 -s ours by Bill Yi · 2 years ago
  75. 686da02 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
  76. fc8ec87 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
  77. 6c8fb3f Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
  78. ab4b29b Snap for 10551705 from 0b012dc38b2d8ceedb68a5bb251d3df172aa8283 to udc-d1-release by Android Build Coastguard Worker · 2 years ago
  79. 0b012dc Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
  80. 9f109ad Snap for 10070964 from a8c33fbfcf238a245ae1e5b9fe6104eae13088e9 to udc-d1-release by Android Build Coastguard Worker · 2 years, 3 months ago
  81. a8c33fb [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev am: 654e7f4694 -s ours by Treehugger Robot · 2 years, 3 months ago
  82. 729b757 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: def2eb95fd -s ours by Bill Yi · 2 years, 3 months ago
  83. 654e7f4 Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev by Treehugger Robot · 2 years, 3 months ago
  84. 5772be4 Snap for 10063112 from f301944b2bfde41794217e5123460bc1f7f840d8 to udc-d1-release by Android Build Coastguard Worker · 2 years, 3 months ago
  85. f301944 Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-d1-dev by Treehugger Robot · 2 years, 3 months ago
  86. e131fc6 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 3cd832292f -s ours am: 885c59e5fa -s ours by Bill Yi · 2 years, 3 months ago
  87. 885c59e [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 3cd832292f -s ours by Bill Yi · 2 years, 3 months ago
  88. da99dd5 [automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: ed227bcb35 am: 5df5f9b476 -s ours by Bill Yi · 2 years, 3 months ago
  89. 5df5f9b [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: ed227bcb35 by Bill Yi · 2 years, 3 months ago
  90. f09302b Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 3 months ago
  91. 3cd8322 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 3 months ago
  92. def2eb9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 3 months ago
  93. ed227bc Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 3 months ago
  94. 6264123 Snap for 10009257 from 6c5c6ba115dd04a715c8252ae386cf79d4538dea to udc-d1-release by Android Build Coastguard Worker · 2 years, 3 months ago
  95. 6c5c6ba [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev am: a28ad2d64b -s ours by Treehugger Robot · 2 years, 3 months ago
  96. 7aa5f26 [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: f5979ea4f3 -s ours by Bill Yi · 2 years, 3 months ago
  97. a28ad2d Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev by Treehugger Robot · 2 years, 3 months ago
  98. 94ef5b8 [automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: c031e11c89 am: fe80421703 -s ours by Bill Yi · 2 years, 3 months ago
  99. 2478f53 Snap for 10001699 from a2811e4909ae8c279a0c714a9bacc4c1d11cf3a2 to udc-d1-release by Android Build Coastguard Worker · 2 years, 3 months ago
  100. fe80421 [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: c031e11c89 by Bill Yi · 2 years, 3 months ago