1. 9622ca4 Fix issue #7401818: Wrong transition animation when clearing task by Dianne Hackborn · 12 years ago
  2. 5962b12 Adds showWhenLocked attribute to Activities. by Craig Mautner · 12 years ago
  3. 5fe7e2a Fix issue #6968859: home not exiting an ANR'd dream by Dianne Hackborn · 12 years ago
  4. cc5a055 Fix issue #7226101: Secure image capture takes 5 seconds to start by Dianne Hackborn · 12 years ago
  5. b12e135 Maybe fix issue #7211766: bindService() to User u0 While u10 is... by Dianne Hackborn · 12 years ago
  6. b939e35 Merge "Fix issue #7209355, #7214271." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  7. 8da429e Fix issue #7209355, #7214271. by Dianne Hackborn · 12 years ago
  8. 6a86495 Fix issue #7214462: Some recent thumbnails are black. by Dianne Hackborn · 12 years ago
  9. 920ace0 Query users excluding any being removed by Amith Yamasani · 12 years ago
  10. 15491c6 Switch to showing top-most thumbnail of recent apps. by Dianne Hackborn · 12 years ago
  11. ad9b3211 Try again to fix issue #6912004:tap on gmail notification sends me to home screen by Dianne Hackborn · 12 years ago
  12. 5dc5a00 More multi-user stuff. by Dianne Hackborn · 12 years ago
  13. 2d1b378 Various fixes. by Dianne Hackborn · 12 years ago
  14. 259d5e5 Resolve the correct home intent for secondary users by Amith Yamasani · 12 years ago
  15. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  16. b2dd4e8 am 1a907db0: am 862c3835: am 4b60a8d1: Merge "Added check of ActivityInfo launch mode when starting activity." by Dianne Hackborn · 12 years ago
  17. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  18. a10d1aa Multiprocess activity should be allowed to run on current user by Amith Yamasani · 12 years ago
  19. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  20. f363dfd Added check of ActivityInfo launch mode when starting activity. by Johan Viktorsson · 12 years ago
  21. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  22. 599db5c Refactor Service code out of main ActivityManagerService class. by Dianne Hackborn · 12 years ago
  23. 59c0097 Introduce multiple displays with DisplayContent. by Craig Mautner · 12 years ago
  24. 45a25bc Fix issue #6745498: Cannot view consecutive event details from agenda view by Dianne Hackborn · 12 years ago
  25. 9e608c1 Merge "Fix issue #6381224: Initial emulator boot fails and shows a blank black screen." into jb-dev by Dianne Hackborn · 12 years ago
  26. 1927ae8 Fix issue #6717667: expanded notification actions don't work on the lock screen by Dianne Hackborn · 12 years ago
  27. 42e620c Fix issue #6381224: Initial emulator boot fails and shows a blank black screen. by Dianne Hackborn · 12 years ago
  28. 6e3d6da Fix issue #6636731: Mariner animation ring gets stuck by Dianne Hackborn · 12 years ago
  29. d3f175c Don't finish noHistory="true" activities behind the lock screen by Christopher Tate · 12 years ago
  30. 5007ddd Make sure to stop noHistory="true" activities properly by Christopher Tate · 12 years ago
  31. 8437587 Work on issue #6579997: Mariner entrance animation by Dianne Hackborn · 12 years ago
  32. e302a16 A few odds and ends. by Dianne Hackborn · 12 years ago
  33. 03fcc33 Fix issue #6284404: ArrayIndexOutOfBoundsException in... by Dianne Hackborn · 12 years ago
  34. bfc1be1 Fix a problem in finish affinity in Activity Manager. by Amith Yamasani · 12 years ago
  35. b61a026 Fix issue #6020164: Settings crashed on orientation change... by Dianne Hackborn · 12 years ago
  36. 9158cbc Remove incorrect CLEAR_WHEN_TASK_RESET behavior. by Craig Mautner · 12 years ago
  37. 755c8bf Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()... by Dianne Hackborn · 12 years ago
  38. ecc5a9c Add new Activity.finishAffinity() method. by Dianne Hackborn · 12 years ago
  39. e29ccb0 am b3a76660: am 78e62111: am fee88fdb: Merge "Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode." by Dianne Hackborn · 12 years ago
  40. dbad287 Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode. by p13451 · 12 years ago
  41. 35be756 Move SystemUI out of system UID. by Jeff Sharkey · 12 years ago
  42. 7f58b95 Fix to custom scale animations. by Dianne Hackborn · 12 years ago
  43. 95a6a96 Fix an NPE when launching an activity that's not found. by Amith Yamasani · 12 years ago
  44. a4a54e2 Make sure persistent processes are not replicated for secondary users. by Amith Yamasani · 12 years ago
  45. 162bc0e Some small tweaks to improve memory management. by Dianne Hackborn · 12 years ago
  46. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  47. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  48. 7a2195c Start using the new activity options argument. by Dianne Hackborn · 12 years ago
  49. 29ba7e6 resolved conflicts for merge of 354e0346 to master by Dianne Hackborn · 12 years ago
  50. 2a29b3a Debugging code for #6169553: Make Phone launch faster by Dianne Hackborn · 12 years ago
  51. 9da2d40 Fix swiping away recents to always kill processes. by Dianne Hackborn · 12 years ago
  52. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  53. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  54. 28ca8f9 Merge "Make SyncManager and AccountManagerService multi-user aware." by Amith Yamasani · 12 years ago
  55. 21c241e Add new Intent API for associating a ClipData with an Intent. by Dianne Hackborn · 12 years ago
  56. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  57. 00e6fc4 am 4953ec1c: am a2e0e3b5: am 27e20ccd: Merge "Fix issue #6073913: onActivityResult() not getting called..." into ics-mr1 by Dianne Hackborn · 12 years ago
  58. 5c60743 Fix issue #6073913: onActivityResult() not getting called... by Dianne Hackborn · 12 years ago
  59. 621e2fe Revert "Don't wait for current activity to pause before resuming next." by Dianne Hackborn · 12 years ago
  60. 40c8db5 Move BroadcastQueue out of the ActivityManager class. by Dianne Hackborn · 12 years ago
  61. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 12 years ago
  62. cbb722e Don't wait for current activity to pause before resuming next. by Dianne Hackborn · 12 years ago
  63. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  64. ae0a0a8 Fix issue #5144065: Tap on Music icon from Home screen... by Dianne Hackborn · 13 years ago
  65. 5068560 Improve how we manage the previous app. by Dianne Hackborn · 13 years ago
  66. 813075a6 Maybe fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  67. be70785 Make activity manager more robust in the face of app activity leaks. by Dianne Hackborn · 13 years ago
  68. 28695e0 More performance work: by Dianne Hackborn · 13 years ago
  69. f35fe23 Add new OOM adjustment for the "previous" process. by Dianne Hackborn · 13 years ago
  70. 98cfebc Fix issue #5461497: Landed on Welcome screen after a tap on 'Next' in Screen 500 by Dianne Hackborn · 13 years ago
  71. eabd328 Fix bug with CLEAR_TASK -- wouldn't clear the top activity. by Dianne Hackborn · 13 years ago
  72. 58f42a5 Fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  73. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  74. 80a7ac1 Fix issue #5321282: Force Stop Button in Battery Screen Not disabled correctly by Dianne Hackborn · 13 years ago
  75. 905577f Fix issue #5263361: Browser instance not created in application picker by Dianne Hackborn · 13 years ago
  76. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  77. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  78. 8e8d65f Fix some crashes that are happening in the system process. by Dianne Hackborn · 13 years ago
  79. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  80. f0754f5b Fix bug where memory trim was not being delivered with correct level. by Dianne Hackborn · 13 years ago
  81. 31ca854 Fix issue #4976176: Font size setting does not persist by Dianne Hackborn · 13 years ago
  82. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  83. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  84. b961cd2 Don't report a resize unless the window's surface actually changed. by Dianne Hackborn · 13 years ago
  85. 2515db7 am 3a80c504: am 8b9a2b6c: am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  86. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  87. 7dad2c2 am 9b94aa18: am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  88. e667635 Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  89. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 13 years ago
  90. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  91. 8ea5e1d Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  92. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 13 years ago
  93. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  94. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  95. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  96. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  97. f26fd99 Rework thumbnails in activity manager. by Dianne Hackborn · 13 years ago
  98. a925cd4 Fix issue #4081756: Crash when un-stopping applications by Dianne Hackborn · 13 years ago
  99. e7f9721 Implement issue #3426299: Introduce application "stopped" state by Dianne Hackborn · 13 years ago
  100. 57f1ac4 Fix issue #3380072: Switching in and out of gmail not preserving position in label by Dianne Hackborn · 14 years ago