1. 6d0c1d78 Sensor values changes. by Jaikumar Ganesh · 11 years ago
  2. f9e989d Queues, queues, queues and input. by Jeff Brown · 11 years ago
  3. a14acd2 Warn when exposing file:// Uris beyond a process. by Jeff Sharkey · 11 years ago
  4. ddf7e47 Unhide Bluetooth Low Energy public APIs by Matthew Xie · 11 years ago
  5. be72215 Better API for low disk space warnings. by Jeff Sharkey · 11 years ago
  6. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  7. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 11 years ago
  8. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  9. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 12 years ago
  10. d4fe37b Merge "Rename bindService to bindServiceAsUser to follow convention." by Amith Yamasani · 12 years ago
  11. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  12. 35654b6 More work on App Ops service. by Dianne Hackborn · 12 years ago
  13. ca6486e Removed Throttle Manager as obsolete by Sasha Levitskiy · 12 years ago
  14. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  15. 40e9f29 Quiet down a lot of logging. by Dianne Hackborn · 12 years ago
  16. cd75706 System server should always send broadcasts to a specific or all users by Amith Yamasani · 12 years ago
  17. c0bd747 Further work on issue #7307399: Framework needs a new pre-user-shutdown... by Dianne Hackborn · 12 years ago
  18. 9c2a38ed Merge "Fix resource reading for secondary users" into jb-mr1-dev by Amith Yamasani · 12 years ago
  19. 64442c1 Fix resource reading for secondary users by Amith Yamasani · 12 years ago
  20. 6f2a3d2 Quick settings user display and switching by Adam Powell · 12 years ago
  21. fc3f24b Make USB services multi-user aware. by Jeff Sharkey · 12 years ago
  22. ded653b Fix "system" resources; more context user work. by Jeff Sharkey · 12 years ago
  23. 98edc95 Load resources for the correct user by Amith Yamasani · 12 years ago
  24. ea7e915 AppInfo from Notifications for secondary users by Amith Yamasani · 12 years ago
  25. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  26. 27bd34d Multi-user MTP. by Jeff Sharkey · 12 years ago
  27. 4dc7a68 Set up default (random) Android IDs for all users by Christopher Tate · 12 years ago
  28. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  29. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  30. 2701f32 Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  31. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  32. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  33. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  34. bd6e150 Add initial multi-display support. by Jeff Brown · 12 years ago
  35. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  36. 5d1122a Merge "Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  37. f1c26e2 Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action. by Dianne Hackborn · 12 years ago
  38. 92d5705 Handle null cache directory by Amith Yamasani · 12 years ago
  39. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  40. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  41. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  42. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  43. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  44. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  45. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  46. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  47. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  48. fa25bf5 Add display manager skeleton. by Jeff Brown · 12 years ago
  49. cba4d38 Merge "Update WifiManager API" by Irfan Sheriff · 12 years ago
  50. 88759bb Update WifiManager API by Irfan Sheriff · 12 years ago
  51. d32460c Refactor local window manager implementation. by Jeff Brown · 12 years ago
  52. 3a6794c Merge "Changes to Bluetooth Service structure." by Matthew Xie · 12 years ago
  53. e0fd693 Improve geofencing: throttle location updates with distance to fence. by Nick Pelly · 12 years ago
  54. 1abb1cb Changes to Bluetooth Service structure. by Jaikumar Ganesh · 13 years ago
  55. f8fd7ef Merge "Fail immediately if bindService() is passed a null ServiceConnection" by Christopher Tate · 12 years ago
  56. 79b3317 Fail immediately if bindService() is passed a null ServiceConnection by Christopher Tate · 12 years ago
  57. b58b8f8 Rework media router to be per-context with global process state. by Dianne Hackborn · 12 years ago
  58. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  59. 652b6d1 Add infrastructure for accessing "unstable" content providers. by Dianne Hackborn · 12 years ago
  60. 22af38c API review fixes by Irfan Sheriff · 12 years ago
  61. 816e4f7 System context should inherit base package name. by Jeff Sharkey · 12 years ago
  62. 25157e4 Refactor SensorManager to move non-API bits into a subclass. by Jeff Brown · 12 years ago
  63. c234613 Extract Vibrator implementation from interface. by Jeff Brown · 12 years ago
  64. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  65. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 12 years ago
  66. 23b871d Merge "Initial commit of InputManager and keyboard layout API." by Jeff Brown · 12 years ago
  67. 9df6e7a Initial commit of InputManager and keyboard layout API. by Jeff Brown · 12 years ago
  68. 7d024d3 Add initial framework for DNS service discovery by Irfan Sheriff · 12 years ago
  69. 47847f3 Support enabling WAL using a flag when DB is opened. by Jeff Brown · 12 years ago
  70. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  71. 79087e4 Add an API for deleting databases. by Jeff Brown · 12 years ago
  72. 67cf7d3 Fix Power Control widget by Amith Yamasani · 12 years ago
  73. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  74. b01e8bf New Serial Manager API: by Mike Lockwood · 13 years ago
  75. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  76. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  77. 6e90a36 Fix bug 5159736 - Make DeviceDefault the default by Adam Powell · 13 years ago
  78. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  79. 55bc5f3 Updated: Wi-Fi p2p framework by repo sync · 13 years ago
  80. 988323c Create TextServiceManager and SpellCheckerService by satok · 13 years ago
  81. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  82. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  83. 8969d99 Revert "Create TextServiceManager and SpellCheckerService" by satok · 13 years ago
  84. eaddb89 Create TextServiceManager and SpellCheckerService by satok · 13 years ago
  85. 1a30395 DownloadManager flags for network policy. by Jeff Sharkey · 13 years ago
  86. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  87. 81e56d5 Rework how we decide whether to use system or status bar. by Dianne Hackborn · 13 years ago
  88. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  89. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  90. 3a68b83 USB: Add API and dialog for apps to request permissions for USB devices and accessories by Mike Lockwood · 13 years ago
  91. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 13 years ago
  92. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  93. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  94. d922ae0 Add Holo theme for IMEs. by Dianne Hackborn · 14 years ago
  95. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  96. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  97. d250746 resolved conflicts for merge of 1d0d1188 to master by Nick Pelly · 14 years ago
  98. 1d0d118 am ae56a851: Merge "Make getSystemService(NFC_SERVICE) the NFC entry point." into gingerbread by Nick Pelly · 14 years ago
  99. 50b4d8f Make getSystemService(NFC_SERVICE) the NFC entry point. by Nick Pelly · 14 years ago
  100. 4cd50b8 Make getSharedPreference() async, blocking on first access. by Brad Fitzpatrick · 14 years ago