1. 5c1ba48 Add runner jars by Valera Zakharov · 10 years ago master
  2. 167b008 Added new cheat sheet pdf by Stephan Linzner · 10 years ago
  3. e349eb1 Added espresso v2 cheatsheet pdf by Stephan Linzner · 10 years ago
  4. 3d671c9 Espresso 2.0 jars by Valera Zakharov · 10 years ago
  5. e81b669 Javadoc for Espresso 2.0 by Stephan Linzner · 10 years ago
  6. f80d5bd Uploaded javadoc for android testing support lib runner by Stephan Linzner · 10 years ago
  7. 1e71a17 Contrib standalone jar by Valera Zakharov · 11 years ago
  8. f6ec5bf Espresso docs and jars. by Valera Zakharov · 11 years ago
  9. 6e01895 Espresso open source: update version to 1.1 (using variable breaks some of the maven plugins). Also the SNAPSHOT qualifier is reserved for unreleased builds. Since we're releasing this, might as well not use it. by Valera Zakharov · 11 years ago
  10. aaf0047 Espresso open source: more pom cleanup (preventing dex preverification errors) by Valera Zakharov · 11 years ago
  11. b6c01c8 Espresso: Fix https://code.google.com/p/android-test-kit/issues/detail?id=33: if an activity resumes we should return from the method instead of breaking the loop and throwing an exception. by Valera Zakharov · 11 years ago
  12. 34932b7 Espresso: Update version to 1.1. by Valera Zakharov · 11 years ago
  13. 1f197de Espresso: update open source files: by Valera Zakharov · 11 years ago
  14. 67be319 Espresso: provide getter for AndroidTestRunner. by Valera Zakharov · 11 years ago
  15. 353c1c8 Espresso: Move sample tests to test app package. by Valera Zakharov · 11 years ago
  16. e3bd5a3 Espresso: fix DrawerActivity layout. by Valera Zakharov · 11 years ago
  17. bf94035 Push Root Matcher into ViewInteraction and share it across the graph via an by Valera Zakharov · 11 years ago
  18. 1e5ee05 Allow users to provide their own RootMatcher instead of using Espresso's heuristics. by Valera Zakharov · 11 years ago
  19. b4fa36e Espresso: update swipe integration tests to work around b/12113054 (Espresso: swipe fails with small support lib ViewPagers). by Valera Zakharov · 11 years ago
  20. 16cc465 Workaround for support lib rev 19 issue with NavUtils by Valera Zakharov · 11 years ago
  21. 1e0860f This check was wrong and always declaring windows to be focusable and touchable. by Valera Zakharov · 11 years ago
  22. d5780a2 Ensure Espresso can recover gracefully from exceptions thrown during loopUntil methods. by Valera Zakharov · 11 years ago
  23. 5d1754f Clear database context after every test run (clears package data). Adding the method clearDatabaseAndRecreateApp within WebTestBootstrapper is causing cyclic dependency in AndroidWebDriver which is why the casting is for G3Instrumentation. by Valera Zakharov · 11 years ago
  24. 390ecfe Give users the ability to type text into a pre-focused view without tapping for by Valera Zakharov · 11 years ago
  25. 2757c1f ------------- by Valera Zakharov · 11 years ago
  26. 3969fd3 Allow users to control Idle handling thru IdlingPolicies by Valera Zakharov · 11 years ago
  27. 08a7b49 Espresso: deregister IdlingResources in finally block. by Valera Zakharov · 11 years ago
  28. c3349b2 Update Espresso's ScrollToAction to support HorizontalScrollView by Valera Zakharov · 11 years ago
  29. 92ade9d Fix IdlingResourceRegistry. by Valera Zakharov · 11 years ago
  30. 2ebeb06 If a looper is in Thread.State.WAIT we may want to consider it idle. by Valera Zakharov · 11 years ago
  31. c4e4da0 Add support for swiping in Espresso. by Valera Zakharov · 11 years ago
  32. 93955ce Move MotionEvent utilities into a separate class. by Valera Zakharov · 11 years ago
  33. 6e26af8 Automated g4 rollback of changelist 56611229. by Valera Zakharov · 11 years ago
  34. 00ca1e8 Add idling_registry_timeout_seconds test flag so tests can specify their own timeout for idling resources. by Valera Zakharov · 11 years ago
  35. 1789067 #1 Isolate MessageQueue reflective method access into its own class (out of by Valera Zakharov · 11 years ago
  36. d90fd4f Remove copyright from all of our files. by Valera Zakharov · 11 years ago
  37. dc7df1a Fix []Instrumentation. by Valera Zakharov · 11 years ago
  38. 9f9565f Strip off the view hierarchy when dealing with Android Webdriver tests. by Valera Zakharov · 11 years ago
  39. 668826f Change pinpoint click to finger click. More realistic for touch devices. by Valera Zakharov · 11 years ago
  40. d4c7221 Fix click event. Precision of click event was not propagated to down event. by Valera Zakharov · 11 years ago
  41. 54357bc Fix GeneralLocation using X and Y offsets the wrong way round. by Valera Zakharov · 11 years ago
  42. f304abd Javascript bridging for all (who include web:bridge in their deps). by Valera Zakharov · 11 years ago
  43. 56122c9 Controls around activity cleanup. by Valera Zakharov · 11 years ago
  44. e291d5d Move the responsibility of hosting the object graph out of the Espresso entry point. by Valera Zakharov · 11 years ago
  45. 09351bb Fix description spelling: "descenant" -> "descendant" by Valera Zakharov · 11 years ago
  46. d26dba2 Corretto: added BrowserInterface "implementation" (unsupported) by Valera Zakharov · 11 years ago
  47. 5d86257 Adding a NoActivityResumedException to explicitly indicate cases where Espresso wanted to interact with the UI but there were no Activities being displayed at that particular moment. by Valera Zakharov · 11 years ago
  48. 4b57b5e Add activities in other stages as well in the loop in waitForAtLeastOneActivityToBeResumed()? by Valera Zakharov · 11 years ago
  49. cf47b3d Adds DrawerActions to Espresso, for opening and closing a DrawerLayout. by Valera Zakharov · 11 years ago
  50. 7708034 Try to address some flakiness in pressing back and activity is restarting by Valera Zakharov · 11 years ago
  51. 28de609 Automated g4 rollback of changelist 54018158. by Valera Zakharov · 11 years ago
  52. 6208a5b Send analytics pings from a worker thread instead of in batch at the end of the test. by Valera Zakharov · 11 years ago
  53. b49a13f Add @LargeTest annotation. by valeraz · 11 years ago
  54. 59b7112 Add @LargeTest annotation. by valeraz · 11 years ago
  55. f4bab5f Fix BasicTest to work on devices with soft keyboard. by Valera Zakharov · 11 years ago
  56. 001c4f0 Binaries and new javadocs by thomas knych · 11 years ago
  57. 68d468a Espresso: Adding isDialog check to RootViewPicker.reduceRoots. If there are multiple windows present and one of them is a dialog, we return it (parity with previous impl). by thomas knych · 11 years ago
  58. 9a86b0f Optimize test video recording. by thomas knych · 11 years ago
  59. 0adf744 Automated g4 rollback of changelist 54018158. by thomas knych · 11 years ago
  60. 6d4226d Automated g4 rollback of changelist 53564787. by thomas knych · 11 years ago
  61. 6dc2d30 Asserting that a data item is not in an adapter Sample by thomas knych · 11 years ago
  62. 94784e8 binaries and docs by thomas knych · 11 years ago
  63. 559cfe7 Send analytics pings from a worker thread instead of in batch at the end of the test. by thomas knych · 11 years ago
  64. ae3e603 Seeing cases where finished is getting called 2x. lets prevent that from happening. by thomas knych · 11 years ago
  65. 02dd481 Add ActionBar Sample test. by thomas knych · 11 years ago
  66. 439d8f0 Espresso: Part 1 of 2 of multi-window support: by thomas knych · 11 years ago
  67. 488e101 remove unnecessary deps - test moe magic by thomas knych · 11 years ago
  68. 017131c docs and binaries by thomas knych · 11 years ago
  69. 43b330d test sync by thomas knych · 11 years ago
  70. 80a4bfc release binaries by thomas knych · 11 years ago
  71. 83365cb javadocs by thomas knych · 11 years ago
  72. e57a882 Initial release by thomas knych · 11 years ago
  73. a73cd8e initial commit by thomas knych · 11 years ago