1. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  2. 5320eb8 Fix activity resolver, issues #6519130 and #6507239 by Dianne Hackborn · 12 years ago
  3. ecc5a9c Add new Activity.finishAffinity() method. by Dianne Hackborn · 12 years ago
  4. ff5b158 Keep activities stopped while the lock screen is up. by Dianne Hackborn · 12 years ago
  5. c4a07d1 Attribute alarm broadcast wakelocks to the sender by Christopher Tate · 12 years ago
  6. dd8fab2 TaskStackBuilder and Activity navigation features for framework by Adam Powell · 12 years ago
  7. 52f1d75 Show the current user in power menu by Amith Yamasani · 12 years ago
  8. 69f819b Merge "Include GIDs for unenforced permissions." by Jeff Sharkey · 12 years ago
  9. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  10. b9a0701 Include GIDs for unenforced permissions. by Jeff Sharkey · 12 years ago
  11. 7a2195c Start using the new activity options argument. by Dianne Hackborn · 12 years ago
  12. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  13. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  14. 27ff913 Work on more low memory reporting to apps. by Dianne Hackborn · 12 years ago
  15. 25872aa Adding shell commands for modifying content. by Svetoslav Ganov · 12 years ago
  16. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  17. 21fbd1f Some cruft removal. by Dianne Hackborn · 12 years ago
  18. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  19. e4d4fbc Add drop box reports of low memory. by Dianne Hackborn · 13 years ago
  20. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  21. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  22. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  23. b437e09 Improved memory use reporting. by Dianne Hackborn · 13 years ago
  24. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  25. 31ca854 Fix issue #4976176: Font size setting does not persist by Dianne Hackborn · 13 years ago
  26. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  27. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 13 years ago
  28. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 13 years ago
  29. a462079 Observe screen on/off events in NetworkPolicy. by Jeff Sharkey · 13 years ago
  30. 3d0724d resolved conflicts for merge of 0e59729b to master by Dianne Hackborn · 13 years ago
  31. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  32. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  33. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  34. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  35. beb182a Merge "Package manager changes to store and update user information." by Amith Yamasani · 13 years ago
  36. 4b2e934 Package manager changes to store and update user information. by Amith Yamasani · 13 years ago
  37. f26fd99 Rework thumbnails in activity manager. by Dianne Hackborn · 13 years ago
  38. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 13 years ago
  39. d94df45 Rework thumbnail API to not suffer from IPC failures. by Dianne Hackborn · 13 years ago
  40. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 13 years ago
  41. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 14 years ago
  42. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  43. a1b0d69 resolved conflicts for merge of efa4f7f8 to master by Dianne Hackborn · 14 years ago
  44. 3c4c2b7 Fix issue #3001368: API REVIEW: android.app.Activity by Dianne Hackborn · 14 years ago
  45. 90f4aaf Implement permission granting in clipboard. by Dianne Hackborn · 14 years ago
  46. cca1f0e Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  47. 8313fc7 Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  48. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 14 years ago
  49. c8f8497 resolved conflicts for merge of 66d633d2 to master by Dianne Hackborn · 14 years ago
  50. 7e26964 Don't retain global ref to last inflated context. by Dianne Hackborn · 14 years ago
  51. 37444f4 am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false" is not obeyed" into gingerbread by Dianne Hackborn · 14 years ago
  52. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 14 years ago
  53. 86dde2d am e2d33bbc: am d2165cfc: Merge "StrictMode: time violations in Binder calls" into gingerbread by Brad Fitzpatrick · 14 years ago
  54. cb9ceb1 StrictMode: time violations in Binder calls by Brad Fitzpatrick · 14 years ago
  55. 824c510 Allow "am" to initiate heap dumps. by Andy McFadden · 14 years ago
  56. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 14 years ago
  57. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  58. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  59. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  60. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  61. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  62. f7f5dda Add new activity manager method to get list of running applications installed on sdcard. by Suchi Amalapurapu · 14 years ago
  63. 2ccda4d Improve switching to car mode, retain night mode option. by Dianne Hackborn · 14 years ago
  64. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  65. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 14 years ago
  66. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 14 years ago
  67. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 14 years ago
  68. 03abb81 Kill the task killers. by Dianne Hackborn · 15 years ago
  69. 60d8762 DropBox logging of app & system server crashes. by Dan Egnor · 15 years ago
  70. b7f0367 Eliminate CrashData and friends. by Dan Egnor · 15 years ago
  71. e88846e Semi-workaround for #2027266: app drawer showing up on the side of the screen by Dianne Hackborn · 15 years ago
  72. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  73. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  74. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
  75. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago
  76. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  77. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  78. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  79. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 15 years ago
  80. f6f9f2d Add more control over a service's start state. by Dianne Hackborn · 15 years ago
  81. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  82. a6ddc8a Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden by Dianne Hackborn · 15 years ago
  83. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 15 years ago
  84. 2d91af0 Issue #1969025: need api for launching intent as if it were coming from another component by Dianne Hackborn · 15 years ago
  85. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  86. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  87. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  88. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  89. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  90. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  91. f5b4b98 auto import from //depot/cupcake/@136745 by The Android Open Source Project · 15 years ago
  92. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  93. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  94. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  95. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago