1. 095c944 healthd: Convert multiple private methods into static nonmember functions by Bart Van Assche · 2 years, 5 months ago
  2. 5a7e508 healthd: Fix readFromFile() by Bart Van Assche · 2 years, 5 months ago
  3. 024e18f healthd: Make initHealthInfo() easier to read by Bart Van Assche · 2 years, 5 months ago
  4. 25b2a8d healthd: Improve readability of BatteryMonitor::init() by Bart Van Assche · 2 years, 5 months ago
  5. b99d15c healthd: batterymonitor uses AIDL HealthInfo. by Yifan Hong · 2 years, 5 months ago
  6. 06b9041 BatteryMonitor: support Dock charging by Jack Wu · 2 years, 7 months ago
  7. 605e7d2 BatteryMonitor: Add helper of logValues() by Yifan Hong · 3 years, 5 months ago
  8. bab6877 Assume UNSUPPORTED if the battery capacity level sysfs node does not exist. by Stephane Lee · 4 years ago
  9. e5bd5f9 BatteryMonitor: report current_now in uA by Yifan Hong · 4 years, 3 months ago
  10. 8e4d982 healthd: Don't take device-scoped battery as the main system battery. by Kazuhiro Inaba · 5 years ago
  11. 0684604 Add UNSUPPORTED to health HAL 2.1 values by Stephane Lee · 4 years, 5 months ago
  12. 1c108ed Consume design capacity in health HAL 2.1 by Stephane Lee · 4 years, 5 months ago
  13. 86f9f6a Populate fields for health HAL 2.1 by Stephane Lee · 4 years, 7 months ago
  14. ec56c59 Merge "healthd: Fix incorrect return check" by Treehugger Robot · 4 years, 8 months ago
  15. 47a6bf0 healthd: Fix incorrect return check by John Stultz · 4 years, 8 months ago
  16. 6cabe9b BatteryMonitor: init health info properly. by Yifan Hong · 4 years, 8 months ago
  17. 35cb083 healthd: partially fill in health 2.1 HAL fields by Yifan Hong · 4 years, 9 months ago
  18. 1d4368b [REFACTOR] healthd: BatteryMonitor use health 2.1 types by Yifan Hong · 4 years, 9 months ago
  19. 1353e70 [REFACTOR] healthd: BatteryMonitor::update split into 3 funcs by Yifan Hong · 4 years, 9 months ago
  20. f73de6f healthd.h: add ignorePowerSupplyNames to healthd_config by Thierry Strudel · 6 years ago
  21. 9d98a6a healthd: BatteryMonitor: Fix compiler warning by ShevT · 6 years ago
  22. 643268f Move system/core/ off NO_ERROR. by Elliott Hughes · 6 years ago
  23. 979ace4 Merge "healthd: Fix negativity check after cast to unsigned enum" am: 3dad67af05 am: 4734981245 by Yi Kong · 6 years ago
  24. 808e57e healthd: Fix negativity check after cast to unsigned enum by Yi Kong · 6 years ago
  25. 4d7ee2e healthd: don't report fake data for battery-less devices by Todd Poynor · 7 years ago
  26. 43f731a healthd: Remove access to /sys/class/power_supply/battery/batt_vol and batt_temp by Yifan Hong · 6 years ago
  27. e030a10 Revert "Revert "healthd: don't report fake data for battery-less devices"" by Todd Poynor · 6 years ago
  28. 7fa7225 Create a friend method for reporting battery health by Hridya Valsaraju · 7 years ago
  29. 1bc572d Revert "healthd: don't report fake data for battery-less devices" by Todd Poynor · 7 years ago
  30. de610c9 healthd: don't report fake data for battery-less devices by Todd Poynor · 7 years ago
  31. 8e5671f Merge "healthd: add battery health status values from JEITA spec" am: 5dd87c4ef6 by Yueyao Zhu · 7 years ago
  32. 9bbfbf7 healthd: add battery health status values from JEITA spec by Yueyao Zhu · 7 years ago
  33. aa47993 Merge "libutils: String\d+ make std_string private" am: 76850afa52 am: 2ebb1e5404 by Steven Moreland · 7 years ago
  34. 2aac335 libutils: String\d+ make std_string private by Steven Moreland · 7 years ago
  35. 068e00b Merge "Revert "Add BMS as a Battery type"" by TreeHugger Robot · 7 years ago
  36. 8d17bc6 Revert "Add BMS as a Battery type" by Yueyao Zhu · 7 years ago
  37. 72adf11 healthd: return battery status property by Jin Qian · 7 years ago
  38. f13c6ff Add BMS as a Battery type by Adam Lesinski · 8 years ago
  39. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  40. 9f6b80c resolve merge conflicts of a617e33 to stage-aosp-master by Dmitry Shmidt · 8 years ago
  41. 3217c5c batterymonitor: simplify readFromFile and use std::string buffers by Michael Scott · 8 years ago
  42. 8df54e7 healthd: Add charge counter for BatteryProperties. am: 3f9886b by Ruchi Kandoi · 8 years ago
  43. 3f9886b healthd: Add charge counter for BatteryProperties. by Ruchi Kandoi · 8 years ago
  44. 89e2d4d Merge "healthd: Check if battery device exists instead of charger drivers before setting fake properties." by Ruchi Kandoi · 8 years ago
  45. fabd490 healthd: Check if battery device exists instead of charger drivers before by Ruchi Kandoi · 8 years ago
  46. 3951020 Merge "healthd: Correct the scaling factor for maxVoltage and maxCurrent." into nyc-dev by Ruchi Kandoi · 8 years ago
  47. 5c09ec1 healthd: Correct the scaling factor for maxVoltage and maxCurrent. by Ruchi Kandoi · 8 years ago
  48. ef375c6 Merge "healthd: Read the max power supply voltage" into nyc-dev am: df09aefc16 by Badhri Jagan Sridharan · 8 years ago
  49. 40e1df4 healthd: Read the max power supply voltage by Badhri Jagan Sridharan · 9 years ago
  50. b0580d7 healthd: support reading charge status from BatteryMonitor. by Yabin Cui · 8 years ago
  51. f6dbc6d healthd: separate libbatterymonitor for use in recovery. by Yabin Cui · 8 years ago
  52. ac3387b healthd: init members of BatteryMonitor. by Yabin Cui · 8 years ago
  53. bb8ae5d Merge "healthd: Remove warning by clang compiler." am: 08c8b53800 am: 78ed1935e1 by Ruchi Kandoi · 8 years ago
  54. e9320b7 healthd: Remove warning by clang compiler. by Ruchi Kandoi · 8 years ago
  55. f8eaff2 Merge "healthd: support reading charge status from BatteryMonitor." am: d633106d3e by Yabin Cui · 8 years ago
  56. aedf603 healthd: support reading charge status from BatteryMonitor. by Yabin Cui · 8 years ago
  57. 22b6f7a resolve merge conflicts of 0f5d443d0c to nyc-dev-plus-aosp by James Hawkins · 8 years ago
  58. bd04bb0 Merge "system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr." by James Hawkins · 8 years ago
  59. fb516c2 Merge "healthd: separate libbatterymonitor for use in recovery." am: 219806bc7a by Yabin Cui · 8 years ago
  60. e98e177 healthd: separate libbatterymonitor for use in recovery. by Yabin Cui · 8 years ago
  61. 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 8 years ago
  62. 7e84cbd Merge "healthd: init members of BatteryMonitor." am: 2773d4f96a by Yabin Cui · 8 years ago
  63. db04a49 healthd: init members of BatteryMonitor. by Yabin Cui · 8 years ago
  64. 96e3d1b Merge "Add support for USB_HVDCP chargers" am: ba3014c914 am: a902887970 by Elliott Hughes · 8 years ago
  65. 3282861 Add support for USB_HVDCP chargers by Johan Redestig · 8 years ago
  66. 580933e Merge "logd: isMonotonic improvements" am: 554630f94e am: e4a625a844 by Mark Salyzyn · 9 years ago
  67. 10b82b6 logd: isMonotonic improvements by Mark Salyzyn · 9 years ago
  68. 7ac8cac Merge remote-tracking branch \'origin/mnc-dr2-dev\' into mnc-dr2-dev-plus-aosp by Qiwen Zhao · 9 years ago
  69. e99972a Merge "healthd: Support new PD and USB Type C types" am: ab75edb4ad am: 741df1263e by Ruchi Kandoi · 9 years ago
  70. 741df12 Merge "healthd: Support new PD and USB Type C types" am: ab75edb4ad by Ruchi Kandoi · 9 years ago
  71. 8a4eef6 healthd: Support new PD and USB Type C types by Benson Leung · 9 years ago
  72. 42d9133 healthd: Read the max power supply voltage by Badhri Jagan Sridharan · 9 years ago
  73. 585ab65 Adding comment removed from failed merge (6acb240c) by Ian Pedowitz · 9 years ago
  74. 6acb240 am 43ed8e15: am 08cf0e55: Merge "healthd: Adds fake battery properties for devices with no battery." into mnc-dr-dev by Ruchi Kandoi · 9 years ago
  75. 42a981d healthd: Adds fake battery properties for devices with no battery. by Ruchi Kandoi · 9 years ago
  76. f18ec9f healthd: Adds fake battery properties for devices with no battery. by Ruchi Kandoi · 9 years ago
  77. bc193c5 healthd: logd: add timestamp to kernel logged battery messages by Mark Salyzyn · 9 years ago
  78. ef1bb41 am 62729a1d: am 565e4c6a: Merge "healthd: Adds cycle_count, current_now and full_charge properties." by Ruchi Kandoi · 9 years ago
  79. cc33880 healthd: Adds cycle_count, current_now and full_charge properties. by Ruchi Kandoi · 9 years ago
  80. 2be6ebb am e49aba54: am 95e7cb5b: Merge "healthd: logd: add timestamp to kernel logged battery messages" by Mark Salyzyn · 9 years ago
  81. acb1ddf healthd: logd: add timestamp to kernel logged battery messages by Mark Salyzyn · 9 years ago
  82. d5fe667 Show charging speed on Keyguard by Adrian Roos · 9 years ago
  83. 38c3386 resolved conflicts for merge of 03be4928 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  84. c0970d3 Healthd: Remove unused variables by Andreas Gampe · 10 years ago
  85. ebeb0c0 healthd: use warning level for info logs by Todd Poynor · 10 years ago
  86. a78fc23 healthd: Reports arbitrary numbers for capacity and temperature when by Ruchi Kandoi · 10 years ago
  87. 3db03a5 healthd: Set fixed battery level and temperature via properties by Todd Poynor · 10 years ago
  88. e14b37e healthd: Add hooks for ENERGY_COUNTER property by Todd Poynor · 10 years ago
  89. 8f132af healthd: Add ENERGY_COUNTER property placeholder, and 64-bit properties by Todd Poynor · 10 years ago
  90. 6f5b47f healthd: Turn on -Werror by Mark Salyzyn · 10 years ago
  91. 347c8de healthd: Add battery capacity to getProperty by Paul Lawrence · 10 years ago
  92. c15e993 healthd: remove/rearrange extra battery property handling by Todd Poynor · 11 years ago
  93. 020369d healthd: BatteryService dumpstate support by Todd Poynor · 11 years ago
  94. 6dcc45e healthd: Fixups for systems without batteries or removable batteries by Todd Poynor · 11 years ago
  95. 2e227fb healthd: start switchover to BatteryExtraProperties by Todd Poynor · 11 years ago
  96. c7464c9 healthd: move Android communication code to separate source by Todd Poynor · 11 years ago
  97. 7b27f27 healthd: break link between BatteryMonitor and BatteryPropertiesRegistrar by Todd Poynor · 11 years ago
  98. bc10211 healthd: Add average current property by Todd Poynor · 11 years ago
  99. c133b71 healthd: read individual battery property value on demand by Todd Poynor · 11 years ago
  100. f5d3012 healthd: Move power_supply attribute paths to healthd_config by Todd Poynor · 11 years ago