1. 616acdb am 06bcd705: Quiet harmless StrictMode violations caused by the Monkey. by Brad Fitzpatrick · 14 years ago
  2. 06bcd70 Quiet harmless StrictMode violations caused by the Monkey. by Brad Fitzpatrick · 14 years ago
  3. 6fae0ba am 27d0ec1e: Merge "Add the new option for the scripted monkey profile testing." into gingerbread by Yu Shan Emily Lau · 14 years ago
  4. 6035a57 Add the new option for the scripted monkey profile testing. by Yu Shan Emily Lau · 14 years ago
  5. 599fcd2 am 3307fdcc: Merge "Added the new keyword tap for the scripted monkey." into gingerbread by Yu Shan Emily Lau · 14 years ago
  6. 39b0199 Added the new keyword tap for the scripted monkey. by Yu Shan Emily Lau · 14 years ago
  7. 2929dce am b409cf9c: Merge "Add the monkey event which allows the scripted monkey to execute the shell command." into gingerbread by Yu Shan Emily Lau · 14 years ago
  8. 4fbc8db Add the monkey event which allows the scripted monkey to execute the shell command. by Yu Shan Emily Lau · 14 years ago
  9. 8930942 am 4388d2c3: Merge "Monkey: Set the name of the process to distinguish from generic name (app_process)" by Jean-Baptiste Queru · 14 years ago
  10. a27eb4c am 8fc77898: Fix keycode. [Cherry-pick from master] by Ying Wang · 14 years ago
  11. 8fc7789 Fix keycode. [Cherry-pick from master] by Ying Wang · 14 years ago
  12. 83c5757 Monkey: Set the name of the process to distinguish from generic name (app_process) by Vairavan Srinivasan · 14 years ago
  13. 474fe56 am 688e62cd: Monkey: Changes to release lock before reporting ANR and meminfo by Vairavan Srinivasan · 14 years ago
  14. 688e62c Monkey: Changes to release lock before reporting ANR and meminfo by Vairavan Srinivasan · 14 years ago
  15. 5ce45c9 Fix keycode by Ying Wang · 14 years ago
  16. ec87ca5 am 34ca4b64: Merge "Add the support for the alarmManager and force the device to wake up." into froyo by Yu Shan Emily Lau · 14 years ago
  17. 52bbaa3 Add the support for the alarmManager and force the device to wake up. by Yu Shan Emily Lau · 14 years ago
  18. a96f73a am 1a132581: Merge "Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out." into froyo by Yu Shan Emily Lau · 14 years ago
  19. 3bacdf9 am 1a132581: Merge "Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out." into froyo by Yu Shan Emily Lau · 14 years ago
  20. 07aeb8c Add the AUTOTEST_TEST_BEGIN_DELAY keyword to the scripted monkey which allow the power log to start 10 seconds after the event was send out. by Yu Shan Emily Lau · 14 years ago
  21. 59b6dce am 39d7a745: Merge "Added the instrumentation and power log monkey events fro the new power framework." into froyo by Yu Shan Emily Lau · 14 years ago
  22. 2952b49 Added the instrumentation and power log monkey events fro the new power framework. by Yu Shan Emily Lau · 14 years ago
  23. 9909697 merge from open-source master by The Android Open Source Project · 14 years ago
  24. f515f1a Added missing --pct-syskeys to processOptions in Monkey by Johan Alfven · 14 years ago
  25. 8408657 Add timestamp to monkey log by Ying Wang · 14 years ago
  26. 9731732 Move potentially blocking operation out of the activity controller. by Ying Wang · 14 years ago
  27. df78cdf Support for ignoring or exit running when native crashes. by Ying Wang · 14 years ago
  28. a08e19c Fix bug. by Ying Wang · 14 years ago
  29. bae4515 Add support for random throttle. by Ying Wang · 14 years ago
  30. d98ba32 DO NOT MERGE Fix bug where monkey always tries to run multiple scripts. by Eric Rowe · 15 years ago
  31. 7d961f8 DO NOT MERGE Create way to run monkey with multiple scripts. by Eric Rowe · 15 years ago
  32. 66e263b Fix how the monkey counts events for scripts. by Eric Rowe · 14 years ago
  33. b2fa770 DO NOT MERGE Modify Monkey so that scripts can use raw and user events. by Eric Rowe · 15 years ago
  34. 9a7ff5b resolved conflicts for merge of 494d8698 to master by Ying Wang · 14 years ago
  35. 7e3d678 Fixes bug of the number of injected monkey events. by Ying Wang · 14 years ago
  36. 36d415e am 19e2f60e: am 9c7692aa: Set ro.monkey if it\'s not set yet. by Ying Wang · 14 years ago
  37. 9c7692a Set ro.monkey if it's not set yet. by Ying Wang · 14 years ago
  38. 60dc137 resolved conflicts for merge of e3b115d0 to master by Ying Wang · 14 years ago
  39. 48f0d89 Annouce that Monkey is running. by Ying Wang · 14 years ago
  40. 1e9eb67 Add some more buttons to Bad Behavior: by Dan Egnor · 15 years ago
  41. dc388c5 Merge commit 'goog/eclair-mr2' into play-with-monkey by Ying Wang · 15 years ago
  42. d0225ee Remove the old Dev Tools exception browser (since it relies on by Dan Egnor · 15 years ago
  43. a35897d Package blacklist/whitelist file support for Monkey. by Ying Wang · 15 years ago
  44. 80de953 Fix bug where monkey always tries to run multiple scripts. by Eric Rowe · 15 years ago
  45. 20a74d7 Create way to run monkey with multiple scripts. by Eric Rowe · 15 years ago
  46. 65440eb Fix how the monkey counts events for scripts. by Eric Rowe · 15 years ago
  47. 20e7a15 Modify Monkey so that scripts can use raw and user events. by Eric Rowe · 15 years ago
  48. 42abc11 Fix build. by Dianne Hackborn · 15 years ago
  49. b1cc0de modified: src/com/android/commands/monkey/MonkeySourceScript.java by Yu Shan Emily Lau · 15 years ago
  50. 68e2fd5 modified: MonkeySourceScript.java by Yu Shan Emily Lau · 15 years ago
  51. f948160 Add getvar and listvar commands to monkey to allow inspection of properties on the device. by Bill Napier · 15 years ago
  52. 9d8557c Squashed commit of the following: by Bill Napier · 15 years ago
  53. 3faef17 Add "type" command to allow strings to be more easily typed. by Bill Napier · 15 years ago
  54. bdc2220 Add press/tap and also a command queue for returning multiple events. by Bill Napier · 15 years ago
  55. ad90429 Add "wake" command to wake device up. Run wake command at first connection. by Bill Napier · 15 years ago
  56. 0b1f5a9 Update monkey network readme. by Bill Napier · 15 years ago
  57. a68dbdb Added in simple command scripting to monkey over a TCP socket. by Bill Napier · 15 years ago
  58. aa5574f Rename IActivityWatcher to IActivityController by Dianne Hackborn · 15 years ago
  59. 57b6feb Change import for IIntentReceiver since the class has been refactored from android.app to android.content by Suchi Amalapurapu · 15 years ago
  60. 3e456da Add network statistics collection to monkey runs. by Jim Miller · 15 years ago
  61. 565067a AI 144927: Fix throttling in scripted monkeys (bug #1739843). BUG=1739843 by Evan Millar · 15 years ago
  62. 62c4d9b AI 143190: am: CL 142951 Change the way we handle monkey throttling. We now will only sleep after complete down/[move]/up sequences. This avoids unwanted long pressing. We will need to add code to explicitly long press at some point. by Evan Millar · 15 years ago
  63. 52d4c30 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d4aee0c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. 74a996a auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  66. e943f2f Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  67. 5c11852 Initial Contribution by The Android Open Source Project · 16 years ago