1. ab4a81b Improve some docs, fix some debugging. by Dianne Hackborn · 10 years ago
  2. 979e40e Adds the ability to start a user in background by Alexandra Gherghina · 10 years ago
  3. 6cfbb71 Fix issue #17536024: The am start's wait option doesn't... by Dianne Hackborn · 10 years ago
  4. f58e532 Merge "Apply cross-user restrictions to Shell" into lmp-dev by Amith Yamasani · 10 years ago
  5. 8cd28b5 Apply cross-user restrictions to Shell by Amith Yamasani · 10 years ago
  6. 65e76d1 Output recent configs in am get-config command by Adam Lesinski · 10 years ago
  7. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  8. b9583c9 Turn on debugging override of idle time by Christopher Tate · 10 years ago
  9. afc00e1 Change am get-config command to use ABI string array by Adam Lesinski · 10 years ago
  10. 2c749d2 New command to get device config by Adam Lesinski · 10 years ago
  11. dfed4bc am f7871c31: am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  12. f7871c3 am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  13. 8dcfefd Support an ABI flag for instrumentation. by Narayan Kamath · 10 years ago
  14. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  15. 846318a Allow prefix-based Uri permission grants. by Jeff Sharkey · 10 years ago
  16. aea74a5 Add Lock Task Mode. by Craig Mautner · 10 years ago
  17. 28600e2 Adds support for array string extra. by Dale Hawkins · 10 years ago
  18. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  19. 4a1cb22 Pair ActivityStacks with Displays by Craig Mautner · 11 years ago
  20. bdc748a DO NOT MERGE: Eliminate StackBox. by Craig Mautner · 11 years ago
  21. 7625c84 Fix am argument ordering documentation. by Jeff Sharkey · 11 years ago
  22. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 11 years ago
  23. 57a7f59 Add "adb shell am restart" command. by Dianne Hackborn · 11 years ago
  24. f2ca6e2 Add stopservice command to am by Marco Nelissen · 11 years ago
  25. 4d7dc1a Fix a typo by Evan Charlton · 11 years ago
  26. fd1ce8d Add new API getStackBoxInfo by Craig Mautner · 11 years ago
  27. 5a44915 Convert API refs to StackBox from ActivityStack. by Craig Mautner · 11 years ago
  28. 5ff1210 Add retrieval of StackBox info for more flexibility by Craig Mautner · 11 years ago
  29. 1602ec2 Log stack issues and start resize effort. by Craig Mautner · 11 years ago
  30. befa8b5 Revert "Log stack issues and start resize effort." by Guang Zhu · 11 years ago
  31. b0245ed Log stack issues and start resize effort. by Craig Mautner · 11 years ago
  32. 1d69bad resolved conflicts for merge of a98b0ff8 to master by Kenny Root · 11 years ago
  33. add5821 resolved conflicts for merge of 485d7a31 to master by Kenny Root · 11 years ago
  34. 8bd64df Help for the debugging help for issue #8734824. by Dianne Hackborn · 11 years ago
  35. 5b88a2f Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS by Dianne Hackborn · 11 years ago
  36. 4cd0c13 Incremental repairs to side by side stacks. by Craig Mautner · 11 years ago
  37. 967212c Implement stack splitting and task movement. by Craig Mautner · 11 years ago
  38. 79f7ec7 Have audio service clean up new receivers in crashing processes. by Dianne Hackborn · 11 years ago
  39. 02ffba9 Handle finished bugreports, share from private. by Jeff Sharkey · 11 years ago
  40. c652de8 Implement display overscan support. by Dianne Hackborn · 11 years ago
  41. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  42. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 11 years ago
  43. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  44. c0bd747 Further work on issue #7307399: Framework needs a new pre-user-shutdown... by Dianne Hackborn · 12 years ago
  45. d4ac8d7 Fix issue #7211769 and #7244492, thrash around on #7226656. by Dianne Hackborn · 12 years ago
  46. b12e135 Maybe fix issue #7211766: bindService() to User u0 While u10 is... by Dianne Hackborn · 12 years ago
  47. 43aa159 Allow adb shell am display-size to use bigger sizes. by Jeff Brown · 12 years ago
  48. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  49. 649d0d7 Merge "More multi-user stuff:" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  50. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  51. 3065963 Wrapped call to notifyAll() in a synchronized block by Felipe Leme · 12 years ago
  52. e2bdca5 Fix my fix. by Dianne Hackborn · 12 years ago
  53. 52fba38 Fix build. by Dianne Hackborn · 12 years ago
  54. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  55. 7e0e19d Restore man page entries. by Dianne Hackborn · 12 years ago
  56. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  57. dde331c We can now (kind-of) change screen density on the fly. by Dianne Hackborn · 12 years ago
  58. 59c0097 Introduce multiple displays with DisplayContent. by Craig Mautner · 12 years ago
  59. fd3d009 Remove some unnecessary man page entries by Amith Yamasani · 12 years ago
  60. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  61. 7df7d20 Fix issue #4499996: LiveWallpaperPreview activity intent filter by Dianne Hackborn · 12 years ago
  62. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  63. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  64. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  65. 3a2ce93 Add the ability to pass float extras to AM. by Mike J. Chen · 13 years ago
  66. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  67. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 13 years ago
  68. d8c98fe Improve low memory dropbox reporting. by Dianne Hackborn · 13 years ago
  69. e4d4fbc Add drop box reports of low memory. by Dianne Hackborn · 13 years ago
  70. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  71. 0bb1e91 Small improvements to am command. by Dianne Hackborn · 13 years ago
  72. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  73. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  74. 8ffb0c0 allow Uri as intent extra in am command by Guang Zhu · 13 years ago
  75. 46d1103 Small cleanup of am/pm commands. by Dianne Hackborn · 13 years ago
  76. 351f322 Add force-stop subcommand for 'am'. by Xianzhu Wang · 13 years ago
  77. 7916ac6 Add new command line option to change global screen size. by Dianne Hackborn · 13 years ago
  78. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  79. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  80. 405e012 am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  81. f123e49 Some debugging support. by Dianne Hackborn · 14 years ago
  82. 846df9f resolved conflicts for merge of 8952a448 to master by Dianne Hackborn · 14 years ago
  83. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  84. 2d1b7a2 Add support for giving arrays of ints and longs to the "am" command. by Jack Veenstra · 14 years ago
  85. f9b5eed Doc Change:ActivityManager usage doc:running test package by Joe Malin · 14 years ago
  86. 6a69b4f Add --el option to am for long extras. by Makoto Onuki · 14 years ago
  87. 7b75054 Fix incorrect usage text for am. by Daniel Sandler · 14 years ago
  88. 824c510 Allow "am" to initiate heap dumps. by Andy McFadden · 14 years ago
  89. d6c0bb0 merge from open-source master by The Android Open Source Project · 14 years ago
  90. 746a95a Removed Calls to deprecated APIs by Christian Mehlmauer · 14 years ago
  91. 69acb6b Unify am startservice commands. by Jean-Baptiste Queru · 14 years ago
  92. d4dd85d Allow Am to start services by Anthony Newnam · 14 years ago
  93. 5ef402b Fix issue #2538228: Intents targeting browsers constantly nagging by Dianne Hackborn · 14 years ago
  94. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 14 years ago
  95. 6fb35fe add "startservice" option to am command-line utility by Doug Zongker · 14 years ago
  96. 305e1b8 add --esn option to am to allow adding extra with a null value by Doug Zongker · 15 years ago
  97. 68d881c Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast by Dianne Hackborn · 15 years ago
  98. 9f4af53 Make intent broadcasts in "am" synchronous (they wait until exit). by Dan Egnor · 15 years ago
  99. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  100. c62a216 The '-D' option for the 'am' command appears to be optional, so reflect that in the usage. by Marco Nelissen · 15 years ago