1. 2139276 Refactor BatteryService to new pattern. by Jeff Brown · 10 years ago
  2. 1427230 Implement control of auto power save mode. by Dianne Hackborn · 10 years ago
  3. eb94fa7 Improvements to low power mode. by Dianne Hackborn · 10 years ago
  4. d45665b Collect per-uid mobile radio usage. by Dianne Hackborn · 10 years ago
  5. a1f1a3c More battery stats. by Dianne Hackborn · 10 years ago
  6. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  7. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/BatteryService.java]
  8. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  9. 182f73f Introduce a Lifecycle for system services by Adam Lesinski · 11 years ago
  10. df89ca3 batteryservice: add battery current now and charge counter data by Todd Poynor · 11 years ago
  11. 26faecc BatteryService use IBatteryProperties interfaces, drop JNI by Todd Poynor · 11 years ago
  12. cf117164 Reduce some event log noise: by Dianne Hackborn · 11 years ago
  13. 053f61d Work on issue #9586838: Crash after waking up Hammerhead device by Dianne Hackborn · 11 years ago
  14. 8c84109 Use FastPrintWriter... everywhere. by Dianne Hackborn · 11 years ago
  15. 100ed15 am b0675df8: am faa47b52: Merge "Idle maintenance scheduling broken." into jb-mr2-dev by Svetoslav · 11 years ago
  16. 6a08a12 Idle maintenance scheduling broken. by Svetoslav · 11 years ago
  17. ec43a6b Better --unplugged support when dumping battery. by Jeff Sharkey · 11 years ago
  18. 605ea69 Fix a deadlock involving BatteryService. by Jeff Brown · 12 years ago
  19. c428aae Fix issue #7267494, issue #7212347 by Dianne Hackborn · 12 years ago
  20. f3fb895 Implement screen on hack for wireless chargers. by Jeff Brown · 12 years ago
  21. a4d8204 Fix some synchronization issues in BatteryService. by Jeff Brown · 12 years ago
  22. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  23. f3c74f3 Make battery shutdown temperature configurable by Brian Muramatsu · 12 years ago
  24. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  25. 10fb224 Disable screensavers if below first battery warning level. by John Spurlock · 12 years ago
  26. 37a37f4 add wireless charger support by Brian Muramatsu · 12 years ago
  27. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  28. e817404 dumpsys: fix problems with -a option in battery and batteryinfo services by Mike Lockwood · 13 years ago
  29. 5385974 less logging by Joe Onorato · 13 years ago
  30. 794be40 new battery assets by Joe Onorato · 14 years ago
  31. 4ca7f1e Implement reminder power dialog and invalid charger dialog. by Joe Onorato · 14 years ago
  32. de1b359 Move the battery LED code over to the battery service from the notification service (!) by Joe Onorato · 14 years ago
  33. 875ecaa am 13e46665: am 736f5ec4: Merge "Work on issue #3101415: Crespo apps seem to have their UID changed over time." into gingerbread by Dianne Hackborn · 14 years ago
  34. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  35. deff9c8 Add extra to ACTION_BATTERY_CHANGED to indicate an invalid charger is attached. by Mike Lockwood · 14 years ago
  36. d6a5f2d am d3e803ae: Revert "Shutdown when capacity is 0% and no charging or when battery is dead" by Jean-Baptiste Queru · 14 years ago
  37. d3e803a Revert "Shutdown when capacity is 0% and no charging or when battery is dead" by Jean-Baptiste Queru · 14 years ago
  38. 1429f46 am fd04143a: Shutdown when capacity is 0% and no charging or when battery is dead by Imre Sunyi · 14 years ago
  39. fd04143 Shutdown when capacity is 0% and no charging or when battery is dead by Imre Sunyi · 14 years ago
  40. 6b7b484 Various improvements to battery stats collection by Dianne Hackborn · 14 years ago
  41. 6a362a9 Add thermal shutdown. If battery temp >= 68C. by Eric Olsen · 14 years ago
  42. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  43. 18e9396 Eliminate dependencies on Checkin, replacing checkin events with EventLog by Dan Egnor · 14 years ago
  44. 43866e0 move some system services from gservices to secure settings by Doug Zongker · 15 years ago
  45. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 15 years ago
  46. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  47. d81b1f4 BatteryService: Specify low battery levels in resources. by Mike Lockwood · 15 years ago
  48. 99f7eb45 Dock screen on config can now select AC or USB. by Dianne Hackborn · 15 years ago
  49. edd9316 Add better APIs for the battery status, and other cleanup. by Dianne Hackborn · 15 years ago
  50. 07a500f BatteryService: Fix problems shutting down when the battery is dead: by Mike Lockwood · 15 years ago
  51. a7e4cf9b Fix bug 1982892 - batteryservice turns off device even while plugged in by Joe Onorato · 15 years ago
  52. 93dc9fe Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOT by Christopher Tate · 15 years ago
  53. 8ec5b83 Merge commit '1dac277f' into manualmerge by Dianne Hackborn · 15 years ago
  54. 47ee3bc If battery status is unknown don't send BATTERY_LOW intent by Rebecca Schultz Zavin · 15 years ago
  55. a82842f Move ACTION_BATTERY_LOW logic to BatteryService (bug 1630733). by Mihai Preda · 15 years ago
  56. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 15 years ago
  57. 6447ca3 Fix issue #1769910 (Track activity launch times) by Dianne Hackborn · 15 years ago
  58. 633a174 AI 144333: Change the way the battery level tracking code works in BatteryStats. Before we simply kept track of the last by Evan Millar · 15 years ago
  59. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  60. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  62. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  63. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  64. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  65. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  66. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago