1. 116567d Merge "Remove redundant boxing/unboxing" into androidx-main by Yichun Li · 1 year, 10 months ago
  2. d2d9a6e Remove redundant boxing/unboxing by Yichun Li · 1 year, 10 months ago
  3. 0aee866 Merge "Add percent value check in UiObject.java" into androidx-main by Yichun Li · 1 year, 10 months ago
  4. 01b9732 Add percent value check in UiObject.java by Yichun Li · 1 year, 10 months ago
  5. 2ef0da2 Merge "Remove string concatenation when using stringBuilder" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  6. b6dbfb6 Remove string concatenation when using stringBuilder by Yichun Li · 1 year, 10 months ago
  7. eaeeb91 Merge "Remove unnecessary toString() call in logging" into androidx-main by Yichun Li · 1 year, 10 months ago
  8. 2149be7 Remove unnecessary toString() call in logging by Yichun Li · 1 year, 10 months ago
  9. def030d Merge "Replace Thread.sleep with SystemClock.sleep" into androidx-main by Yichun Li · 1 year, 10 months ago
  10. dbe5f9f Replace Thread.sleep with SystemClock.sleep by Yichun Li · 1 year, 10 months ago
  11. 68c3568 Merge "Add toString to anonymous conditions in Until" into androidx-main by Fangqiu Su · 1 year, 10 months ago
  12. 9491be1 Add toString to anonymous conditions in Until by Fangqiu Su · 1 year, 10 months ago
  13. fa94b4d7 Remove Tracer. by Fangqiu Su · 1 year, 10 months ago
  14. 6207453 Make logging in UiObject2 consistent with others. by Fangqiu Su · 1 year, 11 months ago
  15. dd99359a Add logging to the watcher-related methods in `UiDevice`. by Fangqiu Su · 1 year, 11 months ago
  16. 3609ea3 Add logging to UiDevice. by Fangqiu Su · 1 year, 11 months ago
  17. c74ce1d Merge changes I7474b703,Ia64d56a8,Ie0eb6792 into androidx-main by Treehugger Robot · 1 year, 11 months ago
  18. 8408f1d Add logging to `scroll*()` in `UiScrollable`. by Fangqiu Su · 1 year, 11 months ago
  19. 78cbc1b Add logging to `*intoView()` methods in `UiScrollable`. by Fangqiu Su · 1 year, 11 months ago
  20. 2040cb2 Modify `UiScrollable` for better logging. by Fangqiu Su · 1 year, 11 months ago
  21. f801606 Delete the occurrences of Tracer in UiCollection. by Fangqiu Su · 1 year, 11 months ago
  22. 7962f45 Merge changes I7d1a730f,I888ba760,Ie47002a0,I96320029 into androidx-main by Treehugger Robot · 1 year, 11 months ago
  23. 78821e2e Add logging to `performMultiPointerGesture()` in `UiObject`. by Fangqiu Su · 1 year, 11 months ago
  24. 7e323ce Add logging to wait-related methods in `UiObject`. by Fangqiu Su · 1 year, 11 months ago
  25. 6503fcf Add logging to text-related methods in `UiObject`. by Fangqiu Su · 1 year, 11 months ago
  26. a43dc47 Add logging to all action methods in `UiObject`. by Fangqiu Su · 1 year, 11 months ago
  27. 1625e61 Support multiline text and description matching by Daniel Peykov · 1 year, 11 months ago
  28. 150fff8 Merge "Improve UiObject2 documentation" into androidx-main by Daniel Peykov · 1 year, 11 months ago
  29. 3c72366 Improve UiObject2 documentation by Daniel Peykov · 1 year, 11 months ago
  30. bfeb42a Clean up constants and fields in UiObject2 by Daniel Peykov · 1 year, 11 months ago
  31. 41650ce Merge "Verify accessibility service flags when fetching UiAutomation" into androidx-main by Fangqiu Su · 1 year, 11 months ago
  32. 1bb956d Verify accessibility service flags when fetching UiAutomation by Daniel Peykov · 1 year, 11 months ago
  33. 35f2213 Remove duplicate calls for fetching node information by Daniel Peykov · 1 year, 11 months ago
  34. 26ce594 Fix non-hermetic tests. by Fangqiu Su · 1 year, 11 months ago
  35. 604cdbf Use test app for the tests of `wakeUp()` and `sleep()` in `UiDevice`. by Fangqiu Su · 1 year, 11 months ago
  36. 5f5b297 Merge changes from topic "revert-2271789-JPRYFOKWQF" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  37. e7c2533 Revert "Fix the leaking-state tests in UiAutomator." by Aurimas Liutikas · 1 year, 11 months ago
  38. 0566fc0 Revert "Fix non-hermetic tests." by Aurimas Liutikas · 1 year, 11 months ago
  39. e44fd00 Merge "Reduce the timeout for UiSelector not found." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  40. 1310874 Reduce the timeout for UiSelector not found. by Fangqiu Su · 1 year, 11 months ago
  41. d685d93 Fix non-hermetic tests. by Fangqiu Su · 1 year, 11 months ago
  42. bd9c984 Fix the leaking-state tests in UiAutomator. by Fangqiu Su · 1 year, 11 months ago
  43. bff02d8 Reduce the time of the tests using `VerticalScrollTestActivity`. by Fangqiu Su · 1 year, 11 months ago
  44. 5557118 Revert "Add tests for `wakeUp()`, `isScreenOn()`, and `sleep()`." by Aurimas Liutikas · 1 year, 11 months ago
  45. 6b5b195 Revert "Add tests for `dumpWindowHierarchy(*)`." by Aurimas Liutikas · 1 year, 11 months ago
  46. 7ebfa11 Revert "Add tests for `waitForWindowUpdate()` and `getLauncherPackageName()`." by Aurimas Liutikas · 1 year, 11 months ago
  47. fc859da Upgrade to AGP 8.0.0-alpha05 by Aurimas Liutikas · 1 year, 11 months ago
  48. 4cbcc08 Create separate UI contexts per display and cache display info by Daniel Peykov · 2 years ago
  49. e3f2e6c Merge "Move Paparazzi wrapper to testutils" into androidx-main by Treehugger Robot · 2 years ago
  50. 07c3a14 Move Paparazzi wrapper to testutils by Ember Rose · 2 years ago
  51. 3b3c460 Merge "Refactor Gestures into a utility class" into androidx-main by Fangqiu Su · 2 years ago
  52. 3d9266d Refactor Gestures into a utility class by Daniel Peykov · 2 years ago
  53. 99a0392 Merge changes Id3d13cfc,Ieb1e3fa7,I2501ded5 into androidx-main by Ember Rose · 2 years ago
  54. 6b0bdb5 Merge "Remove private/unused constructor and clean up fields" into androidx-main by Fangqiu Su · 2 years ago
  55. afeb569 Default to render mode shrink by Ember Rose · 2 years ago
  56. 4220084 Merge "Remove unnecessary @since annotations" into androidx-main by Fangqiu Su · 2 years ago
  57. 78fe226 Remove unnecessary @since annotations by Daniel Peykov · 2 years ago
  58. 3d8754d Warn about package visibility changes in getLauncherPackageName by Daniel Peykov · 2 years ago
  59. 3165b93 Remove private/unused constructor and clean up fields by Daniel Peykov · 2 years ago
  60. 320bf14 Add tests for `waitForWindowUpdate()` and `getLauncherPackageName()`. by Fangqiu Su · 2 years ago
  61. 9c5c2a0 Add tests for `dumpWindowHierarchy(*)`. by Fangqiu Su · 2 years ago
  62. 1df611d Add tests for `wakeUp()`, `isScreenOn()`, and `sleep()`. by Fangqiu Su · 2 years ago
  63. 469f1b7 Add tests for methods related to the device orientation. by Fangqiu Su · 2 years ago
  64. e09607a Add tests for methods using `UiWatcher`. by Fangqiu Su · 2 years ago
  65. 5104e52 Add tests for `swipe()` family, `drag()`, and `getCurrentPackageName()`. by Fangqiu Su · 2 years ago
  66. 0b36e6e Merge "Add tests for `pressRecentApps()`, `openNotification()`, `openQuickSettings()`, `getDisplayWidth()` and `getDisplayHeight()`." into androidx-main by Fangqiu Su · 2 years ago
  67. a4e1e35 Add tests for `pressRecentApps()`, `openNotification()`, by Fangqiu Su · 2 years ago
  68. d3fc18e Rename paparazzi -> layoutlib by Ember Rose · 2 years ago
  69. 4f83402 Bump Paparazzi native to 2022.1.1-canary-f5f9f71 by Ember Rose · 2 years ago
  70. 38dccd6 Use forked Paparazzi instead of prebuilt by Ember Rose · 2 years ago
  71. 8559739 Add tests for `press*()` family. by Fangqiu Su · 2 years ago
  72. 9d074df Add tests for `getInstance()` family, `getDisplaySizeDp()`, and by Fangqiu Su · 2 years ago
  73. 76793c1 Add tests for `hasObject()`, `findObjects()`, `performActionAndWait()`, by Fangqiu Su · 2 years, 1 month ago
  74. 996efe22 Merge "Resetting the static fields in Java class after modifying them in the tests." into androidx-main by Treehugger Robot · 2 years ago
  75. 45dbfab Resetting the static fields in Java class after modifying them in the tests. by Fangqiu Su · 2 years, 1 month ago
  76. aaabb8c Paparazzi wrapper library by Ember Rose · 2 years, 2 months ago
  77. f1a3e9e Merge "Revert ByMatcher recursion error handling changes" into androidx-main by Fangqiu Su · 2 years, 1 month ago
  78. 4d53bfb Merge "Re-enable UiDeviceTest#testClick" into androidx-main by Fangqiu Su · 2 years, 1 month ago
  79. f0efd37 Rename the test classes to make them consistent. by Fangqiu Su · 2 years, 1 month ago
  80. b9b505c8 Add tests for `scrollTo*()`/`flingTo*()` family, and for by Fangqiu Su · 2 years, 1 month ago
  81. 0e51822 Re-enable UiDeviceTest#testClick by Daniel Peykov · 2 years, 1 month ago
  82. 1fc5c51 Revert ByMatcher recursion error handling changes by Daniel Peykov · 2 years, 1 month ago
  83. 586b23f Add tests for `scroll*IntoView()` family, `setMaxSearchSwipes()` and `getMaxSearchSwipes()`. by Fangqiu Su · 2 years, 1 month ago
  84. 4bd198d Merge "Add tests for `fling*()` family, `scroll*()` family, and `getChild*()` family." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  85. be82665 Add tests for `fling*()` family, `scroll*()` family, and `getChild*()` family. by Fangqiu Su · 2 years, 1 month ago
  86. e88bd13 Add nullability annotations to legacySetText methods by Daniel Peykov · 2 years, 1 month ago
  87. 66cc25f Update API lint baseline by Daniel Peykov · 2 years, 1 month ago
  88. 8892996 Merge "Fix TypeNameShadowing by renaming R type parameters" into androidx-main by Daniel Peykov · 2 years, 1 month ago
  89. 5e8d526 Add tests for `UiSelector` (part 4). by Fangqiu Su · 2 years, 1 month ago
  90. 7478a3e Add tests for `UiSelector` (part 3). by Fangqiu Su · 2 years, 1 month ago
  91. b6e4f16 Add tests for `UiSelector` (part 2). by Fangqiu Su · 2 years, 1 month ago
  92. 4d7116e Add tests for `UiSelector` (part 1). by Fangqiu Su · 2 years, 1 month ago
  93. a053a66 Fix flaky test of `testSwipeLeft()`. by Fangqiu Su · 2 years, 1 month ago
  94. e9c7e77 Fix TypeNameShadowing by renaming R type parameters by Daniel Peykov · 2 years, 1 month ago
  95. ace5c61 Merge changes Ia298450e,I0d2eb20b,Ibdf85803,I3613d08a,Ia8979200 into androidx-main by Daniel Peykov · 2 years, 1 month ago
  96. 32059ac Merge "Add tests for `performTwoPointerGesture()` and `performMultiPointerGesture()`." into androidx-main by Fangqiu Su · 2 years, 1 month ago
  97. 818a83f Fix lint issues in UiDevice by Daniel Peykov · 2 years, 1 month ago
  98. f4ec27b Fix lint issues in UiObject2 by Daniel Peykov · 2 years, 1 month ago
  99. 4d9bee3 Fix lint issues in Until by Daniel Peykov · 2 years, 1 month ago
  100. 91bb70c Fix lint issues in UiObject by Daniel Peykov · 2 years, 1 month ago