1. 13aa4a9 screen_ui: Fix a case that may truncate the last char. by Tao Bao · 7 years ago
  2. 162b923 Merge "screen_ui: Word-wrap menu headers." by Tao Bao · 7 years ago
  3. 2bbc6d6 screen_ui: Word-wrap menu headers. by Tao Bao · 7 years ago
  4. 11214d9 Merge "Add a new PatchChunk class in imgdiff" by Tianjie Xu · 7 years ago
  5. d82a2ed Add a new PatchChunk class in imgdiff by Tianjie Xu · 7 years ago
  6. 0459799 Merge "update_verifier: verify blocks in parallel" by Tao Bao · 7 years ago
  7. 5226f47 update_verifier: verify blocks in parallel by Wei Wang · 7 years ago
  8. 05b2e98 Merge "tests: Add the missing dependency on libhidlbase." by Tao Bao · 7 years ago
  9. 3e2345e tests: Add the missing dependency on libhidlbase. by Tao Bao · 7 years ago
  10. 399ce66 Merge "update_verifier: Support androidboot.veritymode being empty or 'disabled'." by Treehugger Robot · 7 years ago
  11. 1a0929c update_verifier: Support androidboot.veritymode being empty or 'disabled'. by David Zeuthen · 7 years ago
  12. f49cc02 Merge "ui: Check for bootreason=recovery_ui." by Tao Bao · 7 years ago
  13. 046aae2 ui: Check for bootreason=recovery_ui. by Tao Bao · 7 years ago
  14. faa5b1f Merge "ui: Move the support for touch inputs into RecoveryUI." by Tao Bao · 7 years ago
  15. f411f3d Merge "Refactor the imgdiff" by Tianjie Xu · 7 years ago
  16. 6b03ba7 Refactor the imgdiff by Tianjie Xu · 7 years ago
  17. 5f8dd99 ui: Move the support for touch inputs into RecoveryUI. by Tao Bao · 7 years ago
  18. 64cba55 Merge "Add implemention of SortedRangeSet" by Tianjie Xu · 7 years ago
  19. b9e7fc7 Add implemention of SortedRangeSet by Tianjie Xu · 7 years ago
  20. 6107121 Merge "otautil: Clean up dirCreateHierarchy()." by Treehugger Robot · 7 years ago
  21. 3ff8a5e Merge "Add more specific error codes for uncrypt failures" by Tianjie Xu · 7 years ago
  22. 8b8e23d Add more specific error codes for uncrypt failures by Tianjie Xu · 7 years ago
  23. 8eef26c Merge "roots.cpp: Clean up format_volume()." by Tao Bao · 7 years ago
  24. ac3d1ed otautil: Clean up dirCreateHierarchy(). by Tao Bao · 7 years ago
  25. 3c00fac roots.cpp: Clean up format_volume(). by Tao Bao · 7 years ago
  26. 231c627 Merge "Remove LOCAL_CLANG" by Tao Bao · 7 years ago
  27. 5e5e334 Remove LOCAL_CLANG by Lennart Wieboldt · 7 years ago
  28. 539ed9a Merge "recovery: handle security footer before passing size to mke2fs" by Treehugger Robot · 7 years ago
  29. f5396eb Merge "updater: Remove dead make_parents()." by Treehugger Robot · 7 years ago
  30. 771dfb0 Merge "recovery: Fix the flickering when turning on text mode." by Treehugger Robot · 7 years ago
  31. 7022f33 recovery: Fix the flickering when turning on text mode. by Tao Bao · 7 years ago
  32. f3ccad5 recovery: handle security footer before passing size to mke2fs by Jin Qian · 7 years ago
  33. 5902691 updater: Remove dead make_parents(). by Tao Bao · 7 years ago
  34. 031661d Merge "otautil: Delete dirUnlinkHierarchy()." by Tao Bao · 7 years ago
  35. 7934985 otautil: Delete dirUnlinkHierarchy(). by Tao Bao · 7 years ago
  36. ac70ffc Merge "roots.cpp: Reformatting the file." by Treehugger Robot · 7 years ago
  37. bb10e58 roots.cpp: Reformatting the file. by Tao Bao · 7 years ago
  38. 6eb23c5 Merge "tests: Add a test to cover legacy care_map.txt handling." by Tao Bao · 7 years ago
  39. c319613 tests: Add a test to cover legacy care_map.txt handling. by Tao Bao · 7 years ago
  40. 15ae0f0 Merge "update_verifier: Handle legacy care_map.txt gracefully." by Tao Bao · 7 years ago
  41. 6b09b89 Merge "Remove the obsolete reference to /file_contexts." by Treehugger Robot · 7 years ago
  42. 338be53 Remove the obsolete reference to /file_contexts. by Tao Bao · 7 years ago
  43. 5a1dee0 update_verifier: Handle legacy care_map.txt gracefully. by Tao Bao · 7 years ago
  44. 9187f1c Merge "Avoid crashing recovery with unwritable /cache." by Treehugger Robot · 7 years ago
  45. e45c8f0 Merge "Fix a case when brotli writer fails to write last few blocks of data" by Tianjie Xu · 7 years ago
  46. ec57903 Avoid crashing recovery with unwritable /cache. by Tao Bao · 7 years ago
  47. f7c00dd Merge "recovery: replace make_ext4 with e2fsprogs" by Treehugger Robot · 7 years ago
  48. 6ed175d Fix a case when brotli writer fails to write last few blocks of data by Tianjie Xu · 7 years ago
  49. ded2dac recovery: replace make_ext4 with e2fsprogs by Jin Qian · 7 years ago
  50. 94a8ea1 Merge "Fix the android-cloexec-* warnings in bootable/recovery" by Tianjie Xu · 7 years ago
  51. de6735e Fix the android-cloexec-* warnings in bootable/recovery by Tianjie Xu · 7 years ago
  52. 8155a8b Merge "Fix the missing char when showing recovery logs." by Treehugger Robot · 7 years ago
  53. ca6ce2c Fix the missing char when showing recovery logs. by Tao Bao · 7 years ago
  54. 918e6ea Merge "Add support to decompress brotli compressed new data" by Tianjie Xu · 7 years ago
  55. 107a34f Add support to decompress brotli compressed new data by Tianjie Xu · 7 years ago
  56. b87a166 Merge "Fix a rare failure for imgdiff when random data equals gzip header" by Tianjie Xu · 7 years ago
  57. 14ebc1e Fix a rare failure for imgdiff when random data equals gzip header by Tianjie Xu · 7 years ago
  58. c8e338f Merge "Update ScreenRecoveryUI::Draw* function signatures." by Treehugger Robot · 7 years ago
  59. ea78d86 Update ScreenRecoveryUI::Draw* function signatures. by Tao Bao · 7 years ago
  60. 344778c Merge "screen_ui: Compute the top and bottom gaps." by Tao Bao · 7 years ago
  61. 3250f72 screen_ui: Compute the top and bottom gaps. by Tao Bao · 7 years ago
  62. f722fcf Merge "wear_ui: Remove dead/duplicate codes." by Tao Bao · 7 years ago
  63. 0bc54dd wear_ui: Remove dead/duplicate codes. by Tao Bao · 7 years ago
  64. f9fe6a7 Merge "Add missing libziparchive dependency." by Treehugger Robot · 7 years ago
  65. e1bb7a5 Add missing libziparchive dependency. by Elliott Hughes · 7 years ago
  66. d6fb1c6 Merge "Add override specifier and member constness to RecoveryUI classes." by Tao Bao · 7 years ago
  67. 8e7db8f Merge "Formatting RecoveryUI related files." by Treehugger Robot · 7 years ago
  68. 30afdee Merge "avoid assuming build number is a 32-bit integer" by Tianjie Xu · 7 years ago
  69. a29d8d6 avoid assuming build number is a 32-bit integer by Daniel Micay · 7 years ago
  70. 99b2d77 Add override specifier and member constness to RecoveryUI classes. by Tao Bao · 7 years ago
  71. 5d2e3bd Formatting RecoveryUI related files. by Tao Bao · 7 years ago
  72. 20d40ce Merge "Restructure vr_ui" by Treehugger Robot · 7 years ago
  73. 9d4839c Restructure vr_ui by Luke Song · 7 years ago
  74. eef2315 Merge changes Icb6f7466,Ibf6238c9 by Tao Bao · 7 years ago
  75. 4521b70 Use Makefile variables to specify margin settings. by Tao Bao · 7 years ago
  76. e916cca Merge "Remove the obsolete package_extract_dir() test" by Tianjie Xu · 7 years ago
  77. bb7e005 Remove the obsolete package_extract_dir() test by Tianjie Xu · 7 years ago
  78. e248e43 Merge "update_verifier: Support AVB." by Treehugger Robot · 7 years ago
  79. 171b4c4 screen_ui: Allow setting screen margin space. by Tao Bao · 7 years ago
  80. 5efe2bc Merge "Introduce VR recovery ui" by Treehugger Robot · 7 years ago
  81. e2bd876 Introduce VR recovery ui by Luke Song · 7 years ago
  82. ffd8505 Merge "Add OWNERS in bootable/recovery" by Chih-hung Hsieh · 7 years ago
  83. d6c49be Add OWNERS in bootable/recovery by Chih-Hung Hsieh · 7 years ago
  84. 8e5fb46 Merge "Fix a race condition for temperature_logger" by Tianjie Xu · 7 years ago
  85. 3795710 Fix a race condition for temperature_logger by Tianjie Xu · 7 years ago
  86. 99e7216 Merge "kill package_extract_dir" by Tianjie Xu · 7 years ago
  87. 764eb21 Merge "Implement a custom deflate sink function for bspatch" by Tianjie Xu · 7 years ago
  88. a897f95 Implement a custom deflate sink function for bspatch by Tianjie Xu · 7 years ago
  89. 9c1a114 Merge "Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails" by Tianjie Xu · 7 years ago
  90. 8ed9738 update_verifier: Support AVB. by David Zeuthen · 7 years ago
  91. 6957555 Retry the update if ApplyBSDiffPatch | ApplyImagePatch fails by Tianjie Xu · 7 years ago
  92. 53c38b1 kill package_extract_dir by Tianjie Xu · 7 years ago
  93. 1f9808b Merge "Print SHA1 of the patch if bsdiff fails with data error" by Tianjie Xu · 7 years ago
  94. bec0d4c Merge "libbootloader_message: convert to Android.bp" by Tom Cherry · 7 years ago
  95. 0e60ccd Merge "Fix the input parameter for "set_retry_bootloader_message"" by Tianjie Xu · 7 years ago
  96. 600e806 libbootloader_message: convert to Android.bp by Tom Cherry · 7 years ago
  97. 72449c9 Fix the input parameter for "set_retry_bootloader_message" by Tianjie Xu · 7 years ago
  98. ce5fa5e Print SHA1 of the patch if bsdiff fails with data error by Tianjie Xu · 7 years ago
  99. 494d97f Merge "updater: Update the mkfs.f2fs argument to match f2fs-tools 1.8.0." by Tao Bao · 7 years ago
  100. 397a813 updater: Update the mkfs.f2fs argument to match f2fs-tools 1.8.0. by Tao Bao · 7 years ago