1. e96d56c Adding support for crespo and stingray in the labpretest.sh by Bruce Gay · 14 years ago
  2. f34d3e6 Functionality to separate dictionary by set size by Jae Yong Sung · 14 years ago
  3. 60a7ddf elftree: Recursively display ELF dependencies in a tree by Thomas Tuttle · 14 years ago
  4. 3a5897a am d53cf3ba: am 8ddb2873: Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  5. d53cf3b am 8ddb2873: Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  6. 8ddb287 Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  7. 4a8359a Remove the rest of the monkeyrunner files. by Bill Napier · 14 years ago
  8. 255ee00 am 32553f52: Remove monkeyrunner so it can move to the SDK project. by Bill Napier · 14 years ago
  9. 2e163ac Move MonkeyRunner from development to sdk. by Bill Napier · 14 years ago
  10. fa4a031 am b5ebc485: am cc7fc9e8: Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  11. b5ebc48 am cc7fc9e8: Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  12. f00f7e4 Fix multi-line parsing issue from running instrumentations. This fix means that monkeyrunner can now get back the "stream" from an InstrumentationTestCase. by Bill Napier · 14 years ago
  13. 32553f5 Remove monkeyrunner so it can move to the SDK project. by Bill Napier · 14 years ago
  14. cc7fc9e Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  15. 9eca9eb Fix Monkeyrunner to use new ddmlib API. by Xavier Ducrohet · 14 years ago
  16. 235a95a Update the monkeyrunner to use the new DDMlib API. by Xavier Ducrohet · 14 years ago
  17. 5618ef3 Merge "Generate English Dictionary (version : 200 - may contain bigrams) - created separate class for bigram" by Amith Yamasani · 14 years ago
  18. b8f2aa9 Fix MonkeyRunner to use the changed ddmlib API. by Xavier Ducrohet · 14 years ago
  19. 80059e6 Generate English Dictionary (version : 200 - may contain bigrams) by Jae Yong Sung · 14 years ago
  20. 1fb098a Update help text templates to include "Returns" information. by Bill Napier · 14 years ago
  21. a961b1c Merge "Labpretest.sh script is designed to emulate a typical automated test lab session. It puts a device into bootloader mode, reboots into bootloader mode, determines device type, erases user cache, flashes a generic userdata image, updates the boot image, updates the radio image, updates the system image and reboots, sets up for a monkey run and finally runs a random monkey test. It will repeat this based on an optional parameter(-i) or default to 100 times. It will detect if it is in a low battery situation and wait for it to charge again." by Bruce Gay · 14 years ago
  22. 39229d4 Labpretest.sh script is designed to emulate a typical automated by Bruce Gay · 14 years ago
  23. 8fa0d4e Merge "Change help test generation to use clearsilver templates just like the rest of the system. This should more easily allow customization of the generated output." by Bill Napier · 14 years ago
  24. 44ab7d8 Change help test generation to use clearsilver templates just like the rest of the system. This should more easily allow customization of the generated output. by Bill Napier · 14 years ago
  25. fc4835e Add in a help script to generate text and html formats of the MonkeyRunner help. by Bill Napier · 14 years ago
  26. ac3f548 Merge "fix build (again). Even more sneaky @Overrides" by Bill Napier · 14 years ago
  27. 95ceb13 fix build (again). Even more sneaky @Overrides by Bill Napier · 14 years ago
  28. 4f6ff05 Fix build. @Override by Bill Napier · 14 years ago
  29. 675b718 Add in some more useful MonkeyRunner commands: by Bill Napier · 14 years ago
  30. d42aa33 - Improve ScriptRunner command line parsing to actually pass more of the arguments. (And a unit test to go with it). by Bill Napier · 14 years ago
  31. 66cfd4b Add in python unit tests and fix up java unit tests. by Bill Napier · 14 years ago
  32. 06a839d Add in "plugin" support to allow users to add their own plugin's via JAR files and the -plugin command line argument. by Bill Napier · 14 years ago
  33. 4ef0789 Merge "Add in stub backend to be used for jython unit tests." by Bill Napier · 14 years ago
  34. 9bfa27f Add in stub backend to be used for jython unit tests. by Bill Napier · 14 years ago
  35. ccfc305 Merge "Add in the help command implementation to return the "help" string to the caller." by Bill Napier · 14 years ago
  36. d97211f Add in the help command implementation to return the "help" string to the caller. by Bill Napier · 14 years ago
  37. d1a8d53 remove DebugBridge as it has been replaced with AdbBackend by Bill Napier · 14 years ago
  38. 133e011 Refactor MonkeyRunner and add in a lot of API operations. by Bill Napier · 14 years ago
  39. 73b2f19 Add in method to ScriptRunner to also get a variable result from the interpreter. by Bill Napier · 14 years ago
  40. 423b66f Add proper dependencies for Test target. by Bill Napier · 14 years ago
  41. 8d34ed1 Update ScriptRunner to correctly pass in the name of the sript being started (so jython's sys.argv will work). by Bill Napier · 14 years ago
  42. 4a70a96 Add in a collection of useful functions for interacting with the Jython Interpreter. by Bill Napier · 14 years ago
  43. 18b6989 Annotation to allow auto-documenting of jython language bindings for MonkeyRunner API's. by Bill Napier · 14 years ago
  44. 397028f Refactor ImageUtils to eliminate extra copy of image data that was being done. This yields a small by Bill Napier · 14 years ago
  45. 67fa314 Fix etc1tool to build in Windows SDK under Linux by Raphael · 14 years ago
  46. d66f937 The rest of the refactor to make MonkeyRunner cleaner. by Bill Napier · 14 years ago
  47. addb02a Start refactoring MonkeyRunner to be a bit easier to understand. by Bill Napier · 14 years ago
  48. 0db059b Fix etc1tool on Mac SDK: -lz was missing. by Raphael · 14 years ago
  49. 3988438 Fix etc1tool to build in Windows SDK under Linux by Raphael · 14 years ago
  50. fbef7e0 Merge "Minor improvements to apkcheck." by Andy McFadden · 14 years ago
  51. 4fbfbb3 Minor improvements to apkcheck. by Andy McFadden · 14 years ago
  52. 8d01416 Modified to work with Mac. Apparently the | operator doesn't work in sed. by Michael Chan · 14 years ago
  53. a4707b1 Add --ignore-package option. by Andy McFadden · 14 years ago
  54. 0a62046 Updated README. by Andy McFadden · 14 years ago
  55. 07efa81 Merge "APK checker." by Andy McFadden · 14 years ago
  56. 69b04ff Add 's' option to grep so it doesn't complain about stuff under .git by Marco Nelissen · 14 years ago
  57. 2eceaea APK checker. by Andy McFadden · 15 years ago
  58. 6f89b4e Refactor out a DeviceConnector helper class from hosttestlib for reuse. by Brett Chabot · 15 years ago
  59. 291bb9f Force LANG to C in the findunusedresources script, otherwise it takes forever to run. by Marco Nelissen · 15 years ago
  60. 8aa948e Fix build (was broken by bad up merge) by Dan Egnor · 15 years ago
  61. 052720a am 7f5c515c: am ef54fe9a: Fix compilation error by declaring stride before the first goto by Xavier Ducrohet · 15 years ago
  62. ef54fe9 Fix compilation error by declaring stride before the first goto by Xavier Ducrohet · 15 years ago
  63. 30d4287 DO NOT MERGE Tool for compressing/decompressing ETC1 textures. by Jack Palevich · 15 years ago
  64. df2b196 Fix compiler error by ensuring a variable is always initialized. by Jack Palevich · 15 years ago
  65. c164515 Tool for compressing/decompressing ETC1 textures. by Jack Palevich · 15 years ago
  66. 4c95917 add one script to make release keys by Doug Zongker · 15 years ago
  67. 78cab80 am 0d6684c8: Merge change I44da0c8f into eclair by Eric Fischer · 15 years ago
  68. 1f9f586 Correct the raw offsets in the time zone index for a few zones. by Eric Fischer · 15 years ago
  69. 7c91ccf am 2ddbd568: Update zoneinfo time zone data to version 2009s by Eric Fischer · 15 years ago
  70. 2ddbd56 Update zoneinfo time zone data to version 2009s by Eric Fischer · 15 years ago
  71. 8915fd9 am 01d2087c: resolved conflicts for merge of 19cb54ea to eclair by Xavier Ducrohet · 15 years ago
  72. 19cb54e Remove components that were moved to sdk.git and update build scripts. by Xavier Ducrohet · 15 years ago
  73. 6ae0010 am 20d03274: Merge change I6809bd44 into eclair by Raphael · 15 years ago
  74. 2db89e8 SDK Manager: XML Schema for sdk-repository v2 by Raphael · 15 years ago
  75. 12ed1a7 am 5df7d75e: am f4c63fae: SDK Manager support for future schemas. by Raphael · 15 years ago
  76. 5df7d75 am f4c63fae: SDK Manager support for future schemas. by Raphael · 15 years ago
  77. f4c63fa SDK Manager support for future schemas. by Raphael · 15 years ago
  78. eeef441 am 6dcf4214: resolved conflicts for merge of 0da4f158 to eclair by Raphael · 15 years ago
  79. 6dcf421 resolved conflicts for merge of 0da4f158 to eclair by Raphael · 15 years ago
  80. 0da4f15 Merge change If1bda264 into eclair-sdk by Android (Google) Code Review · 15 years ago
  81. 580e982 SDK Manager: phase 1 of support for future schemas by Raphael · 15 years ago
  82. 8b63387 am 5f9e0abe: Merge change I5a66bbdf into eclair by Xavier Ducrohet · 15 years ago
  83. b624370 Rename the layout device from ION to ADP2. (do not merge) by Xavier Ducrohet · 15 years ago
  84. 5f9e0ab Merge change I5a66bbdf into eclair by Android (Google) Code Review · 15 years ago
  85. 92bc35c Rename the layout device from ION to ADP2. by Xavier Ducrohet · 15 years ago
  86. 8507ead am 13dbc227: Merge change I62823795 into eclair by Xavier Ducrohet · 15 years ago
  87. 2e533cc am 05ae5d65: Merge change I229c60a9 into eclair by Xavier Ducrohet · 15 years ago
  88. 13dbc22 Merge change I62823795 into eclair by Android (Google) Code Review · 15 years ago
  89. a6bd846 Move source.properties for doc in sync with 2.0.1 by Xavier Ducrohet · 15 years ago
  90. 05ae5d6 Merge change I229c60a9 into eclair by Android (Google) Code Review · 15 years ago
  91. 3423617 Move source.properties for platform in sync with 2.0.1 by Xavier Ducrohet · 15 years ago
  92. 1ef7569 am e5387db7: am d2ad5e31: Merge change I361fb688 into eclair-sdk by Raphael · 15 years ago
  93. e5387db am d2ad5e31: Merge change I361fb688 into eclair-sdk by Raphael · 15 years ago
  94. d2ad5e3 Merge change I361fb688 into eclair-sdk by Android (Google) Code Review · 15 years ago
  95. 7e48a70 Use SWT to write PNG screenshot now that we moved to SWT 3.3+ (do not merge) by Xavier Ducrohet · 15 years ago
  96. 250153e am 25c6ac63: Merge change I9a181cb7 into eclair by Xavier Ducrohet · 15 years ago
  97. 3298a04 SDK Manager: fix, create temp folder before download by Raphael · 15 years ago
  98. 75e9110 Use SWT to write PNG screenshot now that we moved to SWT 3.3+ by Xavier Ducrohet · 15 years ago
  99. a7f3e75 am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk by Raphael · 15 years ago
  100. 2d03b2a am 8ccddf4c: Merge change Id49751eb into eclair-sdk by Raphael · 15 years ago