1. 7f58b95 Fix to custom scale animations. by Dianne Hackborn · 14 years ago
  2. 95a6a96 Fix an NPE when launching an activity that's not found. by Amith Yamasani · 14 years ago
  3. d95ce04 Merge "Make sure persistent processes are not replicated for secondary users." by Amith Yamasani · 14 years ago
  4. a4a54e2 Make sure persistent processes are not replicated for secondary users. by Amith Yamasani · 14 years ago
  5. eabfb3a Add new scale-up window manager animation. by Dianne Hackborn · 14 years ago
  6. ff5b158 Keep activities stopped while the lock screen is up. by Dianne Hackborn · 14 years ago
  7. 7463ada Make dumpsys activity services work again. by Amith Yamasani · 14 years ago
  8. 2a854c1 Merge "Some small tweaks to improve memory management." by Dianne Hackborn · 14 years ago
  9. 162bc0e Some small tweaks to improve memory management. by Dianne Hackborn · 14 years ago
  10. deb6ed8 Don't reuse StringBuilder outside of lock when dumping ANR. by Jeff Brown · 14 years ago
  11. b794381 Merge "Fix issue #6242583: ResolverActivity is considered as home activity" by Dianne Hackborn · 14 years ago
  12. 2d69d49d Fix issue #6242583: ResolverActivity is considered as home activity by Dianne Hackborn · 14 years ago
  13. bf64e70 Merge "Attribute alarm broadcast wakelocks to the sender" by Christopher Tate · 14 years ago
  14. c4a07d1 Attribute alarm broadcast wakelocks to the sender by Christopher Tate · 14 years ago
  15. d3e677b Dump KSM stats in the meminfo. by Dianne Hackborn · 14 years ago
  16. dd8fab2 TaskStackBuilder and Activity navigation features for framework by Adam Powell · 14 years ago
  17. 69ccdbd Merge commit 'bc52ca2' by Mike Lockwood · 14 years ago
  18. 34db3d6 Fix a regression in activity manager regarding killing stopped processes. by Amith Yamasani · 14 years ago
  19. bc52ca2 Stop ANR dialogs from appearing when ActivityManager dialogs should not be shown by Justin Koh · 14 years ago
  20. 0184ce9 Undo a previous change that's causing multi-user issues by Amith Yamasani · 14 years ago
  21. 52f1d75 Show the current user in power menu by Amith Yamasani · 14 years ago
  22. 8b5bce8 Merge "User management and switching" by Amith Yamasani · 14 years ago
  23. 1359360 User management and switching by Amith Yamasani · 14 years ago
  24. eba00ce Merge "Okay now let's really turn it off." by Dianne Hackborn · 14 years ago
  25. 69dc66e Okay now let's really turn it off. by Dianne Hackborn · 14 years ago
  26. a026b489 Merge "Turn off "too slow" logs." by Dianne Hackborn · 14 years ago
  27. 551d0b1 Turn off "too slow" logs. by Dianne Hackborn · 14 years ago
  28. 69f819b Merge "Include GIDs for unenforced permissions." by Jeff Sharkey · 14 years ago
  29. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 14 years ago
  30. b9a0701 Include GIDs for unenforced permissions. by Jeff Sharkey · 14 years ago
  31. ced11a5 Merge changes I35a76a27,I04bb7ad4,If38a1a10,Ice5be6e5,I009e443f,I968ddf90,I69d4e518,I09b1dfc9 by Mike Lockwood · 14 years ago
  32. 11c0ab9 Merge "ActivityManagerService: Disable app crashed dialog on headless builds" by Mike Lockwood · 14 years ago
  33. d87a9be Do not assume that there is always a running activity by Kevin Hester-Chow · 14 years ago
  34. 86548c4 ActivityManagerService: Disable app crashed dialog on headless builds by Mike Lockwood · 15 years ago
  35. 483f3b0 Package restrictions per user by Amith Yamasani · 14 years ago
  36. 9ce685b Make immersive mode public & imply update locking by Christopher Tate · 14 years ago
  37. 7a2195c Start using the new activity options argument. by Dianne Hackborn · 14 years ago
  38. 29ba7e6 resolved conflicts for merge of 354e0346 to master by Dianne Hackborn · 14 years ago
  39. 5da418d3 am ce06c000: Merge "Debugging code for #6169553: Make Phone launch faster" into ics-mr1 by Dianne Hackborn · 14 years ago
  40. 2a29b3a Debugging code for #6169553: Make Phone launch faster by Dianne Hackborn · 14 years ago
  41. 9da2d40 Fix swiping away recents to always kill processes. by Dianne Hackborn · 14 years ago
  42. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 14 years ago
  43. 4faaed9 Merge "ActivityManager: add option to allow OpenGL trace." by Siva Velusamy · 14 years ago
  44. 110a6b6 Let <path-permission> block unprotected providers. by Jeff Sharkey · 14 years ago
  45. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 14 years ago
  46. 8931da1 Merge "Fix crash." by Dianne Hackborn · 14 years ago
  47. d9781fe Fix crash. by Dianne Hackborn · 14 years ago
  48. 28ca8f9 Merge "Make SyncManager and AccountManagerService multi-user aware." by Amith Yamasani · 14 years ago
  49. 21c241e Add new Intent API for associating a ClipData with an Intent. by Dianne Hackborn · 14 years ago
  50. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 14 years ago
  51. e0cbb81 Merge "Do not assume that there is always a running activity (Necessary for headless devices)" into ics-aah by Kevin Hester-Chow · 14 years ago
  52. 27ff913 Work on more low memory reporting to apps. by Dianne Hackborn · 14 years ago
  53. 2d72be2 Do not assume that there is always a running activity by Kevin Hester-Chow · 14 years ago
  54. 00e6fc4 am 4953ec1c: am a2e0e3b5: am 27e20ccd: Merge "Fix issue #6073913: onActivityResult() not getting called..." into ics-mr1 by Dianne Hackborn · 14 years ago
  55. 49b39ce am 27e20ccd: Merge "Fix issue #6073913: onActivityResult() not getting called..." into ics-mr1 by Dianne Hackborn · 14 years ago
  56. 5c60743 Fix issue #6073913: onActivityResult() not getting called... by Dianne Hackborn · 14 years ago
  57. 621e2fe Revert "Don't wait for current activity to pause before resuming next." by Dianne Hackborn · 14 years ago
  58. 25872aa Adding shell commands for modifying content. by Svetoslav Ganov · 14 years ago
  59. ea555e2 Merge "Mixed up uid and user-id." by Amith Yamasani · 14 years ago
  60. c600e21f Mixed up uid and user-id. by Amith Yamasani · 14 years ago
  61. 07f941f Merge "Move BroadcastQueue out of the ActivityManager class." by Dianne Hackborn · 14 years ago
  62. 40c8db5 Move BroadcastQueue out of the ActivityManager class. by Dianne Hackborn · 14 years ago
  63. f0451db Merge "Multi-user - wallpaper service" by Amith Yamasani · 14 years ago
  64. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 14 years ago
  65. 54a4a41 Make ActivityManagerService just kill apps when they crash on headless devices. by Joe Onorato · 15 years ago
  66. 11ca317 Merge changes Id747dc81,I3a74bd36,I2395527c,I86aeb066,Ic33d5766,I7bef7390,I4b797dd8,Id3622e9e,I28087c63,Ia1c6d909,I95a766dd,I6c0236c5,Ib71287f4,I4bcbefdc,I22a7cb8d,Ie24dbeaf,I7dbc4b45,I21d524ea,Iaa5bf14e,I7db766c3,I93fcaca2,I1eb72044,I05ffbe7c,Ifdfe2ff8,Ia8f767a2 by Mike Lockwood · 14 years ago
  67. d262744 Merge "Some cruft removal." by Dianne Hackborn · 14 years ago
  68. 21fbd1f Some cruft removal. by Dianne Hackborn · 14 years ago
  69. d747dc8 Fix problems dispatching media button events on headless devices by Mike Lockwood · 15 years ago
  70. 3a74bd3 Add headless mode for running the framework without the surface flinger by Mike Lockwood · 15 years ago
  71. a8f767a ActivityManager: Make sure BOOT_COMPLETED Intent is sent when running headless by Mike Lockwood · 15 years ago
  72. c62242a5 Merge "Fix "dumpsys activity provider"" by Marco Nelissen · 14 years ago
  73. a573f6a Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 14 years ago
  74. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 14 years ago
  75. de7408c Fix "dumpsys activity provider" by Marco Nelissen · 14 years ago
  76. cbb722e Don't wait for current activity to pause before resuming next. by Dianne Hackborn · 14 years ago
  77. 2f6c9eb Check for null ActivityInfo. by Amith Yamasani · 14 years ago
  78. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 15 years ago
  79. f46723b Implement background vs foreground broadcasts by Christopher Tate · 14 years ago
  80. 191713a Move where prop dev.bootcomplete is set by Guang Zhu · 14 years ago
  81. 6754ba2 Add plumbing for dumping database info using dumpsys. by Jeff Brown · 15 years ago
  82. 18cb287 Add ContentProvider.dump() by Marco Nelissen · 15 years ago
  83. 1a4822d am 87e06ec2: Merge "Fix issue #5144065: Tap on Music icon from Home screen..." into ics-mr1 by Dianne Hackborn · 15 years ago
  84. ae0a0a8 Fix issue #5144065: Tap on Music icon from Home screen... by Dianne Hackborn · 15 years ago
  85. 3b282fa resolved conflicts for merge of 0c0120ef to ics-aah by Jason Simmons · 15 years ago
  86. 0c0120e Merge "Fix issue #5714517: App shortcuts can result in bad task intents" into ics-mr1 by Dianne Hackborn · 15 years ago
  87. 3c585e9 am 52245ac7: Merge "Fix issue #5713576: Home redraws after returning from app on Nexus S 4G" into ics-mr1 by Dianne Hackborn · 15 years ago
  88. 77eaaf0 Fix issue #5713576: Home redraws after returning from app on Nexus S 4G by Dianne Hackborn · 15 years ago
  89. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 15 years ago
  90. 59aaeb9 am 55e81bd0: Merge "Improve how we manage the previous app." into ics-mr1 by Dianne Hackborn · 15 years ago
  91. 5068560 Improve how we manage the previous app. by Dianne Hackborn · 15 years ago
  92. 3d11e09 am f8d20bd6: Merge "Turn off debug log." into ics-mr1 by Dianne Hackborn · 15 years ago
  93. bbb09ac Turn off debug log. by Dianne Hackborn · 15 years ago
  94. 3538271 am 1808f214: Merge "Fix issue #5636525: ANR observed in setup wizard after changing language" into ics-mr1 by Dianne Hackborn · 15 years ago
  95. 8bf0aa9 Fix issue #5636525: ANR observed in setup wizard after changing language by Dianne Hackborn · 15 years ago
  96. d9c1e6d am 50b20425: Merge "Another attempt at getting OOM reports to batch." into ics-mr1 by Dianne Hackborn · 15 years ago
  97. 672342c Another attempt at getting OOM reports to batch. by Dianne Hackborn · 15 years ago
  98. 61ecac1 am 4c6a65bc: Merge "Maybe fix issue #5627399: java.lang.RuntimeException - While sign in..." into ics-mr1 by Dianne Hackborn · 15 years ago
  99. ee9aef0 Maybe fix issue #5627399: java.lang.RuntimeException - While sign in... by Dianne Hackborn · 15 years ago
  100. ae3184f am cdec187a: Merge "Whoops, need to acquire lock." into ics-mr1 by Dianne Hackborn · 15 years ago