1. 346acb1 Sanity-check erroneous backup agent instantiations by Christopher Tate · 12 years ago
  2. a8a9bd6 Fix issue #7311376: Add API to allow apps to know if they are... by Dianne Hackborn · 12 years ago
  3. 5fe7e2a Fix issue #6968859: home not exiting an ANR'd dream by Dianne Hackborn · 12 years ago
  4. d4ac8d7 Fix issue #7211769 and #7244492, thrash around on #7226656. by Dianne Hackborn · 12 years ago
  5. ea7e915 AppInfo from Notifications for secondary users by Amith Yamasani · 12 years ago
  6. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  7. c72fc67 Implement multi-user PackageMonitor. by Dianne Hackborn · 12 years ago
  8. 15491c6 Switch to showing top-most thumbnail of recent apps. by Dianne Hackborn · 12 years ago
  9. ad9b3211 Try again to fix issue #6912004:tap on gmail notification sends me to home screen by Dianne Hackborn · 12 years ago
  10. 5dc5a00 More multi-user stuff. by Dianne Hackborn · 12 years ago
  11. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  12. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  13. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  14. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  15. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  16. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  17. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  18. 1927ae8 Fix issue #6717667: expanded notification actions don't work on the lock screen by Dianne Hackborn · 12 years ago
  19. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  20. 5320eb8 Fix activity resolver, issues #6519130 and #6507239 by Dianne Hackborn · 12 years ago
  21. ecc5a9c Add new Activity.finishAffinity() method. by Dianne Hackborn · 12 years ago
  22. ff5b158 Keep activities stopped while the lock screen is up. by Dianne Hackborn · 12 years ago
  23. c4a07d1 Attribute alarm broadcast wakelocks to the sender by Christopher Tate · 12 years ago
  24. dd8fab2 TaskStackBuilder and Activity navigation features for framework by Adam Powell · 12 years ago
  25. 52f1d75 Show the current user in power menu by Amith Yamasani · 12 years ago
  26. 69f819b Merge "Include GIDs for unenforced permissions." by Jeff Sharkey · 12 years ago
  27. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  28. b9a0701 Include GIDs for unenforced permissions. by Jeff Sharkey · 12 years ago
  29. 7a2195c Start using the new activity options argument. by Dianne Hackborn · 12 years ago
  30. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  31. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  32. 27ff913 Work on more low memory reporting to apps. by Dianne Hackborn · 12 years ago
  33. 25872aa Adding shell commands for modifying content. by Svetoslav Ganov · 12 years ago
  34. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  35. 21fbd1f Some cruft removal. by Dianne Hackborn · 12 years ago
  36. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  37. e4d4fbc Add drop box reports of low memory. by Dianne Hackborn · 13 years ago
  38. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  39. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  40. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  41. b437e09 Improved memory use reporting. by Dianne Hackborn · 13 years ago
  42. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  43. 31ca854 Fix issue #4976176: Font size setting does not persist by Dianne Hackborn · 13 years ago
  44. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  45. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 13 years ago
  46. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 13 years ago
  47. a462079 Observe screen on/off events in NetworkPolicy. by Jeff Sharkey · 13 years ago
  48. 3d0724d resolved conflicts for merge of 0e59729b to master by Dianne Hackborn · 13 years ago
  49. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  50. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  51. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  52. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  53. beb182a Merge "Package manager changes to store and update user information." by Amith Yamasani · 13 years ago
  54. 4b2e934 Package manager changes to store and update user information. by Amith Yamasani · 13 years ago
  55. f26fd99 Rework thumbnails in activity manager. by Dianne Hackborn · 13 years ago
  56. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 13 years ago
  57. d94df45 Rework thumbnail API to not suffer from IPC failures. by Dianne Hackborn · 13 years ago
  58. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 14 years ago
  59. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 14 years ago
  60. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  61. a1b0d69 resolved conflicts for merge of efa4f7f8 to master by Dianne Hackborn · 14 years ago
  62. 3c4c2b7 Fix issue #3001368: API REVIEW: android.app.Activity by Dianne Hackborn · 14 years ago
  63. 90f4aaf Implement permission granting in clipboard. by Dianne Hackborn · 14 years ago
  64. cca1f0e Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  65. 8313fc7 Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  66. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 14 years ago
  67. c8f8497 resolved conflicts for merge of 66d633d2 to master by Dianne Hackborn · 14 years ago
  68. 7e26964 Don't retain global ref to last inflated context. by Dianne Hackborn · 14 years ago
  69. 37444f4 am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false" is not obeyed" into gingerbread by Dianne Hackborn · 14 years ago
  70. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 14 years ago
  71. 86dde2d am e2d33bbc: am d2165cfc: Merge "StrictMode: time violations in Binder calls" into gingerbread by Brad Fitzpatrick · 14 years ago
  72. cb9ceb1 StrictMode: time violations in Binder calls by Brad Fitzpatrick · 14 years ago
  73. 824c510 Allow "am" to initiate heap dumps. by Andy McFadden · 14 years ago
  74. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 14 years ago
  75. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  76. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  77. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  78. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  79. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  80. f7f5dda Add new activity manager method to get list of running applications installed on sdcard. by Suchi Amalapurapu · 14 years ago
  81. 2ccda4d Improve switching to car mode, retain night mode option. by Dianne Hackborn · 14 years ago
  82. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  83. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 14 years ago
  84. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 14 years ago
  85. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 14 years ago
  86. 03abb81 Kill the task killers. by Dianne Hackborn · 15 years ago
  87. 60d8762 DropBox logging of app & system server crashes. by Dan Egnor · 15 years ago
  88. b7f0367 Eliminate CrashData and friends. by Dan Egnor · 15 years ago
  89. e88846e Semi-workaround for #2027266: app drawer showing up on the side of the screen by Dianne Hackborn · 15 years ago
  90. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  91. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  92. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
  93. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago
  94. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  95. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  96. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  97. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 15 years ago
  98. f6f9f2d Add more control over a service's start state. by Dianne Hackborn · 15 years ago
  99. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  100. a6ddc8a Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden by Dianne Hackborn · 15 years ago