1. c6c6336 frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new default by Brian Carlstrom · 11 years ago
  2. d40a4d7 Merge "Add media router service and integrate with remote displays." into klp-dev by Jeff Brown · 11 years ago
  3. 69b0716 Add media router service and integrate with remote displays. by Jeff Brown · 11 years ago
  4. 5637ffc Move set of persist.sys.dalvik.vm.lib to SystemServer only by Brian Carlstrom · 11 years ago
  5. 04675f6 Set P2p statemachine's network manager before starting Wifi by Vinit Deshapnde · 11 years ago
  6. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 11 years ago
  7. 51e95df Add consumer IR framework by Erik Gilling · 11 years ago
  8. a002715 Refactoring of the print sub-system and API clean up. by Svetoslav Ganov · 11 years ago
  9. ef69117 Remove dead code in system server initialization. by Jeff Brown · 11 years ago
  10. 4b9a4d1 Print - platform APIs by Svetoslav Ganov · 11 years ago
  11. 025adc4 Don't wait for the MountService to be ready when encrypting by Ken Sumrall · 11 years ago
  12. 713df15 Add app ops for wake locks. by Dianne Hackborn · 11 years ago
  13. efa92b2 Cleanup some of the thread merging. by Dianne Hackborn · 11 years ago
  14. 100ed15 am b0675df8: am faa47b52: Merge "Idle maintenance scheduling broken." into jb-mr2-dev by Svetoslav · 11 years ago
  15. 6a08a12 Idle maintenance scheduling broken. by Svetoslav · 11 years ago
  16. c9dc93e Merge "Start combining threads in system process." by Dianne Hackborn · 11 years ago
  17. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  18. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  19. f80d45b resolved conflicts for merge of 3424b817 to master by Kenny Root · 11 years ago
  20. 1dd01eb3 Donot start Bluetooth Manager Service when bluetooth hardware feature is missing by Matthew Xie · 11 years ago
  21. 94e602d am 1b50e4ea: am ca2a6374: Merge "Environment should only warn when asked." into jb-mr2-dev by Jeff Sharkey · 11 years ago
  22. 48749fc Environment should only warn when asked. by Jeff Sharkey · 11 years ago
  23. e4d9a01 Phase 1 of refactoring SystemServer. by Dan Morrill · 11 years ago
  24. 232b4d6 resolved conflicts for merge of c16da6aa to master by Kenny Root · 11 years ago
  25. 58d380d debuggerd now notifies the Activity Manager about native crashes by Christopher Tate · 11 years ago
  26. 6d19033 am 0e5b5f66: am 0841c4cb: Merge "EntropyMixer: Write entropy at shutdown / reboot / power" into jb-mr2-dev by Nick Kralevich · 11 years ago
  27. 79619dd EntropyMixer: Write entropy at shutdown / reboot / power by Nick Kralevich · 11 years ago
  28. 5ecd811 Move keyguard to its own process. by Jim Miller · 12 years ago
  29. d017f35 Move wifiservice into its own package by Irfan Sheriff · 12 years ago
  30. b3038ec Adding idle maintenance service. by Svetoslav · 12 years ago
  31. ca6486e Removed Throttle Manager as obsolete by Sasha Levitskiy · 12 years ago
  32. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  33. 7a96c39 Move lingering services to services.jar. by Jeff Sharkey · 12 years ago
  34. 40e9f29 Quiet down a lot of logging. by Dianne Hackborn · 12 years ago
  35. cd75706 System server should always send broadcasts to a specific or all users by Amith Yamasani · 12 years ago
  36. ed108f3 Frameworks base: Promote dream setting defaults to config. by John Spurlock · 12 years ago
  37. 2f39e9f Switch from uevent model to /dev/input/event. by Craig Mautner · 12 years ago
  38. be87e2f Fix issue #7255954: API Review: rename Dream to DreamService by Dianne Hackborn · 12 years ago
  39. 62c82e4 Make DreamManagerService more robust. by Jeff Brown · 12 years ago
  40. cef440f Move DreamManagerService to its own package. by Jeff Brown · 12 years ago
  41. 888eb73 resolved conflicts for merge of 814f5ac3 to jb-mr1-dev by Amith Yamasani · 12 years ago
  42. b079d1f am 5e8cbdc0: Merge "Fixing services start order that impacts ICS - JB upgrade" by Amith Yamasani · 12 years ago
  43. b4c3367 Merge "Disentangle input manager service startup." into jb-mr1-dev by Jeff Brown · 12 years ago
  44. a9d131c Disentangle input manager service startup. by Jeff Brown · 12 years ago
  45. ca2cb18 Merge "Suppress location information for non-active users." into jb-mr1-dev by Wink Saville · 12 years ago
  46. a12a7b3 Suppress location information for non-active users. by Wink Saville · 12 years ago
  47. e0de5bf Merge "Fire "dreaming started" and "dreaming stopped" broadcasts." into jb-mr1-dev by John Spurlock · 12 years ago
  48. 89d5546 Add support for remembering Wifi display devices. by Jeff Brown · 12 years ago
  49. f4f6b4c Fire "dreaming started" and "dreaming stopped" broadcasts. by John Spurlock · 12 years ago
  50. f35df5b Fixing services start order that impacts ICS - JB upgrade by Felipe Ramos · 12 years ago
  51. f69c812 Wait for installd to finish starting before booting. by Jeff Brown · 12 years ago
  52. b049e21 Include user identifier in external storage paths. by Jeff Sharkey · 12 years ago
  53. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  54. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  55. 4ed8fe7 More improvements to the display manager. by Jeff Brown · 12 years ago
  56. bd6e150 Add initial multi-display support. by Jeff Brown · 12 years ago
  57. 4428e17 Some clean up of app install and user management. by Dianne Hackborn · 12 years ago
  58. aa202a6 Add a mechanism to adjust auto-brightness at night. by Jeff Brown · 12 years ago
  59. 2416e09 Extract the twilight detection into its own service. by Jeff Brown · 12 years ago
  60. 848c2dc Stub out display manager service implementation. by Jeff Brown · 12 years ago
  61. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  62. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  63. 5017f23 Call systemReady on the lock settings before doing so on the window manager by Jason Simmons · 12 years ago
  64. f95f3eb Merge "Allow access to display manager service from isolated processes." into jb-mr1-dev by Jeff Brown · 12 years ago
  65. e7c1d88 Allow access to display manager service from isolated processes. by Jeff Brown · 12 years ago
  66. 437a0fb Merge "Introduce multiple displays with DisplayContent." into jb-mr1-dev by Craig Mautner · 12 years ago
  67. 59c0097 Introduce multiple displays with DisplayContent. by Craig Mautner · 12 years ago
  68. e23ae14 am fa74f7e0: am bba948dc: Merge "Delay AccountManagerService initialization" into jb-dev by Kenny Root · 12 years ago
  69. fa74f7e am bba948dc: Merge "Delay AccountManagerService initialization" into jb-dev by Kenny Root · 12 years ago
  70. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  71. fa25bf5 Add display manager skeleton. by Jeff Brown · 12 years ago
  72. 9631314 Fix merge error, put in tmp workaround for input manager. by Matthew Xie · 12 years ago
  73. 0f42037 Non persistent adapter service by fredc · 12 years ago
  74. e21a4ac Add a new version of the disable API. by Jaikumar Ganesh · 12 years ago
  75. 3419618 Remove BT references from System Server. by Jaikumar Ganesh · 13 years ago
  76. ad51a1e am 0086ec0d: am d48cf0c0: Merge "Don\'t wait until boot timeout if there is no wallpaper." into jb-dev by Jeff Brown · 12 years ago
  77. 0086ec0 am d48cf0c0: Merge "Don\'t wait until boot timeout if there is no wallpaper." into jb-dev by Jeff Brown · 12 years ago
  78. 780c46f Don't wait until boot timeout if there is no wallpaper. by Jeff Brown · 12 years ago
  79. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  80. 3430959 am 569f5bdd: am 37d8ac1b: Merge "SystemServer: Looper\'s getMainLooper to return ServerThread" by Dianne Hackborn · 12 years ago
  81. 51a573c Wait for ASECs to be scanned before proceeding by Kenny Root · 12 years ago
  82. b696c05 Merge "Adds support for the CertBlacklister." into jb-dev by Geremy Condra · 12 years ago
  83. 3d33c26 Adds support for the CertBlacklister. by Geremy Condra · 12 years ago
  84. 7304c34 Move power HAL interactions to PowerManagerService. by Jeff Brown · 12 years ago
  85. 07b0465 Scheduling policy service by Glenn Kasten · 12 years ago
  86. 9341f38 After reboot with airplane mode and BT enabled, keep BT enabled. by Jake Hamby · 12 years ago
  87. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  88. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  89. 7f6c231 Add setting to redirect vibrator to game controller. by Jeff Brown · 12 years ago
  90. 8d33d39 Merge "Show physical keyboard control button on the input method switch dialog" by satok · 12 years ago
  91. 0103849 Show physical keyboard control button on the input method switch dialog by satok · 12 years ago
  92. 7d276c3 New Android Dreams architecture, disabled for now. by Daniel Sandler · 13 years ago
  93. e9bdb31 Merge "Refactor input system into its own service." by Jeff Brown · 12 years ago
  94. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago
  95. 52c489c Lockscreen settings per user by Amith Yamasani · 12 years ago
  96. 7d024d3 Add initial framework for DNS service discovery by Irfan Sheriff · 12 years ago
  97. 8662cab5 Merge: Introduce UpdateLocks by Christopher Tate · 12 years ago
  98. c157673 Add the CommonTimeManagementService. by John Grossman · 13 years ago
  99. c067c9c Add support for disabling wallpaper service by Mike Lockwood · 13 years ago
  100. cba928c SystemServer: Add support for disabling AudioService and MountService by Mike Lockwood · 13 years ago