1. 1574384 Remove lines that hit ActivityMonitor on destory. by Daichi Hirono · 8 years ago
  2. 7f6e30d Merge "Throw better exception when startVoiceActivity fails" into nyc-dev am: 2be4c463bc am: bc25c87c57 by Amith Yamasani · 8 years ago
  3. 4244978 Throw better exception when startVoiceActivity fails by Amith Yamasani · 8 years ago
  4. 9711357 Merge "Allow tests to change UiAutomation flags." into nyc-dev am: d408b99 by Phil Weaver · 8 years ago
  5. d8e8883 Allow tests to change UiAutomation flags. by Phil Weaver · 8 years ago
  6. eb3ce37 Merge "Add intdef for UiAutomation flags." into nyc-dev am: 3b2e22a am: 3aeb4c4 by Phil Weaver · 8 years ago
  7. 51e4305 Merge "Fixed typos." by Felipe Leme · 8 years ago
  8. 3584168 Add intdef for UiAutomation flags. by Phil Weaver · 8 years ago
  9. f564afa Clean up UiAutomation working alongside a11y. by Phil Weaver · 9 years ago
  10. 846522c Clean up UiAutomation working alongside a11y. by Phil Weaver · 9 years ago
  11. 545569d Fixed typos. by Felipe Leme · 9 years ago
  12. cda8cdd Merge "Optionally support accessibility with UiAutomator" by Svetoslav Ganov · 9 years ago
  13. 344744b Exposing file:// beyond your app is bad, m'kay? by Jeff Sharkey · 9 years ago
  14. 1dd8722 Optionally support accessibility with UiAutomator by Phil Weaver · 9 years ago
  15. 87904e8 Specify the time units for waitForActivityWithTimeout by Ben Gruver · 9 years ago
  16. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  17. 45c25ce Handle activity launch for background users by Chong Zhang · 9 years ago
  18. f5ea12c Fail silently if a process trys to launch an acitvity for background user by Wale Ogunwale · 9 years ago
  19. a7cfbe0 Work on issue #22516282: ChooserTarget URI grants not forwarded by Dianne Hackborn · 9 years ago
  20. a3acdb3 Fix issue #21621920: VI: need mechanism to get current request by Dianne Hackborn · 9 years ago
  21. e5c4262 Improve reporting to apps of transaction too large failures. by Dianne Hackborn · 9 years ago
  22. 0bd2aa7 Fail early when starting a background user activity. by Wale Ogunwale · 9 years ago
  23. d5bf3ed Show and trigger activities that implement Text Processing actions by Clara Bayarri · 9 years ago
  24. 172da26 Deprecate things that rely on Debug.startAllocCounting. by Hiroshi Yamauchi · 9 years ago
  25. 80b1c56 Fix issue #18665625 CTS:android.app.cts.InstrumentationTest#... by Dianne Hackborn · 10 years ago
  26. a01a0fa Fix issue #18510117: Returning from an activity started with... by Dianne Hackborn · 10 years ago
  27. 85d558c Add Activity API to get referrer information. by Dianne Hackborn · 10 years ago
  28. 9797880 Start cross profile intents as caller. by Jeff Sharkey · 10 years ago
  29. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  30. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  31. 028ceeb Fix issue #14617210: Apps can gain access to any ContentProvider... by Dianne Hackborn · 10 years ago
  32. b65ea7b Fix issue #15689396: pre-installed DemoAPI tests fail... by Dianne Hackborn · 10 years ago
  33. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  34. a002604 Introduce persistent forms of Activity lifecycle calls. by Craig Mautner · 10 years ago
  35. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  36. c502744 Fix some documentation typos. by Newton Allen · 11 years ago
  37. 8f6f1f4 Allow for setting test type as a monkey. by Adam Momtaz · 11 years ago
  38. a14acd2 Warn when exposing file:// Uris beyond a process. by Jeff Sharkey · 11 years ago
  39. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 12 years ago
  40. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  41. 0a30328 Better detecting if current threasd is main thread by Kristian Monsen · 12 years ago
  42. ea7e915 AppInfo from Notifications for secondary users by Amith Yamasani · 12 years ago
  43. f1c26e2 Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action. by Dianne Hackborn · 12 years ago
  44. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  45. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  46. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 12 years ago
  47. 678d04f Copy EXTRA_STREAM into ClipData and grant. by Jeff Sharkey · 12 years ago
  48. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  49. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  50. f434e37 Added missing comments in Instrumentation#sendStringSync by Svetoslav Ganov · 13 years ago
  51. c350f16 Instrumentation sendStringSync(String) may try to inject obsolete events. by Svetoslav Ganov · 13 years ago
  52. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  53. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  54. b093534 waitWithTimeout() needs to check if the result is already available, like waitForActivity() does. by Costin Manolache · 13 years ago
  55. fee1c69 resolved conflicts for merge of 77dd616e to master by Dianne Hackborn · 13 years ago
  56. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  57. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  58. 93ec68e resolved conflicts for merge of 06bb3aef to honeycomb-plus-aosp by Jeff Hamilton · 14 years ago
  59. 52d3203 Add dispatching overrides for foreground apps. by Jeff Hamilton · 14 years ago
  60. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  61. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  62. 6e8304e More fragment stuff: by Dianne Hackborn · 14 years ago
  63. b4bc78b Further work on fragments: by Dianne Hackborn · 14 years ago
  64. 18f9ce0 Skip ActivityWaiter synchronization on Instrumentation.callActivityOnDestroy by Brett Chabot · 14 years ago
  65. 2dedce6 Introducing Fragment. by Dianne Hackborn · 14 years ago
  66. ff1df69 Performance measurement framework: by Jack Wang · 15 years ago
  67. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago
  68. d97c7ad Fix issue #1753079: running instrumentation in shared processes. by Dianne Hackborn · 15 years ago
  69. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  71. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  72. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  73. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  74. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago