1. 6b0bdb5 Merge "Remove private/unused constructor and clean up fields" into androidx-main by Fangqiu Su · 1 year, 9 months ago
  2. 4220084 Merge "Remove unnecessary @since annotations" into androidx-main by Fangqiu Su · 1 year, 9 months ago
  3. 78fe226 Remove unnecessary @since annotations by Daniel Peykov · 1 year, 9 months ago
  4. 3d8754d Warn about package visibility changes in getLauncherPackageName by Daniel Peykov · 1 year, 9 months ago
  5. 3165b93 Remove private/unused constructor and clean up fields by Daniel Peykov · 1 year, 9 months ago
  6. 320bf14 Add tests for `waitForWindowUpdate()` and `getLauncherPackageName()`. by Fangqiu Su · 1 year, 9 months ago
  7. 9c5c2a0 Add tests for `dumpWindowHierarchy(*)`. by Fangqiu Su · 1 year, 9 months ago
  8. 1df611d Add tests for `wakeUp()`, `isScreenOn()`, and `sleep()`. by Fangqiu Su · 1 year, 9 months ago
  9. 469f1b7 Add tests for methods related to the device orientation. by Fangqiu Su · 1 year, 9 months ago
  10. e09607a Add tests for methods using `UiWatcher`. by Fangqiu Su · 1 year, 9 months ago
  11. 5104e52 Add tests for `swipe()` family, `drag()`, and `getCurrentPackageName()`. by Fangqiu Su · 1 year, 9 months ago
  12. 0b36e6e Merge "Add tests for `pressRecentApps()`, `openNotification()`, `openQuickSettings()`, `getDisplayWidth()` and `getDisplayHeight()`." into androidx-main by Fangqiu Su · 1 year, 9 months ago
  13. a4e1e35 Add tests for `pressRecentApps()`, `openNotification()`, by Fangqiu Su · 1 year, 9 months ago
  14. d3fc18e Rename paparazzi -> layoutlib by Ember Rose · 1 year, 9 months ago
  15. 4f83402 Bump Paparazzi native to 2022.1.1-canary-f5f9f71 by Ember Rose · 1 year, 9 months ago
  16. 38dccd6 Use forked Paparazzi instead of prebuilt by Ember Rose · 1 year, 9 months ago
  17. 8559739 Add tests for `press*()` family. by Fangqiu Su · 1 year, 9 months ago
  18. 9d074df Add tests for `getInstance()` family, `getDisplaySizeDp()`, and by Fangqiu Su · 1 year, 10 months ago
  19. 76793c1 Add tests for `hasObject()`, `findObjects()`, `performActionAndWait()`, by Fangqiu Su · 1 year, 10 months ago
  20. 996efe22 Merge "Resetting the static fields in Java class after modifying them in the tests." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  21. 45dbfab Resetting the static fields in Java class after modifying them in the tests. by Fangqiu Su · 1 year, 10 months ago
  22. aaabb8c Paparazzi wrapper library by Ember Rose · 1 year, 11 months ago
  23. f1a3e9e Merge "Revert ByMatcher recursion error handling changes" into androidx-main by Fangqiu Su · 1 year, 10 months ago
  24. 4d53bfb Merge "Re-enable UiDeviceTest#testClick" into androidx-main by Fangqiu Su · 1 year, 10 months ago
  25. f0efd37 Rename the test classes to make them consistent. by Fangqiu Su · 1 year, 10 months ago
  26. b9b505c8 Add tests for `scrollTo*()`/`flingTo*()` family, and for by Fangqiu Su · 1 year, 10 months ago
  27. 0e51822 Re-enable UiDeviceTest#testClick by Daniel Peykov · 1 year, 10 months ago
  28. 1fc5c51 Revert ByMatcher recursion error handling changes by Daniel Peykov · 1 year, 10 months ago
  29. 586b23f Add tests for `scroll*IntoView()` family, `setMaxSearchSwipes()` and `getMaxSearchSwipes()`. by Fangqiu Su · 1 year, 10 months ago
  30. 4bd198d Merge "Add tests for `fling*()` family, `scroll*()` family, and `getChild*()` family." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  31. be82665 Add tests for `fling*()` family, `scroll*()` family, and `getChild*()` family. by Fangqiu Su · 1 year, 10 months ago
  32. e88bd13 Add nullability annotations to legacySetText methods by Daniel Peykov · 1 year, 10 months ago
  33. 66cc25f Update API lint baseline by Daniel Peykov · 1 year, 10 months ago
  34. 8892996 Merge "Fix TypeNameShadowing by renaming R type parameters" into androidx-main by Daniel Peykov · 1 year, 10 months ago
  35. 5e8d526 Add tests for `UiSelector` (part 4). by Fangqiu Su · 1 year, 10 months ago
  36. 7478a3e Add tests for `UiSelector` (part 3). by Fangqiu Su · 1 year, 10 months ago
  37. b6e4f16 Add tests for `UiSelector` (part 2). by Fangqiu Su · 1 year, 10 months ago
  38. 4d7116e Add tests for `UiSelector` (part 1). by Fangqiu Su · 1 year, 10 months ago
  39. a053a66 Fix flaky test of `testSwipeLeft()`. by Fangqiu Su · 1 year, 10 months ago
  40. e9c7e77 Fix TypeNameShadowing by renaming R type parameters by Daniel Peykov · 1 year, 10 months ago
  41. ace5c61 Merge changes Ia298450e,I0d2eb20b,Ibdf85803,I3613d08a,Ia8979200 into androidx-main by Daniel Peykov · 1 year, 10 months ago
  42. 32059ac Merge "Add tests for `performTwoPointerGesture()` and `performMultiPointerGesture()`." into androidx-main by Fangqiu Su · 1 year, 10 months ago
  43. 818a83f Fix lint issues in UiDevice by Daniel Peykov · 1 year, 10 months ago
  44. f4ec27b Fix lint issues in UiObject2 by Daniel Peykov · 1 year, 10 months ago
  45. 4d9bee3 Fix lint issues in Until by Daniel Peykov · 1 year, 10 months ago
  46. 91bb70c Fix lint issues in UiObject by Daniel Peykov · 1 year, 10 months ago
  47. 44b9cf3 Fix lint issues in UiSelector by Daniel Peykov · 1 year, 10 months ago
  48. d7f576a Merge "Revert "De-duplicate bounds calculations and fix warnings"" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  49. 082668a Add tests for `performTwoPointerGesture()` and `performMultiPointerGesture()`. by Fangqiu Su · 1 year, 10 months ago
  50. c71d5e7 Revert "De-duplicate bounds calculations and fix warnings" by Daniel Peykov · 1 year, 10 months ago
  51. e91a3ff Merge "Add exportLibraries experimental field to junit-gtest to allow upgrading to studio version where this field exists." into androidx-main by Fred Sladkey · 1 year, 10 months ago
  52. 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  53. 996d4ae5 Add tests for `pinchOut()` and `pinchIn()`. by Fangqiu Su · 1 year, 10 months ago
  54. 5f9f592 De-duplicate bounds calculations and fix warnings by Daniel Peykov · 1 year, 10 months ago
  55. dc5bf96 Annotate flaky tests by Ember Rose · 1 year, 10 months ago
  56. f33deaf Add exportLibraries experimental field to junit-gtest to allow upgrading to studio version where this field exists. by Fred Sladkey · 1 year, 10 months ago
  57. 6679639 Add tests for `waitForExists()`, `waitUntilGone()`, and `exists()`. by Fangqiu Su · 1 year, 11 months ago
  58. 551ee0d Add tests for `testGetPackageName()`, `getVisibleBounds()`, and `getBounds()`. by Fangqiu Su · 1 year, 11 months ago
  59. b009a4c Add a waiting time before assertions in `testSwipe()` and `testFling*()`, and enlarge the percent of swipe range. by Fangqiu Su · 1 year, 11 months ago
  60. 6687026 Add tests for attribute checking methods. by Fangqiu Su · 1 year, 11 months ago
  61. 231899e Merge "Fix StrictMode IncorrectContextUseViolation" into androidx-main by Fangqiu Su · 1 year, 11 months ago
  62. 90436c4 Reformat the `assertThrows()`. by Fangqiu Su · 1 year, 11 months ago
  63. 3332aec Add tests for `getText()` family, `getClassName()`, and `getContentDescription()`. by Fangqiu Su · 1 year, 11 months ago
  64. d777071 Fix StrictMode IncorrectContextUseViolation by Daniel Peykov · 1 year, 11 months ago
  65. 0ea3f24 Add tests for `click` family. by Fangqiu Su · 1 year, 11 months ago
  66. 30f1e6e Add tests for `click()` and `clickAndWaitForNewWindow()`. by Fangqiu Su · 1 year, 11 months ago
  67. 9401a64 Rely on standard API checks (i.e. Build.VERSION.SDK_INT) by Daniel Peykov · 1 year, 11 months ago
  68. 869c708 Merge "Add FlakyTest annotation to UiObject2Tests#testSwipe" into androidx-main by Fred Sladkey · 1 year, 11 months ago
  69. 7598f9f Merge "Add tests for `dragTo()` and `swipe*()`." into androidx-main by Fangqiu Su · 1 year, 11 months ago
  70. 8359508 Add FlakyTest annotation to UiObject2Tests#testSwipe by Fred Sladkey · 1 year, 11 months ago
  71. e49fd3e Account for differences in prefab package configuration in new version of AGP by Fred Sladkey · 1 year, 11 months ago
  72. 6fb6ee2 Merge "Fix package name in Tracer" into androidx-main by Fangqiu Su · 1 year, 11 months ago
  73. 43e972b Add tests for `dragTo()` and `swipe*()`. by Fangqiu Su · 1 year, 11 months ago
  74. 02b49f9 Fix package name in Tracer by Daniel Peykov · 1 year, 11 months ago
  75. f1506f5f Add tests for `getChild()`, `getFromParent()`, and `getChildCount()`. by Fangqiu Su · 1 year, 11 months ago
  76. 6b9116d Revert restriction on UiScrollable#ensureFullyVisible by Daniel Peykov · 1 year, 11 months ago
  77. 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  78. 63c9343 Relocate screenshot-proto by Ember Rose · 1 year, 11 months ago
  79. b9fa90f Update lint baselines by Tiem Song · 1 year, 11 months ago
  80. f52110b Merge "Handle unknown files when reporting test failures." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  81. b8a59b8 Handle unknown files when reporting test failures. by Dan Albert · 1 year, 11 months ago
  82. 21affdf Fix `testSwipe()`. by Fangqiu Su · 1 year, 11 months ago
  83. d4f6ff4 Add tests for `wait()`. by Fangqiu Su · 1 year, 11 months ago
  84. 0a4c52b Add tests for `fling()`. by Fangqiu Su · 1 year, 11 months ago
  85. 6f4418b Add tests for `swipe()`. by Fangqiu Su · 1 year, 11 months ago
  86. e6768cf Merge "Add tests for `clickAndWait()` and `drag()`." into androidx-main by Fangqiu Su · 1 year, 11 months ago
  87. e6dd482 Merge "Fix flaky MultiWindow/UiDevice tests and improve coverage" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  88. deab542 Add tests for `clickAndWait()` and `drag()`. by Fangqiu Su · 1 year, 11 months ago
  89. 24070ac Merge "Fix possible NPE from String#contentEquals" into androidx-main by Fangqiu Su · 1 year, 11 months ago
  90. 6c30597 Fix possible NPE from String#contentEquals by Daniel Peykov · 1 year, 11 months ago
  91. 9ddc7cf Fix flaky MultiWindow/UiDevice tests and improve coverage by Daniel Peykov · 1 year, 11 months ago
  92. 2890afe Reenable UnnecessaryParentheses check by Aurimas Liutikas · 1 year, 11 months ago
  93. 08c0308 Fix 20+ errorprone warnings by Daniel Peykov · 2 years ago
  94. fdd0549 Fix scaling in UiDevice#takeScreenshot by Daniel Peykov · 2 years ago
  95. 3b00c23 Use try-with-resources when handling files/streams by Daniel Peykov · 2 years ago
  96. 7922b01 Fix API compatibility handling in UiDevice by Daniel Peykov · 2 years ago
  97. ebfd4ad Fix API compatibility handling in UiObject2 by Daniel Peykov · 2 years ago
  98. 0ef7250 Merge "Fix display size calculations in multi-window mode" into androidx-main by Fangqiu Su · 2 years ago
  99. de28326 Fix display size calculations in multi-window mode by Daniel Peykov · 2 years ago
  100. ad8a5f7 Fix lint issues and errorprone code in Tracer by Daniel Peykov · 2 years ago