1. 49551a2 Merge remote-tracking branch 'teamwin/android-12.1' into HEAD by bigbiff · 6 months ago
  2. 997277d minui: Support main fbdev connector in multi connector Blank function by Tim Zimmermann · 1 year, 10 months ago
  3. afd0a1b minui: Add API to support multiple connectors detection by Weizhung Ding · 1 year, 11 months ago
  4. f1ac4da Merge "minui: add hall sensor event" am: 13c721f330 am: 3a012a971a am: cdebb47048 am: 44ca8b76e6 by Treehugger Robot · 2 years, 5 months ago
  5. cb7f206 Merge "minui: Add support for multiple connectors" am: 80a9dcad35 am: f8d4273171 am: b1090a47f4 am: 530cd6d0a7 by Treehugger Robot · 2 years, 5 months ago
  6. 90b94b7 minui: add hall sensor event by Jack Wu · 2 years, 9 months ago
  7. f4dfa1a minui: Add support for multiple connectors by Weizhung Ding · 2 years, 9 months ago
  8. f368b15 Merge sc-qpr1 to aosp-master - DO NOT MERGE by Bill Yi · 2 years, 5 months ago
  9. 51433b9 minui: Add support for ARGB (LSB alpha) by Patrik Torstensson · 3 years, 5 months ago
  10. f0a760b Do not write past end of inotify event structure. by Christopher Ferris · 2 years, 8 months ago
  11. 0c3533f deprecate adf graphics by nebrassy · 2 years, 7 months ago
  12. 75b9423 Merge tag 'android-12.0.0_r7' into android-11 by bigbiff · 2 years, 7 months ago
  13. 91ce222 Merge "libminui for vendor" am: 67fb9e94d2 am: a582cd483a by Treehugger Robot · 2 years, 8 months ago
  14. 868aa50 libminui for vendor by Yifan Hong · 2 years, 8 months ago
  15. 8346be7 Do not write past end of inotify event structure. am: 187a6ec548 by Christopher Ferris · 2 years, 8 months ago
  16. 187a6ec Do not write past end of inotify event structure. by Christopher Ferris · 2 years, 8 months ago
  17. 6f7362a Add support to use preferred graphics backend by Chihhang Chuang · 2 years, 9 months ago
  18. 99d53f8 Remove magic code to flash the screen by Kelvin Zhang · 2 years, 11 months ago
  19. 90f783f use create_dumb.size as size of buffer by Kelvin Zhang · 3 years, 3 months ago
  20. d81833a libtwrpgui: convert gui to use new ziparchive library by bigbiff · 3 years, 5 months ago
  21. 29be3f6 [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery by Bob Badour · 3 years, 4 months ago
  22. 7429176 minui: remove libadf since it is no longer supported by Marissa Wall · 4 years, 4 months ago
  23. 7d306fb minui: fix mem leakage issue by lijiazi · 3 years, 6 months ago
  24. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 7 months ago
  25. 20edca8 minui: fix bad merge from aosp10. by bigbiff · 4 years ago
  26. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 3 months ago
  27. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 3 months ago
  28. 12952cd Fix ioctl FIONREAD call parameters to use int instead of size_t by Stephane Lee · 4 years, 5 months ago
  29. cc7b7eb minui: add ARGB_8888 format by Adrian Salido · 4 years, 6 months ago
  30. a7952ac minui: Support input device hotplug in recovery mode. by Xihua Chen · 6 years ago
  31. abf1fb0 Switch between dependencies and modules by Ethan Yonker · 5 years ago
  32. 3472308 matches_locale no longer accept empty locales in the png file by xunchang · 5 years ago
  33. 9d05c8a Fall back to en-US if localized bitmap is missing for a locale by xunchang · 5 years ago
  34. 835bf09 minui: Managed FDs with smart pointers. by Tao Bao · 5 years ago
  35. dfdf635 minui: Fix the wrong move of the callback. by Tao Bao · 5 years ago
  36. b549243 Use O_CLOEXEC at a few places. by Tao Bao · 5 years ago
  37. fcfc634 twrp: Fix unsigned compare compile warning. by Simon Shi · 5 years ago
  38. 39c53c8 use epoll_create1 by Nick Kralevich · 6 years ago
  39. dd78982 minui: GRSurface::Create() computes data_size on its own. by Tao Bao · 6 years ago
  40. 2201d08 minui: Fix a wrong arg in calling GRSurface::Create(). by Tao Bao · 6 years ago
  41. e14fb93 minui: Don't include errno.h twice by Andreas Schneider · 6 years ago
  42. 9cf163e minui: GRSurface manages data with std::unique_ptr. by Tao Bao · 6 years ago
  43. f65d48b minui: Use android::base::unique_fd in MinuiBackendFbdev. by Tao Bao · 6 years ago
  44. 63b59dc minui: Add GRSurface::Clone(). by Tao Bao · 6 years ago
  45. 710bc53 minui: Remove the default and copy ctors for GRSurface. by Tao Bao · 6 years ago
  46. 1b18cf5 minui: Refactor GRSurfaceAdf. by Tao Bao · 6 years ago
  47. 4a22b28 minui: Refactor GRSurfaceFbdev. by Tao Bao · 6 years ago
  48. 44820ac minui: Add a protected GRSurface ctor. by Tao Bao · 6 years ago
  49. d096d7e minui: Cleanup GRSurfaceDrm and MinuiBackendDrm. by Tao Bao · 6 years ago
  50. 92bdb5a minui: Move GRSurface into a class. by Tao Bao · 6 years ago
  51. 050feb0 minui: Track the name change to minui related properties. by Tao Bao · 6 years ago
  52. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  53. 818f938 `recovery` uses more shared libraries. by Tao Bao · 6 years ago
  54. 60924fa Merge "minui: Track libsync module name change." by Tao Bao · 6 years ago
  55. 1c4d4bf minui: Track libsync module name change. by Tao Bao · 6 years ago
  56. 13bec76 Fix the DRM_FORMAT match with corresponding PixelFormat by tangrobin · 6 years ago
  57. 7ee83f6 minui: Move to Soong. by Tao Bao · 6 years ago
  58. ed876a7 minui: Use runtime properties instead of build time vars. by Tao Bao · 6 years ago
  59. 44478df minui: Clean up the use of `rotation`. by Tao Bao · 6 years ago
  60. 955da1e minui/drm: wait for page flip completion by Jeremy Compostella · 6 years ago
  61. 9f42633 minui: Add constness to GRSurface* in gr_get_{width,height}. by Tao Bao · 6 years ago
  62. ccf00a2 minui: Handle the failures from the drm backend in gr_init by Tianjie Xu · 6 years ago
  63. 842f2a3 Let gr_init proceed even if we failed to load a font file by Tianjie Xu · 6 years ago
  64. 6cd8168 tests: Add tests for ScreenRecoveryUI. by Tao Bao · 6 years ago
  65. 3d0cd1d Expose PngHandler via resources.h. by Tao Bao · 6 years ago
  66. 55a2c4e Remove the obsolete mkfont.c and font_10x18.h by Tianjie Xu · 6 years ago
  67. 1d65c95 StartsWith allows a std::string prefix now. by Elliott Hughes · 6 years ago
  68. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  69. 06c6219 minui: Fix building graphics_overlay.cpp by Andreas Schneider · 7 years ago
  70. 9c82095 minui: Move graphics_overlay.h down that we have all structs defined by Andreas Schneider · 7 years ago
  71. 6de5941 minui: Add missing <linux/ion.h> for 'struct ion_handle_data' by Andreas Schneider · 7 years ago
  72. 58d68e5 minui: Only include graphics_adf.h if we do not build with MSM_BSP by Andreas Schneider · 7 years ago
  73. 75847da minui: Do not overwrite previously set CFLAGS by Andreas Schneider · 7 years ago
  74. 2ee9266 libdrm_platform is now libdrm by Dan Willemsen · 7 years ago
  75. 647e396 Build libminui with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  76. a0e9742 Merge "Drop -Wno-unused-parameter." by Tao Bao · 7 years ago
  77. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  78. c8686b4 Add missing includes. by Dan Albert · 7 years ago
  79. 9baa190 Merge "graphics: add rotation logic" by Tao Bao · 7 years ago
  80. acba38c Move the png open and destroy functions into a class by Tianjie Xu · 7 years ago
  81. 846012f graphics: add rotation logic by Luke Song · 7 years ago
  82. 29d5575 Add a new option in recovery menu to test the background texts by Tianjie Xu · 7 years ago
  83. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  84. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  85. 5daa000 Merge "ui: Move the support for touch inputs into RecoveryUI." am: faa5b1f773 by Tao Bao · 7 years ago
  86. af9f8b4 ui: Move the support for touch inputs into RecoveryUI. by Tao Bao · 7 years ago
  87. 5f8dd99 ui: Move the support for touch inputs into RecoveryUI. by Tao Bao · 7 years ago
  88. d774ff2 Build libminui with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  89. 6d8827e Merge "Fix the android-cloexec-* warnings in bootable/recovery" am: 94a8ea1797 by Tianjie Xu · 7 years ago
  90. de6735e Fix the android-cloexec-* warnings in bootable/recovery by Tianjie Xu · 7 years ago
  91. 39662b2 Fix minui issues for some build trees by Ethan Yonker · 7 years ago
  92. 84d61ce Update TWRP to AOSP 7.1.2 by Ethan Yonker · 7 years ago
  93. 895e6fd Merge "minui: Fix breakage in graphics_adf." am: 54da112277 am: d66f05b82c by Tao Bao · 7 years ago
  94. 4697d8b minui: Fix breakage in graphics_adf. by Alistair Strachan · 7 years ago
  95. 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
  96. 9166f66 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
  97. 2078b22 Add the missing sr-Latn into png files and rename the png locale header by Tianjie Xu · 7 years ago
  98. edc96fd Merge "Add the missing #include of <functional>." am: dd553d280f am: 965021ab8d by Tao Bao · 7 years ago
  99. 9468fc0 Add the missing #include of <functional>. by Tao Bao · 7 years ago
  100. 1de1c71 Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56 am: cdfe2895b4 by Elliott Hughes · 7 years ago