1. aeccbb8 healthd: BatteryMonitor: doLogValues: reduce log level to debug by Neill Kapron · 1 year, 7 months ago
  2. 7e2b6cc Merge "healthd: Delete health@2.0-service." into main by Treehugger Robot · 1 year, 8 months ago
  3. 629a26b healthd: Add handling for "Calibration required" battery health. by David Anderson · 1 year, 9 months ago
  4. d5ed26a healthd: Add support for the new Health HAL v3 properties. by David Anderson · 1 year, 9 months ago
  5. d473bcf Update healthd to use Health AIDL HAL V3. by David Anderson · 1 year, 10 months ago
  6. f3b98ce healthd: Delete health@2.0-service. by Yifan Hong · 1 year, 10 months ago
  7. 2b1a059 Don't depend on String8 cast to C string by Tomasz Wasilczyk · 2 years ago
  8. f597129 Migrate from android::String isEmpty to empty by Tomasz Wasilczyk · 2 years, 1 month ago
  9. 18b7461 Migrate String8/16 from .string() to c_str() by Tomasz Wasilczyk · 2 years, 1 month ago
  10. 8231c3f BatteryMonitor: support battery health INCONSISTENT from health status by Jack Wu · 2 years, 4 months ago
  11. cf996f3 BatteryMonitor: support battery health NOT_AVAILABLE from health status by Jack Wu · 2 years, 5 months ago
  12. 165e086 remove healthd.rc by Steven Moreland · 2 years, 5 months ago
  13. 5766fe7 Add ability to automatically bootup by Mike McCreavy · 2 years, 6 months ago
  14. 9ac8d76 charger: fix show qustion mark when start to draw UI by Jack Wu · 2 years, 6 months ago
  15. ff70892 BatteryMonitor: batteryStateOfHealth should be a property by AleX Pelosi · 2 years, 7 months ago
  16. b57f68a BatteryMonitor: report battery health from health status by Jack Wu · 2 years, 7 months ago
  17. 2ed5c9c BatteryMonitor: fix build error with health hal v2 updraged by Jack Wu · 2 years, 8 months ago
  18. e561d03 BatteryMonitor: get battery health data from sys file nodes by Jack Wu · 2 years, 10 months ago
  19. f83e5a6 BatteryMonitor: fix depending on multiple versions of the same aidl_interface by Jack Wu · 2 years, 8 months ago
  20. 20b8a01 charger: fix secondary display not turning off after first display was off by Jack Wu · 3 years ago
  21. c4c2a07 healthd: Fix charger_res_images_vendor install location by Tim Zimmermann · 3 years ago
  22. f694cf3 charger: Fix charger pixel format useless by zengshuchuan · 3 years, 4 months ago
  23. 6e2276b Add healthd to hwasan-postsubmit by Florian Mayer · 3 years, 6 months ago
  24. 095c944 healthd: Convert multiple private methods into static nonmember functions by Bart Van Assche · 3 years, 6 months ago
  25. 5a7e508 healthd: Fix readFromFile() by Bart Van Assche · 3 years, 6 months ago
  26. 024e18f healthd: Make initHealthInfo() easier to read by Bart Van Assche · 3 years, 6 months ago
  27. 25b2a8d healthd: Improve readability of BatteryMonitor::init() by Bart Van Assche · 3 years, 6 months ago
  28. b99d15c healthd: batterymonitor uses AIDL HealthInfo. by Yifan Hong · 3 years, 6 months ago
  29. 56540a0 charger: support screen rotation by Jack Wu · 3 years, 11 months ago
  30. 3d637a9 charger: process hall_sensor event to show charging animation by Jack Wu · 4 years ago
  31. c1b1711 Charger: support secondary connector by Jack Wu · 4 years ago
  32. 06b9041 BatteryMonitor: support Dock charging by Jack Wu · 3 years, 9 months ago
  33. dcdb160 healthd: remove hridya@ from OWNERS file by Hridya Valsaraju · 3 years, 8 months ago
  34. 5771858 healthd: *charger_test links to a.h.health@2.x statically. by Yifan Hong · 3 years, 9 months ago
  35. ac74836 charger: vendor charger use resources from /vendor by Yifan Hong · 3 years, 11 months ago
  36. e3ffd1b charger: make libhealthd_charger_ui vendor_available. by Yifan Hong · 3 years, 11 months ago
  37. 8e55134 charger: Add API to replace ro.charger.enable_suspend by Yifan Hong · 3 years, 10 months ago
  38. b5d7033 charger: separate UI and HAL access. by Yifan Hong · 3 years, 11 months ago
  39. a40d872 charger: fix charger display stuck by Xiaohui Niu · 4 years ago
  40. d69ad69 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 4 years, 7 months ago
  41. c3a206c Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Elliott Hughes · 4 years, 7 months ago
  42. 187b7d1 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 4 years, 7 months ago
  43. 605e7d2 BatteryMonitor: Add helper of logValues() by Yifan Hong · 4 years, 7 months ago
  44. d86f5b9 Remove healthd. by Yifan Hong · 4 years, 8 months ago
  45. ae11855 Merge "health: Add CAP_BLOCK_SUSPEND" by Yifan Hong · 5 years ago
  46. 340d284 Update sysprop_library API txt by Inseob Kim · 5 years ago
  47. 28ebc23 health: Add CAP_BLOCK_SUSPEND by Subbaraman Narayanamurthy · 5 years ago
  48. bab6877 Assume UNSUPPORTED if the battery capacity level sysfs node does not exist. by Stephane Lee · 5 years ago
  49. 8763fd2 charger: Avoid a couple string constructions by Greg Kaiser · 5 years ago
  50. c2bed97 charger: Add tests for loading animation resources by Yifan Hong · 5 years ago
  51. 5109c8c charger: Move built-in resources to /system by Yifan Hong · 5 years ago
  52. abda715 charger: Load default resources from /system by Yifan Hong · 5 years ago
  53. 186b4d9 Add libhealthd_charger_test to presubmit. by Yifan Hong · 5 years ago
  54. 12d1575 Convert healthd_test to Soong by Yifan Hong · 5 years ago
  55. 2a06ae8 Fix AnimationParser remove_prefix test by Yifan Hong · 5 years ago
  56. e5bd5f9 BatteryMonitor: report current_now in uA by Yifan Hong · 5 years ago
  57. 8e4d982 healthd: Don't take device-scoped battery as the main system battery. by Kazuhiro Inaba · 6 years ago
  58. 0684604 Add UNSUPPORTED to health HAL 2.1 values by Stephane Lee · 6 years ago
  59. 1c108ed Consume design capacity in health HAL 2.1 by Stephane Lee · 6 years ago
  60. d43724d Initialize key structure to zero in charger by Stephane Lee · 6 years ago
  61. 3aa3b3c charger: uses health HAL service. by Yifan Hong · 6 years ago
  62. 86f9f6a Populate fields for health HAL 2.1 by Stephane Lee · 6 years ago
  63. ec56c59 Merge "healthd: Fix incorrect return check" by Treehugger Robot · 6 years ago
  64. 47a6bf0 healthd: Fix incorrect return check by John Stultz · 6 years ago
  65. 6cabe9b BatteryMonitor: init health info properly. by Yifan Hong · 6 years ago
  66. 7dcf7b0 healthd: Remove libhealthd dependency from charger by Yifan Hong · 6 years ago
  67. 35cb083 healthd: partially fill in health 2.1 HAL fields by Yifan Hong · 6 years ago
  68. 1d4368b [REFACTOR] healthd: BatteryMonitor use health 2.1 types by Yifan Hong · 6 years ago
  69. 1353e70 [REFACTOR] healthd: BatteryMonitor::update split into 3 funcs by Yifan Hong · 6 years ago
  70. a4eaf64 Remove libhwbinder/libhidltransport deps by Steven Moreland · 6 years ago
  71. 34114e3 Implement sysprop_library API stability check by Inseob Kim · 6 years ago
  72. 958216c Merge changes from topic "charger_props" am: 7cea50acd8 by Yifan Hong · 6 years ago
  73. dbaa477 healthd: Convert libhealthd_{draw,charger} to Soong. by Yifan Hong · 6 years ago
  74. 97eecdc healthd: charger use runtime sysprops instead. by Yifan Hong · 6 years ago
  75. dcbaeef healthd: remove unused variable. by Yifan Hong · 6 years ago
  76. 451e764 Merge "libhwbinder users use libhidlbase" into qt-dev am: 490f1cf074 by Steven Moreland · 6 years ago
  77. aedef73 libhwbinder users use libhidlbase by Steven Moreland · 6 years ago
  78. 5cac100 healthd: charger: shutdown timer configurable by John Zhao · 6 years ago
  79. 6c7ece7 charger: fix show 0% symptom when start to draw UI by Ken Tsou · 7 years ago
  80. dc9c08b charger: android_get_control_file on last_kmsg by Yifan Hong · 6 years ago
  81. 5747e22 healthd: Add charger.recovery module. by Tao Bao · 7 years ago
  82. f2455d8 healthd: charger uses shared libraries. by Tao Bao · 7 years ago
  83. 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 7 years ago
  84. accdf0e Merge "healthd: update owners" by Treehugger Robot · 7 years ago
  85. 505b551 healthd: update owners by Yifan Hong · 7 years ago
  86. 082d295 healthd: charger loads resources from /product by Yifan Hong · 7 years ago
  87. 0284333 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 7 years ago
  88. f73de6f healthd.h: add ignorePowerSupplyNames to healthd_config by Thierry Strudel · 7 years ago
  89. fb55955 health: Add CAP_WAKE_ALARM to service via init by Felix · 7 years ago
  90. 9d98a6a healthd: BatteryMonitor: Fix compiler warning by ShevT · 7 years ago
  91. 777af95 healthd: `GRSurface` now is a class. by Tao Bao · 7 years ago
  92. 643268f Move system/core/ off NO_ERROR. by Elliott Hughes · 7 years ago
  93. c2d3949 Reland "Add static libbinderthreadstate explicitly to charger module."" by Jayant Chowdhary · 7 years ago
  94. 17a6549 Revert "Add static libbinderthreadstate explicitly to charger module." by Remi NGUYEN VAN · 7 years ago
  95. f23fa3b Add static libbinderthreadstate explicitly to charger module. by Jayant Chowdhary · 7 years ago
  96. b6ccc78 healthd: Drop the unneeded include path. by Tao Bao · 7 years ago
  97. ba61ea4 charger: screen blank on disconnect and 0% not displayed by kentsou · 7 years ago
  98. d6b7711 Merge "charger: minui error handling fixups" am: bc31fc62ce by Tao Bao · 7 years ago
  99. e5d1b62 charger: minui error handling fixups by Todd Poynor · 7 years ago
  100. 2cbe2c7 healthd_mode_charger: unblank the screen only on first frame by Thierry Strudel · 7 years ago