[go: nahoru, domu]

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