1. 6e0ca7d themes: convert theme copying to a golang module by bigbiff · 3 years, 4 months ago
  2. dc2cf79 Android.bp: Build recovery variant of ueventd.rc by Mohd Faraz · 3 years, 2 months ago
  3. eaac762 unzip: android 11 moved unzip to a symlink to ziptool by bigbiff · 3 years, 3 months ago
  4. 91bd7a7 adb: get adb working and cleanup pixelflinger by bigbiff · 3 years, 5 months ago
  5. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 6 months ago
  6. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 2 months ago
  7. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 2 months ago
  8. 5fa9733 Merge "Remove fsck_unshare_blocks." am: 699ea0f325 am: 79ce1d3420 am: ffea0e7333 by Automerger Merge Worker · 4 years, 4 months ago
  9. 969787c Remove fsck_unshare_blocks. by David Anderson · 4 years, 4 months ago
  10. b892a6b Merge "Retire the Tron metrics reporting for non-A/B update" am: 6bdacc40ef am: fed0b90045 am: 2cc6f21833 by Automerger Merge Worker · 4 years, 4 months ago
  11. eb27bfe Retire the Tron metrics reporting for non-A/B update by Tianjie Xu · 4 years, 5 months ago
  12. b72291b Merge "Force merges to complete before wiping data or metadata." am: 8444dec7ac am: bc4b39efff by David Anderson · 4 years, 7 months ago
  13. 8444dec Merge "Force merges to complete before wiping data or metadata." by David Anderson · 4 years, 7 months ago
  14. a762387 Merge "Move init and ueventd scripts from / to /system/etc" into qt-qpr1-dev-plus-aosp by Tom Cherry · 4 years, 7 months ago
  15. 89d2d05 Force merges to complete before wiping data or metadata. by David Anderson · 4 years, 8 months ago
  16. 24dd314 Move init and ueventd scripts from / to /system/etc by Tom Cherry · 4 years, 7 months ago
  17. bcd3f35 Move init and ueventd scripts from / to /system/etc by Tom Cherry · 4 years, 7 months ago
  18. b8ba2fa Merge "Force package installation with FUSE unless the package stores on device" by Tianjie Xu · 4 years, 8 months ago
  19. 58a2769 Force package installation with FUSE unless the package stores on device by Tianjie Xu · 4 years, 10 months ago
  20. 832c9cd Refactor battery info querying functions into librecovery_utils. by Tao Bao · 4 years, 8 months ago
  21. e3f09a7 otautil: Factor out the utils that're private to recovery. by Tao Bao · 4 years, 8 months ago
  22. 388d253 DO NOT MERGE: Move wipe cache|data to libinstall by xunchang · 5 years ago
  23. 95d6732 DO NOT MERGE: Add socket communication between recovery and minadbd by xunchang · 5 years ago
  24. 2f8afba DO NOT MERGE: Build libinstall as a static library. by Tao Bao · 5 years ago
  25. 316e971 Move wipe cache|data to libinstall by xunchang · 5 years ago
  26. 34690ce Add socket communication between recovery and minadbd by xunchang · 5 years ago
  27. 0deed33 Build libinstall as a static library. by Tao Bao · 5 years ago
  28. cecad74 libotautil exports libfstab header. by Tao Bao · 5 years ago
  29. 2478885 Move install to separate module by xunchang · 5 years ago
  30. 8f39730 Move librecovery_ui to a sub-directory by Tianjie Xu · 6 years ago
  31. ea2912f Create a FuseDataProvider base class by xunchang · 5 years ago
  32. 37304f3 Implement FilePackage class by xunchang · 5 years ago
  33. f07ed2e Create a wrapper class for update package by xunchang · 5 years ago
  34. 72a114a Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 5 years ago
  35. 31b92a5 C++17 is the default now. by Elliott Hughes · 5 years ago
  36. 0dd9685 Load X509 keys from ziparchive by Tianjie Xu · 6 years ago
  37. 2b1a464 Move the parse of last_install to recovery-persist by Tianjie Xu · 6 years ago
  38. 43bfa6e Enable c++17 in recovery_defaults. by Tao Bao · 6 years ago
  39. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  40. 7c074d9 Depend on mke2fs.conf.recovery. by Tao Bao · 6 years ago
  41. ef5e38f tests: Move to Android.bp. by Tao Bao · 6 years ago
  42. 19a5316 Merge "Add fastboot mode to recovery" by Treehugger Robot · 6 years ago
  43. ce2f0d8 Merge "recovery uses IHealth::getService" by Yifan Hong · 6 years ago
  44. b0f132e recovery: Drop the dependency on libcrypto_utils.so and libsparse.so. by Tao Bao · 6 years ago
  45. 20c81b3 Add fastboot mode to recovery by Hridya Valsaraju · 6 years ago
  46. 056538c recovery uses IHealth::getService by Yifan Hong · 6 years ago
  47. 7d2a63a Reland "Build and use minadbd as a shared library." by Tao Bao · 6 years ago
  48. 5fc72a1 Build `recovery` with Soong. by Tao Bao · 6 years ago
  49. 818f938 `recovery` uses more shared libraries. by Tao Bao · 6 years ago
  50. 152933a recovery: Refactor logging code into logging.cpp by Jerry Zhang · 6 years ago
  51. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  52. d2f2ad6 Move a few modules to Soong. by Tao Bao · 6 years ago
  53. e8fdb1a Drop the no-op Android.bp. by Tao Bao · 6 years ago
  54. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 6 years ago
  55. a2a68a5 uncrypt: Move to Soong. by Tao Bao · 7 years ago
  56. 582b678 applypatch: Move to Soong. by Tao Bao · 7 years ago
  57. e6f7f95 edify: Export the header and move to Soong. by Tao Bao · 7 years ago
  58. a26e32d otafault: Move to soong. by Tao Bao · 7 years ago
  59. 600e806 libbootloader_message: convert to Android.bp by Tom Cherry · 7 years ago
  60. f3ae55a otautil: Android.mk -> Android.bp by Steven Moreland · 7 years ago