1. 1fe1afe Move menu headers/items to std::vector<std::string>. by Tao Bao · 6 years ago
  2. 1875991 Merge "screen_ui: Drop the dependency on common.h." am: 738a4258d8 by Tao Bao · 6 years ago
  3. 1d156b9 screen_ui: Drop the dependency on common.h. by Tao Bao · 6 years ago
  4. f0fd4f5 Merge "Add ScreenRecoveryUI::ShowMenu()." am: cac3ec3513 am: a2f44ebd09 by Tao Bao · 6 years ago
  5. 3aec696 Add ScreenRecoveryUI::ShowMenu(). by Tao Bao · 6 years ago
  6. 6d99d4b recovery: Split main() into recovery_main.cpp. by Tao Bao · 6 years ago
  7. 2ac56af recovery: Split main() into recovery_main.cpp. by Tao Bao · 6 years ago
  8. c3674ab Merge changes I78839ed4,I75ac0e26 am: e4d65b681a am: 040674586b by Tao Bao · 6 years ago
  9. aac9d9f recovery: Move a few constants closer to their uses. by Tao Bao · 6 years ago
  10. 406a6ff recovery: Fix the return value when failing to convert to FBE. by Tao Bao · 6 years ago
  11. 5d09663 Merge "recovery: Revoke (most of) short options." am: 3de3756081 am: 29c9690864 by Tao Bao · 6 years ago
  12. f9f1734 recovery: Revoke (most of) short options. by Tao Bao · 6 years ago
  13. 6d90a9d recovery: Print the actually required battery level. by Tao Bao · 6 years ago
  14. f2ea6d7 recovery: Print the actually required battery level. by Tao Bao · 6 years ago
  15. aae7efd Mark ui_print with __printflike. by Tao Bao · 6 years ago
  16. 7acf21c Merge "Rename CacheLocation to Paths." am: 49c7f1cec3 am: ce562bacfd by android-build-prod (mdb) · 6 years ago
  17. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  18. bd56ab1 Merge "Wipe the metadata partition when we wipe data." am: 897385bfe2 by Paul Crowley · 6 years ago
  19. 3b4d516 Wipe the metadata partition when we wipe data. by Paul Crowley · 8 years ago
  20. f533e4a Merge "Do not skip the update installation if it's a retry" am: e566168c94 by Tianjie Xu · 6 years ago
  21. a6f49bd Do not skip the update installation if it's a retry by Tianjie Xu · 6 years ago
  22. 1ab7bf4 Merge "Detect interrupted update due to power off" am: d8fadfb606 am: d9caba2bbe by Tianjie Xu · 7 years ago
  23. 99b73be Detect interrupted update due to power off by Tianjie Xu · 7 years ago
  24. e8e4c40 is_battery_ok use health 2.0 HAL by Yifan Hong · 7 years ago
  25. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  26. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  27. 26436d6 Revert "Move error_code.h into otautil." by Tao Bao · 7 years ago
  28. 623fe7e Move error_code.h into otautil. by Tao Bao · 7 years ago
  29. 3e18f2b roots: Fix an issue with volume_for_path(). by Tao Bao · 7 years ago
  30. 29d5575 Add a new option in recovery menu to test the background texts by Tianjie Xu · 7 years ago
  31. bd0ddcd Remove EXPAND/STRINGIFY macros. by Tao Bao · 7 years ago
  32. 623bac4 Merge "screen_ui: Word-wrap menu headers." am: 162b92323b by Tao Bao · 7 years ago
  33. 2bbc6d6 screen_ui: Word-wrap menu headers. by Tao Bao · 7 years ago
  34. 5507c3d Merge "otautil: Clean up dirCreateHierarchy()." am: 610712101b by Tao Bao · 7 years ago
  35. ac3d1ed otautil: Clean up dirCreateHierarchy(). by Tao Bao · 7 years ago
  36. 276ff4c Merge "recovery: Fix the flickering when turning on text mode." am: 771dfb0016 by Tao Bao · 7 years ago
  37. 7022f33 recovery: Fix the flickering when turning on text mode. by Tao Bao · 7 years ago
  38. 4fb2825 Merge "Avoid crashing recovery with unwritable /cache." am: 9187f1cc51 by Tao Bao · 7 years ago
  39. ec57903 Avoid crashing recovery with unwritable /cache. by Tao Bao · 7 years ago
  40. 6d8827e Merge "Fix the android-cloexec-* warnings in bootable/recovery" am: 94a8ea1797 by Tianjie Xu · 7 years ago
  41. de6735e Fix the android-cloexec-* warnings in bootable/recovery by Tianjie Xu · 7 years ago
  42. eba11fa Fix "No file_contexts" warning am: e35926e1af by Jeff Vander Stoep · 7 years ago
  43. e35926e Fix "No file_contexts" warning by Jeff Vander Stoep · 7 years ago
  44. 6957555 Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails by Tianjie Xu · 7 years ago
  45. 539b08c Fix the input parameter for "set_retry_bootloader_message" by Tianjie Xu · 7 years ago
  46. 72449c9 Fix the input parameter for "set_retry_bootloader_message" by Tianjie Xu · 7 years ago
  47. 8be0f39 Revert "Remove EXPAND/STRINGIFY macros." by Tao Bao · 7 years ago
  48. ec97067 Remove EXPAND/STRINGIFY macros. by Tao Bao · 7 years ago
  49. 0150d01 adb_install: Stop passing RecoveryUI as a parameter. by Tao Bao · 7 years ago
  50. ed9db0f Adding support for quiescent reboot to recovery by Dmitri Plotnikov · 7 years ago
  51. 0481fae Merge "Adding support for quiescent reboot to recovery" by Treehugger Robot · 7 years ago
  52. d8039ac recovery: Remove the include of adb.h. by Tao Bao · 7 years ago
  53. d9d1629 Reboot the device on user build after the install fails by Tianjie Xu · 7 years ago
  54. 8706a98 Adding support for quiescent reboot to recovery by Dmitri Plotnikov · 7 years ago
  55. 0a59956 Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9 by Tianjie Xu · 7 years ago
  56. 713d915 Merge "Add the missing sr-Latn into png files and rename the png locale header" by Tianjie Xu · 7 years ago
  57. 2078b22 Add the missing sr-Latn into png files and rename the png locale header by Tianjie Xu · 7 years ago
  58. 6014db5 Merge "Fix the wrong parameter when calling read_metadata_from_package()." by Tao Bao · 7 years ago
  59. 1b2a98b Fix the wrong parameter when calling read_metadata_from_package(). by Tao Bao · 7 years ago
  60. 31ac0c6 Reword the wipe warning message to be more comprehensible. by Paul Crowley · 7 years ago
  61. e1905ad recovery: Replace the hard-coded 1000 with AID_SYSTEM. by Tao Bao · 7 years ago
  62. 50dd532 recovery: Fix the FIXME in get_menu_selection(). by Tao Bao · 7 years ago
  63. fc5499f recovery: Move a few int to bool. by Tao Bao · 7 years ago
  64. 9bd1dce Merge "recovery: Drop the "--stages" / '-g' argument." by Tao Bao · 7 years ago
  65. 1a575f8 Merge "recovery: Add SetStage() into 'Run graphics test'." by Tao Bao · 7 years ago
  66. 08fc6be recovery: Minor clean up to choose_recovery_file(). by Tao Bao · 7 years ago
  67. a8d72bc recovery: Drop the "--stages" / '-g' argument. by Tao Bao · 7 years ago
  68. db7e898 recovery: Add SetStage() into 'Run graphics test'. by Tao Bao · 7 years ago
  69. c9447cc recovery: Remember the last log position. by Tao Bao · 7 years ago
  70. f7f1da3 recovery: Don't show "No /cache partition found" on screen. by Tao Bao · 7 years ago
  71. c4a18ef recovery: Clean up browse_directory(). by Tao Bao · 7 years ago
  72. 3da8801 Replace _exit(-1) with _exit(EXIT_FAILURE). by Tao Bao · 7 years ago
  73. efc3559 recovery: Move property_get() to android::base::GetProperty(). by Tao Bao · 7 years ago
  74. 570af9d recovery: Fix the argument parsing. by Tao Bao · 7 years ago
  75. 736d59c recovery: Fix the broken UI text. by Tao Bao · 7 years ago
  76. 08404b4 Support a "ask before wiping" boot flag. by Paul Crowley · 8 years ago
  77. 2292db8 Add update_bootloader_message() to fix two-step OTAs. by Tao Bao · 8 years ago
  78. 8c1584f Merge "Add a stub recovery UI." by Sen Jiang · 8 years ago
  79. c033639 Remove the obsolete comments for firmware update. by Tao Bao · 8 years ago
  80. d530449 Add a stub recovery UI. by Sen Jiang · 8 years ago
  81. 3f5a382 recovery: Clean up the log saving while wiping. by Tao Bao · 8 years ago
  82. f038ca0 recovery: Remove obsolete code that supports "CACHE:foo" format. by Tao Bao · 8 years ago
  83. 7d34fa1 recovery: Fix the argument parsing from COMMAND_FILE. by Tao Bao · 8 years ago
  84. f0ed159 recovery: Clean up get_args(). by Tao Bao · 8 years ago
  85. e2d05c5 Merge "Cleanup the duplicates of logs rotation functions" by Tianjie Xu · 8 years ago
  86. e113e4d Cleanup the duplicates of logs rotation functions by Tianjie Xu · 8 years ago
  87. ac9d94d Revert "Revert "Some cleanups to recovery."" by Tao Bao · 8 years ago
  88. 8584fcf Revert "Some cleanups to recovery." by Dan Albert · 8 years ago
  89. c0319b6 Some cleanups to recovery. by Tao Bao · 8 years ago
  90. 06e57ac Skip update-on-boot for bootreason in blacklist by Tianjie Xu · 8 years ago
  91. fd99a31 Verify wipe package when wiping A/B device in recovery. by Yabin Cui · 8 years ago
  92. bd56f15 Clean up bootloader_message usage in recovery by Tianjie Xu · 8 years ago
  93. 8b309f6 Create bootloader_message static library. by Yabin Cui · 8 years ago
  94. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  95. df1b694 No longer need android/log.h by Mark Salyzyn · 8 years ago
  96. 7aa8874 Turn on -Werror for recovery by Tianjie Xu · 8 years ago
  97. 95afc91 Merge "Duplicate the last_install content into last_log." by Tao Bao · 8 years ago
  98. f4885ad Duplicate the last_install content into last_log. by Tao Bao · 8 years ago
  99. cb22040 Switch to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  100. 7b0ad9c Switch recovery to libbase logging by Tianjie Xu · 8 years ago