1. 9f5c306 Merge "Revert "Revert "Inject async gestures evenly with corrected event time""" into androidx-main by Yichun Li · 1 year, 1 month ago
  2. 678ca3b Revert "Revert "Inject async gestures evenly with corrected event time"" by Yichun Li · 1 year, 1 month ago
  3. add4190 Merge "Revert "Inject async gestures evenly with corrected event time"" into androidx-main by Yichun Li · 1 year, 1 month ago
  4. f4a2781 Revert "Inject async gestures evenly with corrected event time" by Yichun Li · 1 year, 1 month ago
  5. d22b650 Merge "Add in tracing to resource heavy UiAutomator functions." into androidx-main by Treehugger Robot · 1 year, 1 month ago
  6. d17de3c Add in tracing to resource heavy UiAutomator functions. by Fangqiu Su · 1 year, 1 month ago
  7. a674260 Fix testMultiWindow_pictureInPicture. by Fangqiu Su · 1 year, 1 month ago
  8. bb18601 Ignore flaking test. by Radha Nakade · 1 year, 1 month ago
  9. c219c9f Merge "Use default context for private displays" into androidx-main by Toshiki Kikuchi · 1 year, 1 month ago
  10. 985db6a Use default context for private displays by Toshiki Kikuchi · 1 year, 1 month ago
  11. 29ab014 Merge "Fix MultiWindowTest#testMultiWindow_pictureInPicture and MultiWindowTest#testMultiWindow_splitScreen" into androidx-main by Fangqiu Su · 1 year, 1 month ago
  12. 1eedaee Fix MultiWindowTest#testMultiWindow_pictureInPicture and MultiWindowTest#testMultiWindow_splitScreen by Fangqiu Su · 1 year, 2 months ago
  13. 048cafd2 Add retry when getting UiAutomation from Instrumentation by Yichun Li · 1 year, 1 month ago
  14. ccdd825 Generate uiautomator 2.2.0 signature file by Aurimas Liutikas · 1 year, 1 month ago
  15. 35d5008 Merge "Disable flaking testMultiWindow_splitScreen test" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  16. a06af5f Disable flaking testMultiWindow_splitScreen test by Fangqiu Su · 1 year, 1 month ago
  17. 77979ce Stop running screenshot tests on API 29 Cuttlefish by Aurimas Liutikas · 1 year, 1 month ago
  18. 5c487e5 Merge "Fix UiObject2Test#testScrollUntil_eventConditionSatisfied" into androidx-main by Yichun Li · 1 year, 1 month ago
  19. 5130b6d Fix UiObject2Test#testScrollUntil_eventConditionSatisfied by Yichun Li · 1 year, 1 month ago
  20. 1f8a226 Remove usages of @hide comments in uiautomator library by Daniel Peykov · 1 year, 2 months ago
  21. 9a610f9 Disable failing testScrollUntil_conditionSatisfied on API 26 by Aurimas Liutikas · 1 year, 2 months ago
  22. c76b762 Merge "Add tests for UiAutomator multi-display behaviors." into androidx-main by Fangqiu Su · 1 year, 2 months ago
  23. 1d3a960 Add tests for UiAutomator multi-display behaviors. by Fangqiu Su · 1 year, 2 months ago
  24. 7053d44 Add a nullable UiObject2 factory and making the constructor private. by Fangqiu Su · 1 year, 2 months ago
  25. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  26. 4cad3d9 Disable UiObject2Test#testFling_directionAndSpeed by Daniel Peykov · 1 year, 2 months ago
  27. 06f7facb Add hint text support to UiAutomator. by Fangqiu Su · 1 year, 3 months ago
  28. 3e6ab00 Merge "Fix flaky UiDeviceTest tests" into androidx-main by Daniel Peykov · 1 year, 2 months ago
  29. 3c68e4d Merge "Reorder methods in API files based on metalava update" into androidx-main by Aurimas Liutikas · 1 year, 2 months ago
  30. d17fd474 Improve logging for object finding in UiAutomator. by Fangqiu Su · 1 year, 2 months ago
  31. 28eb28a Fix flaky UiDeviceTest tests by Daniel Peykov · 1 year, 2 months ago
  32. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  33. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  34. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  35. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  36. 3e944f1 Dump the UI hierarchy to logcat on test failure for easier debugging by Daniel Peykov · 1 year, 2 months ago
  37. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  38. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  39. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  40. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  41. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  42. 600736d undisabling some tests only failing on api 26 by Jeff Gaston · 1 year, 2 months ago
  43. 5cb268f Merge "Mostly autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  44. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 2 months ago
  45. 3acd31f Merge "Fix swipe detection and re-enable related tests" into androidx-main by Daniel Peykov · 1 year, 2 months ago
  46. b521ac9 Fix swipe detection and re-enable related tests by Daniel Peykov · 1 year, 2 months ago
  47. 50657f0 Use Objects.requireNonNull instead of custom null checks by Daniel Peykov · 1 year, 2 months ago
  48. 48cc8b9 Merge "Inject async gestures evenly with corrected event time" into androidx-main by Yichun Li · 1 year, 2 months ago
  49. 17102c2 Inject async gestures evenly with corrected event time by Yichun Li · 1 year, 3 months ago
  50. 8a91c64 Merge "Add a way to filter projects based on prefix" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  51. e7bb700 Add a way to filter projects based on prefix by Aurimas Liutikas · 1 year, 3 months ago
  52. 5ee88e1 Rename some ancestor arguments/variables for clarity by Daniel Peykov · 1 year, 2 months ago
  53. 2a78b9c Add support for parent/ancestor-based selectors by Daniel Peykov · 1 year, 3 months ago
  54. b3cdaf3 Merge "Log Timeout Exception msg" into androidx-main by Yichun Li · 1 year, 3 months ago
  55. 7490a75 Log Timeout Exception msg by Yichun Li · 1 year, 3 months ago
  56. f42cd25 Merge "Revert "Inject async gestures evenly"" into androidx-main by Yichun Li · 1 year, 3 months ago
  57. d3effc7 Revert "Inject async gestures evenly" by Yichun Li · 1 year, 3 months ago
  58. 8de8baa Update getVariance to handle a set of size 1. by vinekumar · 1 year, 3 months ago
  59. 2034a2c Clean up ByMatcher by Daniel Peykov · 1 year, 3 months ago
  60. 9c27a8f Merge "Inject async gestures evenly" into androidx-main by Yichun Li · 1 year, 3 months ago
  61. bdf45cc Inject async gestures evenly by Yichun Li · 1 year, 3 months ago
  62. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  63. 3c619aa3 Lower default pinch speed by Yichun Li · 1 year, 3 months ago
  64. a38c086 Re-enable UiObject2 drag tests by Daniel Peykov · 1 year, 3 months ago
  65. 549fccd Fix UiObject2Test#testPinchClose by Yichun Li · 1 year, 4 months ago
  66. abaebd8 Merge "Allow set gesture margin by percent in UiObject2" into androidx-main by Yichun Li · 1 year, 4 months ago
  67. 49572b1 Reduce long press (click, drag) flakiness by Daniel Peykov · 1 year, 4 months ago
  68. 98d5271 Allow set gesture margin by percent in UiObject2 by Yichun Li · 1 year, 4 months ago
  69. db2f997 Make screenshots on emulator have _emulator.png naming by Aurimas Liutikas · 1 year, 4 months ago
  70. 0eac4f5 Merge "Add portrait and landscape orientation methods" into androidx-main by Daniel Peykov · 1 year, 4 months ago
  71. e13cb7f Add portrait and landscape orientation methods by Daniel Peykov · 1 year, 4 months ago
  72. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 6 months ago
  73. c6cea02 Wait for rotation to complete after changing orientation by Daniel Peykov · 1 year, 4 months ago
  74. 4dca854 Enabling screenshots tests on emulators with API33 by Radha Nakade · 1 year, 4 months ago
  75. ac6ec7f Disable flaky UiObject2Test test by Aurimas Liutikas · 1 year, 4 months ago
  76. 3c6a0cb Merge "Introduce scrollUntil() in v2 API" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  77. 099d6e5 Introduce scrollUntil() in v2 API by Yichun Li · 1 year, 5 months ago
  78. b53eced Rely on getVisibleBounds for v1 scrolling by Daniel Peykov · 1 year, 5 months ago
  79. 0eba038 Merge "Update OWNERS files" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  80. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  81. 3c599c1 Merge "Fix flakiness in UiDevice#testWaitForWindowUpdate" into androidx-main by Daniel Peykov · 1 year, 5 months ago
  82. bf10c19 Fix flakiness in UiDevice#testWaitForWindowUpdate by Daniel Peykov · 1 year, 5 months ago
  83. a5b0afe Merge "Further improve test compatibility with older APIs" into androidx-main by Daniel Peykov · 1 year, 5 months ago
  84. 77e41d4 Fix setting and clearing text on older APIs by Daniel Peykov · 1 year, 5 months ago
  85. 1776587 Further improve test compatibility with older APIs by Daniel Peykov · 1 year, 5 months ago
  86. 9683d2a Merge "Make integration tests compatible with API 21" into androidx-main by Daniel Peykov · 1 year, 5 months ago
  87. b51a473 Merge "Revert "Rely on getVisibleBounds for v1 scrolling"" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  88. 09329e8 Revert "Rely on getVisibleBounds for v1 scrolling" by Aurimas Liutikas · 1 year, 5 months ago
  89. 94b7092 Merge "Rely on getVisibleBounds for v1 scrolling" into androidx-main by Daniel Peykov · 1 year, 5 months ago
  90. e269a90 Make integration tests compatible with API 21 by Daniel Peykov · 1 year, 5 months ago
  91. 40f9928 Merge "Fix unit tests for v1 scroll" into androidx-main by Yichun Li · 1 year, 5 months ago
  92. 5d62cc1 Rely on getVisibleBounds for v1 scrolling by Daniel Peykov · 1 year, 5 months ago
  93. 5fef622 Fix unit tests for v1 scroll by Yichun Li · 1 year, 5 months ago
  94. c73fd98 Try to dismiss lockscreen before integration tests by Daniel Peykov · 1 year, 5 months ago
  95. 9181ebd Merge "Run UiWatchers in order" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  96. c85f92f Run UiWatchers in order by Yichun Li · 1 year, 6 months ago
  97. 37b73eb Disable flaking UiObject2Test#testSetGestureMargin by Aurimas Liutikas · 1 year, 5 months ago
  98. 864d136 Disable flaking UiObject2Test#testSetGestureMargins by Aurimas Liutikas · 1 year, 5 months ago
  99. 379f2d0 Fix v1 scroll direction by Yichun Li · 1 year, 5 months ago
  100. 5ecc159 Disable flaking UiObject2Test#testDrag_dest by Aurimas Liutikas · 1 year, 5 months ago