1. de14fbd Set monkey process name by Ying Wang · 14 years ago
  2. 9c1a73b Update Monkey to new StrictMode API. by Brad Fitzpatrick · 14 years ago
  3. 5ee69f6 Don't send non-existent system keys. by Ying Wang · 14 years ago
  4. d424b8d Prepare for a new IActivityController method. by Dianne Hackborn · 14 years ago
  5. 6a6c533 Add the simple script log for the statbility stress test. by Yu Shan Emily Lau · 14 years ago
  6. 9ab0157 Add the new option for the device sleep time. This is only for the scripted monkey. by Yu Shan Emily Lau · 14 years ago
  7. 06bcd70 Quiet harmless StrictMode violations caused by the Monkey. by Brad Fitzpatrick · 14 years ago
  8. 6035a57 Add the new option for the scripted monkey profile testing. by Yu Shan Emily Lau · 14 years ago
  9. 39b0199 Added the new keyword tap for the scripted monkey. by Yu Shan Emily Lau · 14 years ago
  10. 4fbc8db Add the monkey event which allows the scripted monkey to execute the shell command. by Yu Shan Emily Lau · 14 years ago
  11. 8fc7789 Fix keycode. [Cherry-pick from master] by Ying Wang · 14 years ago
  12. 5ce45c9 Fix keycode by Ying Wang · 14 years ago
  13. 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
  14. 52bbaa3 Add the support for the alarmManager and force the device to wake up. by Yu Shan Emily Lau · 14 years ago
  15. 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
  16. 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
  17. 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
  18. 2952b49 Added the instrumentation and power log monkey events fro the new power framework. by Yu Shan Emily Lau · 14 years ago
  19. 9909697 merge from open-source master by The Android Open Source Project · 14 years ago
  20. f515f1a Added missing --pct-syskeys to processOptions in Monkey by Johan Alfven · 14 years ago
  21. 8408657 Add timestamp to monkey log by Ying Wang · 14 years ago
  22. 9731732 Move potentially blocking operation out of the activity controller. by Ying Wang · 14 years ago
  23. df78cdf Support for ignoring or exit running when native crashes. by Ying Wang · 14 years ago
  24. a08e19c Fix bug. by Ying Wang · 14 years ago
  25. bae4515 Add support for random throttle. by Ying Wang · 14 years ago
  26. d98ba32 DO NOT MERGE Fix bug where monkey always tries to run multiple scripts. by Eric Rowe · 15 years ago
  27. 7d961f8 DO NOT MERGE Create way to run monkey with multiple scripts. by Eric Rowe · 15 years ago
  28. 66e263b Fix how the monkey counts events for scripts. by Eric Rowe · 14 years ago
  29. b2fa770 DO NOT MERGE Modify Monkey so that scripts can use raw and user events. by Eric Rowe · 15 years ago
  30. 9a7ff5b resolved conflicts for merge of 494d8698 to master by Ying Wang · 15 years ago
  31. 7e3d678 Fixes bug of the number of injected monkey events. by Ying Wang · 15 years ago
  32. 36d415e am 19e2f60e: am 9c7692aa: Set ro.monkey if it\'s not set yet. by Ying Wang · 15 years ago
  33. 9c7692a Set ro.monkey if it's not set yet. by Ying Wang · 15 years ago
  34. 60dc137 resolved conflicts for merge of e3b115d0 to master by Ying Wang · 15 years ago
  35. 48f0d89 Annouce that Monkey is running. by Ying Wang · 15 years ago
  36. 1e9eb67 Add some more buttons to Bad Behavior: by Dan Egnor · 15 years ago
  37. dc388c5 Merge commit 'goog/eclair-mr2' into play-with-monkey by Ying Wang · 15 years ago
  38. d0225ee Remove the old Dev Tools exception browser (since it relies on by Dan Egnor · 15 years ago
  39. a35897d Package blacklist/whitelist file support for Monkey. by Ying Wang · 15 years ago
  40. 80de953 Fix bug where monkey always tries to run multiple scripts. by Eric Rowe · 15 years ago
  41. 20a74d7 Create way to run monkey with multiple scripts. by Eric Rowe · 15 years ago
  42. 65440eb Fix how the monkey counts events for scripts. by Eric Rowe · 15 years ago
  43. 20e7a15 Modify Monkey so that scripts can use raw and user events. by Eric Rowe · 15 years ago
  44. 42abc11 Fix build. by Dianne Hackborn · 15 years ago
  45. b1cc0de modified: src/com/android/commands/monkey/MonkeySourceScript.java by Yu Shan Emily Lau · 15 years ago
  46. 68e2fd5 modified: MonkeySourceScript.java by Yu Shan Emily Lau · 15 years ago
  47. f948160 Add getvar and listvar commands to monkey to allow inspection of properties on the device. by Bill Napier · 15 years ago
  48. 9d8557c Squashed commit of the following: by Bill Napier · 15 years ago
  49. 3faef17 Add "type" command to allow strings to be more easily typed. by Bill Napier · 15 years ago
  50. bdc2220 Add press/tap and also a command queue for returning multiple events. by Bill Napier · 15 years ago
  51. ad90429 Add "wake" command to wake device up. Run wake command at first connection. by Bill Napier · 15 years ago
  52. 0b1f5a9 Update monkey network readme. by Bill Napier · 15 years ago
  53. a68dbdb Added in simple command scripting to monkey over a TCP socket. by Bill Napier · 15 years ago
  54. aa5574f Rename IActivityWatcher to IActivityController by Dianne Hackborn · 15 years ago
  55. 57b6feb Change import for IIntentReceiver since the class has been refactored from android.app to android.content by Suchi Amalapurapu · 15 years ago
  56. 3e456da Add network statistics collection to monkey runs. by Jim Miller · 15 years ago
  57. 565067a AI 144927: Fix throttling in scripted monkeys (bug #1739843). BUG=1739843 by Evan Millar · 15 years ago
  58. 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
  59. 52d4c30 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. d4aee0c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. 74a996a auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  62. e943f2f Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  63. 5c11852 Initial Contribution by The Android Open Source Project · 16 years ago