1. 848c2dc Stub out display manager service implementation. by Jeff Brown · 12 years ago
  2. ce77717 Fixed static wallpaper for multi-user by Amith Yamasani · 12 years ago
  3. fc6e0ca Fix build part 2 by Amith Yamasani · 12 years ago
  4. 7fdaa39 Merge "Save preferred activity info with user id." into jb-mr1-dev by Amith Yamasani · 12 years ago
  5. 029675e Merge "Fix launching activity from a pending intent" into jb-mr1-dev by Amith Yamasani · 12 years ago
  6. 2b7a0d0 Fix addGeofence() and addProximityAlert(). by Nick Pelly · 12 years ago
  7. 4035f5a Port location blacklist code to MR1. by Nick Pelly · 12 years ago
  8. 7300dbe Fix launching activity from a pending intent by Amith Yamasani · 12 years ago
  9. 81c304b Merge "Send USER_SWITCHED with the correct permission" into jb-mr1-dev by Amith Yamasani · 12 years ago
  10. 1ab36c1 Send USER_SWITCHED with the correct permission by Amith Yamasani · 12 years ago
  11. a3f133a Save preferred activity info with user id. by Amith Yamasani · 12 years ago
  12. d2ae85d Merge "Adding a thumbnail scale down animation" into jb-mr1-dev by Michael Jurka · 12 years ago
  13. aeca689 Merge "Fix regression from location changes: GPS battery tracking." into jb-mr1-dev by Nick Pelly · 12 years ago
  14. f2033e4 Fix regression from location changes: GPS battery tracking. by Nick Pelly · 12 years ago
  15. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  16. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  17. 1f3f128 Merge "Add javadoc for new location API's." into jb-mr1-dev by Nick Pelly · 12 years ago
  18. 4e31c4f Add javadoc for new location API's. by Nick Pelly · 12 years ago
  19. 9a994b5 am 050c87f8: am a950daf5: Merge changes Ieb566a2a,I953057cd by Kenny Root · 12 years ago
  20. 050c87f am a950daf5: Merge changes Ieb566a2a,I953057cd by Kenny Root · 12 years ago
  21. 13c589b Animate brightness with electron beam. by Jeff Brown · 12 years ago
  22. 520ee7b am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding." by Kenny Root · 12 years ago
  23. a2e8365 am 9b0da58e: Merge "Introduce a restorecon JNI binding." by Kenny Root · 12 years ago
  24. 786cbca Use Libcore.os.stat instead of FileUtils by Kenny Root · 12 years ago
  25. 60020e2 Merge "Improve coarse locations." into jb-mr1-dev by Nick Pelly · 12 years ago
  26. 74fa7ea Improve coarse locations. by Nick Pelly · 12 years ago
  27. 9b0da58 Merge "Introduce a restorecon JNI binding." by Kenny Root · 12 years ago
  28. c584b65 Merge "Multi-user external storage support." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  29. ee98610 Merge "Set the brightness to zero on screen-off" into jb-mr1-dev by Iliyan Malchev · 12 years ago
  30. 122415f Set the brightness to zero on screen-off by Iliyan Malchev · 12 years ago
  31. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  32. 7c964e7 Merge changes I39804ee6,I6a5a7ea2 into jb-mr1-dev by Jeff Brown · 12 years ago
  33. e663975 Merge "Improve auto-brightness debounce." into jb-mr1-dev by Jeff Brown · 12 years ago
  34. 1a30b55 Use spline interpolation for auto-brightness. by Jeff Brown · 12 years ago
  35. 832cb22 Adding a thumbnail scale down animation by Michael Jurka · 12 years ago
  36. 06565b6 Improve auto-brightness debounce. by Jeff Brown · 12 years ago
  37. 5b1ada2 Multi-user external storage support. by Jeff Sharkey · 12 years ago
  38. a1a1a1d Merge "Fix issue #6955586: No navigation bar in landscape on tablets" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  39. 5a052a4 Fix issue #6955586: No navigation bar in landscape on tablets by Dianne Hackborn · 12 years ago
  40. f630782 CTS test for WiFi watchdog - framework support. by Yuhao Zheng · 12 years ago
  41. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  42. ff7e6ef Apply ValueAnimator scale factor immediately in WM. by Jeff Brown · 12 years ago
  43. 58de142 Merge "Implement enableNoAutoconnect()" into jb-mr1-dev by Matthew Xie · 12 years ago
  44. fffa86b Implement enableNoAutoconnect() by Ganesh Ganapathi Batta · 12 years ago
  45. 510cff9 am f02354e2: am 9064a483: Merge "Added missing USB_DEVICE_ATTACHED broadcast to running Activity" by Mike Lockwood · 12 years ago
  46. f02354e am 9064a483: Merge "Added missing USB_DEVICE_ATTACHED broadcast to running Activity" by Mike Lockwood · 12 years ago
  47. 9064a48 Merge "Added missing USB_DEVICE_ATTACHED broadcast to running Activity" by Mike Lockwood · 12 years ago
  48. bf7d222 Merge "Don't back up / restore non-primary users' data" into jb-mr1-dev by Christopher Tate · 12 years ago
  49. aac71ff Don't back up / restore non-primary users' data by Christopher Tate · 12 years ago
  50. 1866f68 Merge "Modify how the background process LRU list is handled." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  51. f88dd0b Small service cleanup. by Dianne Hackborn · 12 years ago
  52. ee7621c Modify how the background process LRU list is handled. by Dianne Hackborn · 12 years ago
  53. 7be1a3d Stop screensaver on incoming phone call. by John Spurlock · 12 years ago
  54. 38cc2a5 am 3221bf27: am 438a0efc: Do not eject internal ASECs when storage unmounted by Kenny Root · 12 years ago
  55. 3221bf2 am 438a0efc: Do not eject internal ASECs when storage unmounted by Kenny Root · 12 years ago
  56. 438a0ef Do not eject internal ASECs when storage unmounted by Kenny Root · 12 years ago
  57. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  58. 75f0fac Merge "Fix a couple of bugs from the location overhaul." into jb-mr1-dev by Nick Pelly · 12 years ago
  59. 08ca104 Fix a couple of bugs from the location overhaul. by Nick Pelly · 12 years ago
  60. 77b2579 Merge "Setup idletimer for network interface." into jb-mr1-dev by Ashish Sharma · 12 years ago
  61. 0412423 Setup idletimer for network interface. by Haoyu Bai · 12 years ago
  62. 6fa9ad4 Location overhaul, major commit. by Nick Pelly · 12 years ago
  63. 14262d7 Merge "Control GPS logging with property" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  64. 1715cb3 Control GPS logging with property by Brian Muramatsu · 12 years ago
  65. c5bfe19 Merge "Fix screen timeout determination for starting dream." into jb-mr1-dev by John Spurlock · 12 years ago
  66. b9ba2b6 Fix screen timeout determination for starting dream. by John Spurlock · 12 years ago
  67. 2c02933 Merge "Send BOOT_COMPLETED to all users." into jb-mr1-dev by Amith Yamasani · 12 years ago
  68. 015b9f4 Fix the dock-insertion Dream entry codepath. by Daniel Sandler · 12 years ago
  69. 4860cfc Send BOOT_COMPLETED to all users. by Amith Yamasani · 12 years ago
  70. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  71. fb11ffa Merge "Isolate NetworkStateTracker creation, test." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  72. fb878b6 Isolate NetworkStateTracker creation, test. by Jeff Sharkey · 12 years ago
  73. 82f479d Merge "Cleaner controls between Vpn and init services." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  74. a56d9ce Merge "Revert "Pass URLs to package verifiers"" into jb-mr1-dev by Rich Cannings · 12 years ago
  75. 5017f23 Call systemReady on the lock settings before doing so on the window manager by Jason Simmons · 12 years ago
  76. e1d7c71 Revert "Pass URLs to package verifiers" by Rich Cannings · 12 years ago
  77. 5379158 Merge "More mult-user API work." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  78. 786546e Check the ACTIVATE_ON_DOCK setting in DockObserver. by John Spurlock · 12 years ago
  79. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  80. 85b1041 Merge "Window position not reported if the window is not moved." into jb-mr1-dev by Svetoslav Ganov · 12 years ago
  81. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  82. 3c91724 Merge "Refactor Service code out of main ActivityManagerService class." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  83. 599db5c Refactor Service code out of main ActivityManagerService class. by Dianne Hackborn · 12 years ago
  84. 088f29f Cleaner controls between Vpn and init services. by Jeff Sharkey · 12 years ago
  85. 4e4306a Merge "Include network type that caused broadcast." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  86. 75fbb4b Include network type that caused broadcast. by Jeff Sharkey · 12 years ago
  87. bec1d13 Merge "Make generic BaseNetworkObserver." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  88. 9c5c659 Merge "Make LocalSocket Closeable." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  89. 216c181 Make generic BaseNetworkObserver. by Jeff Sharkey · 12 years ago
  90. 065b299 Make LocalSocket Closeable. by Jeff Sharkey · 12 years ago
  91. 2e5746a Merge "We can now (kind-of) change screen density on the fly." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  92. dde331c We can now (kind-of) change screen density on the fly. by Dianne Hackborn · 12 years ago
  93. 0b24b1d Merge "Pass changed NetworkInfo to LocationProvider." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  94. 821bd80 Pass changed NetworkInfo to LocationProvider. by Jeff Sharkey · 12 years ago
  95. 3185b37 Merge "Re-enable dreams: frameworks/base" into jb-mr1-dev by John Spurlock · 12 years ago
  96. 7de5394 Merge "Add features to DisplayManager." into jb-mr1-dev by Craig Mautner · 12 years ago
  97. bc632a2 Re-enable dreams: frameworks/base by John Spurlock · 12 years ago
  98. 329465c Merge "Add APIs for interacting across users." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  99. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  100. f95f3eb Merge "Allow access to display manager service from isolated processes." into jb-mr1-dev by Jeff Brown · 12 years ago