1. 02ba80e Adjust use of accessibility aidl by Phil Weaver · 8 years ago
  2. 8a416b3 API demo for notification that starts a background service. by Dianne Hackborn · 8 years ago
  3. 9b43352 Send monkey logs to logcat as well. by Joe Onorato · 8 years ago
  4. a56875b Add --match-description to Monkey by Joe Onorato · 8 years ago
  5. 5b62059 Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  6. daa527a Monkey: print tombstone names when they're found by Eric Rowe · 8 years ago
  7. 86190d0 Merge \"Fixes the system server hang forever issue caused by the monkey not read completed the sync pipe.\" by songjinshi · 8 years ago
  8. f032537 Fixes the system server hang forever issue caused by by songjinshi · 8 years ago
  9. 15348ea Merge "Replace custom rules, remove ACP" am: a279b12 by Dan Willemsen · 9 years ago
  10. f230a38 Replace custom rules, remove ACP by Dan Willemsen · 9 years ago
  11. ff1a33d Follow framework refactoring. by Jeff Sharkey · 9 years ago
  12. 952cb1f Fix issue #27385109: control activity behavior without triggering... by Dianne Hackborn · 9 years ago
  13. 6be53d1 Blacklist KEYCODE_SOFT_SLEEP from random key generation by Michael Wright · 9 years ago
  14. d574af0 Track reason for screen turning on. by Dianne Hackborn · 9 years ago
  15. 973ecb6 fix slotting of permission category by Guang Zhu · 9 years ago
  16. 403be11 teach monkey to flip permissions on apps by Guang Zhu · 9 years ago
  17. 016fc16 Update call to IActivityManager.startActivity. by Jeff Hao · 10 years ago
  18. 01347d9 am 361fce55: am d9fb901d: am 479cf9ff: Merge "Track changes to IActivityManager.startInstrumentation." by Narayan Kamath · 10 years ago
  19. fc9e3f6 Track changes to IActivityManager.startInstrumentation. by Narayan Kamath · 10 years ago
  20. 26b91ca Add logging for failed injections to Monkey. by Michael Wright · 11 years ago
  21. 644b822 blacklist KEYCODE_SLEEP in random key generation by Guang Zhu · 11 years ago
  22. 695f66a Merge "Revert "Monkey support for swipes from the sides of a device."" by Ying Wang · 11 years ago
  23. 056d0a5 Revert "Monkey support for swipes from the sides of a device." by Ying Wang · 11 years ago
  24. e37f81e Optimizing AccessibilityNodeInfo caching (Monkey). by Svetoslav · 11 years ago
  25. 47937eb Monkey support for swipes from the sides of a device. by Ying Wang · 11 years ago
  26. cb8739c Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS by Dianne Hackborn · 11 years ago
  27. 6b16feb Update to follow activity manager protocol change. by Dianne Hackborn · 12 years ago
  28. 00fc93c Refactoring due to removing some private APIs. by Svetoslav Ganov · 12 years ago
  29. c200e94 am ab8b25ff: am 03c58239: am c6fbad00: Merge "Make all monkeys do the same thing" into jb-mr1-dev by Brian Muramatsu · 12 years ago
  30. 3cbf850 Make all monkeys do the same thing by Kenny Root · 12 years ago
  31. 90bbdd2 am 0c8fe324: am 1e1926db: Merge "For the recent SD card access change. The non-zogyte process need to use the Environment#getLegacyExternalStorage to access the sdcard." into jb-mr1-dev by Yu Shan Emily Lau · 12 years ago
  32. b894c71 For the recent SD card access change. by Yu Shan Emily Lau · 12 years ago
  33. 6764197 am 6852ac74: am 077c59a0: Track multi-user change. by Dianne Hackborn · 12 years ago
  34. 077c59a Track multi-user change. by Dianne Hackborn · 12 years ago
  35. 70d53bb am a80e74b7: am dbb1e6af: Fix some more. by Dianne Hackborn · 12 years ago
  36. dbb1e6a Fix some more. by Dianne Hackborn · 12 years ago
  37. 70ffc1b am 75cd1b5b: am 99c82587: Merge "Use new display manager API." into jb-mr1-dev by Jeff Brown · 12 years ago
  38. 60df6ce Use new display manager API. by Jeff Brown · 12 years ago
  39. 900139e am 3eadba67: am f9fc2a56: Use new display manager API. by Jeff Brown · 12 years ago
  40. f9fc2a5 Use new display manager API. by Jeff Brown · 12 years ago
  41. 758a8cc am 846fe415: am 77201b54: Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  42. 77201b5 Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  43. cb54296 am b25ebf3f: am 9bb23fd7: Use new PowerManager API. by Jeff Brown · 12 years ago
  44. 9bb23fd Use new PowerManager API. by Jeff Brown · 12 years ago
  45. c1a8cc2 supported multi-touch scripts and line-by-line mode in monkey, fixed some format issues by Xiaojun Bi · 12 years ago
  46. 5e20670 Remove the WaitEvent added in Tap and Drag. by Xia Wang · 12 years ago
  47. 77dc0d2 more fixes to monkey motion event timing by Guang Zhu · 12 years ago
  48. 8749a29 fix how monkey adjust timestamps for motion events by Guang Zhu · 12 years ago
  49. f63ed9b Fix Monkey key events. by Jeff Brown · 12 years ago
  50. fd16f39 Merge "change the way we fetch the test result file." by Tsu Chiang Chuang · 12 years ago
  51. 2af3f30 Ensure Monkey uses sane timestamps for key events. by Jeff Brown · 12 years ago
  52. 99e94c0 Use new InputManager API. by Jeff Brown · 12 years ago
  53. 800fbe1 change the way we fetch the test result file. by Tsu Chiang Chuang · 12 years ago
  54. fd94c39 Merge "Use new input manager API." by Jeff Brown · 12 years ago
  55. 001a30f Use new input manager API. by Jeff Brown · 12 years ago
  56. 02b5347 Add new way to calculate FPS to monkey. by Tsu Chiang Chuang · 13 years ago
  57. 46b6741 Support to generate screen rotation events. by Ying Wang · 13 years ago
  58. a277cee Package control per user by Amith Yamasani · 13 years ago
  59. 51cb3a4 Update to follow IActivityManager change. by Dianne Hackborn · 13 years ago
  60. fd4a739 Fix # of arguments to startActivity by Siva Velusamy · 13 years ago
  61. 339fa32 Merge "Fix UNKNOWN keycode parsing in monkey." by Bill Napier · 13 years ago
  62. 73421de Update the intent that monkey uses to launch application by Guang Zhu · 13 years ago
  63. 3d3d642 Fix UNKNOWN keycode parsing in monkey. by Bill Napier · 13 years ago
  64. 6848f33 Merge "Updating the monkey to use a dedicated UI test bridge." by Svetoslav Ganov · 13 years ago
  65. c44d7a8 am 075783dc: am 979806b0: Regular monkey should not write script log. by Yu Shan Emily Lau · 13 years ago
  66. 979806b Regular monkey should not write script log. by Yu Shan Emily Lau · 13 years ago
  67. 4ce026b Updating the monkey to use a dedicated UI test bridge. by Svetoslav Ganov · 13 years ago
  68. 15ee96f Fising the build by Svetoslav Ganov · 13 years ago
  69. bdf03ad Updating the Monkey commands due to framework changes. by Svetoslav Ganov · 13 years ago
  70. 1baa142 do not merge: cherry-picked Change-Id: I094dbc4ffa42771a13dfb796761546093649481c from master branch by Yu Shan Emily Lau · 13 years ago
  71. 08fa5ef Bug 5440088 Turn off the bugreport catpure by default. by Yu Shan Emily Lau · 13 years ago
  72. 33a93eb Update required due to framework API change. by Svetoslav Ganov · 13 years ago
  73. b4ac2b3 Update to follow framework change. by Dianne Hackborn · 13 years ago
  74. c6c89b9 Added deferreturn command by Michael Wright · 13 years ago
  75. b36bed5 Added view introspection functionality to Monkey by Michael Wright · 13 years ago
  76. 921d82f Add the Tap duration in the scripted monkey. by Yu Shan Emily Lau · 13 years ago
  77. 3de6f45 Add the pinch and zoom action in the scripted monkey. by Yu Shan Emily Lau · 13 years ago
  78. 5480519 Follow internal impl change. by Dianne Hackborn · 13 years ago
  79. d099c14 Add the framerate catpure tool. The change by Yu Shan Emily Lau · 13 years ago
  80. 5f8f4e8 Added the Drag action to the scripted moneky by Yu Shan Emily Lau · 14 years ago
  81. ebbef93 Added the periodic bugreport option for the Auotmated profile test. by Yu Shan Emily Lau · 14 years ago
  82. 902bc7b resolved conflicts for merge of 42f87e1b to honeycomb-plus-aosp by The Android Automerger · 14 years ago
  83. d391ae2 Fixed the appCrashBugreport reset flag. Bug# 3383876 by Yu Shan Emily Lau · 14 years ago
  84. 42f87e1 am e6354845: Merge "Monkey: request am to show the ANR dialog" by Dianne Hackborn · 14 years ago
  85. af5e575 Monkey: request am to show the ANR dialog by Vairavan Srinivasan · 14 years ago
  86. f40ea5c am 98ab3219: Prevent monkey from turning off the screen. (DO NOT MERGE) by Jeff Brown · 14 years ago
  87. fd6a2b4 Merge "Really don't send POWER or ENDCALL." into honeycomb by Ed Heyl · 14 years ago
  88. 98ab321 Prevent monkey from turning off the screen. (DO NOT MERGE) by Jeff Brown · 14 years ago
  89. 82df76b Really don't send POWER or ENDCALL. by Jeff Brown · 14 years ago
  90. 080c237 Merge "Fixed the monkey option - killProcessAfterError is not beging checked in ANR. bug#3146736" into honeycomb by Yu Shan Emily Lau · 14 years ago
  91. 8a2659d Prevent monkey from turning off the screen. by Jeff Brown · 14 years ago
  92. bf86c3e Fixed the monkey option - killProcessAfterError is not beging checked in ANR. bug#3146736 by Yu Shan Emily Lau · 14 years ago
  93. b45644e Replace use of ro.monkey with ro.test_harness. by Brett Chabot · 14 years ago
  94. 585ab96 Add support for multitouch pinch-zoom gesture to monkey. by Jeff Brown · 14 years ago
  95. af2fc1a Adjusted the motionEvent time to the acutal time when then event is send out to the queue. by Yu Shan Emily Lau · 14 years ago
  96. 9f8e7b4 monkey: trap SIGHUP in shell before launching by Dima Zavin · 14 years ago
  97. f083bd4 Monkey updates for new keyboard features. by Jeff Brown · 14 years ago
  98. 05cd114 am 35ccee0b: am 9bfa6f90: Merge "1) add the bugreport option which allow the scripted monkey to capature the bugrepor and save it to the sdcard wherenever there is a ANR, java crash and native crash. 2) Add a new option in the scripted monkey which can enter a string by Yu Shan Emily Lau · 14 years ago
  99. 35ccee0 am 9bfa6f90: Merge "1) add the bugreport option which allow the scripted monkey to capature the bugrepor and save it to the sdcard wherenever there is a ANR, java crash and native crash. 2) Add a new option in the scripted monkey which can enter a string through the s by Yu Shan Emily Lau · 14 years ago
  100. e8b4160 1) add the bugreport option which allow the scripted monkey to capature the bugrepor and save it to the sdcard wherenever there is a ANR, java crash and native crash. by Yu Shan Emily Lau · 14 years ago