1. 76a38c6 Merge "Add test for `click*()` in 'UiObject2.java'." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  2. aac8f28 Add test for `click*()` in 'UiObject2.java'. by Fangqiu Su · 2 years, 1 month ago
  3. d6c1a71 Fix lint issues in UiScrollable by Qing Wang · 2 years, 1 month ago
  4. 834d1d8 Add tests for all methods in 'By.java'. by Fangqiu Su · 2 years, 1 month ago
  5. 5128461 Merge "Replace broken multi-window uiautomator tests" into androidx-main by Daniel Peykov · 2 years, 1 month ago
  6. 5d03def8 Ignore non-scrolling events in Until#scrollFinished by Daniel Peykov · 2 years, 1 month ago
  7. e856cea Replace broken multi-window uiautomator tests by Daniel Peykov · 2 years, 1 month ago
  8. c4f60f6 Updated code style of UiAutomator integration test files. Added bug id for UiObject2 testScrollDown() integration test. by Ran Gu · 2 years, 1 month ago
  9. 6bb117c Merge "Adding tests for `desc()` family." into androidx-main by Fangqiu Su · 2 years, 1 month ago
  10. eaaa725 Merge "Added integration tests for UiObject2.equals, hashcode, pinch*(), recycle, and setGesture* methods" into androidx-main by Ran Gu · 2 years, 1 month ago
  11. 51a611d Added integration tests for UiObject2.equals, hashcode, pinch*(), recycle, and setGesture* methods by Ran Gu · 2 years, 1 month ago
  12. 1cbb8d1 Adding tests for `desc()` family. by Fangqiu Su · 2 years, 1 month ago
  13. c86df04 Merge "Fix access to private methods in ByMatcher requiring synthetic accessor lint errors" into androidx-main by Fred Sladkey · 2 years, 1 month ago
  14. a84db1f Merge "Reformat part of the tests of `BySelector`." into androidx-main by Fangqiu Su · 2 years, 1 month ago
  15. 76a2cd8 Reformat part of the tests of `BySelector`. by Fangqiu Su · 2 years, 1 month ago
  16. 25d77c1 Merge "Added integration tests for UiObject2.is*() and setText() methods. Fixed style issues." into androidx-main by Ran Gu · 2 years, 1 month ago
  17. 4193922 Merge "Remove extra libraries from junit-gtest which were getting included in the JNI folder of the AAR" into androidx-main by Fred Sladkey · 2 years, 1 month ago
  18. eb17df1 Added integration tests for UiObject2.is*() and setText() methods. Fixed style issues. by Ran Gu · 2 years, 1 month ago
  19. aff26cd Add integration tests for uiautomator.Until by Daniel Peykov · 2 years, 1 month ago
  20. 1122e5f Merge "Add bug id for flaky test" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  21. cbdc4c1 Merge "Update lint baseline files after Lint Fixit" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  22. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 2 months ago
  23. 1626a76 Convert BySelector tests that don't use the testapp to unit tests by Daniel Peykov · 2 years, 1 month ago
  24. 80b7f46 Merge "Added integration tests for UiObject2.clear(), get*(), and has*() methods Rearranged tests to be in alphabetic order" into androidx-main by Ran Gu · 2 years, 2 months ago
  25. 19575d1 Add bug id for flaky test by David Saff · 2 years, 2 months ago
  26. 3ae4896 Added integration tests for UiObject2.clear(), get*(), and has*() methods by Ran Gu · 2 years, 2 months ago
  27. c8e3ec7 Simplify and fix lint issues in UiDeviceTests.java by Daniel Peykov · 2 years, 2 months ago
  28. eb642da Merge changes I1275687d,I95ca573f into androidx-main by Treehugger Robot · 2 years, 2 months ago
  29. bab5efe nullability annotations for By.java by Jeff Gaston · 2 years, 2 months ago
  30. 2e8f5da Remove extra libraries from junit-gtest which were getting included in the JNI folder of the AAR by Fred Sladkey · 2 years, 2 months ago
  31. b2e9930 Merge "Fix lint issues in AccessibilityNodeInfoHelper.java" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  32. 71d98ed Fix lint issues in AccessibilityNodeInfoHelper.java by Andrea Falcone · 2 years, 2 months ago
  33. cc3e388 Fix access to private methods in ByMatcher requiring synthetic accessor lint errors by Fred Sladkey · 2 years, 2 months ago
  34. 870249b Add nullability annotations to UiObjectNotFoundException by Aurimas Liutikas · 2 years, 2 months ago
  35. 24d9dbdc Add nullability annotations to Direction by Aurimas Liutikas · 2 years, 2 months ago
  36. 538ebdd Fix lint issue for UiCollection by Aurimas Liutikas · 2 years, 2 months ago
  37. 673c203 Fix IAutomationSupport lint warnings by Aurimas Liutikas · 2 years, 2 months ago
  38. f7b97243 Merge "Fix lint warning in AccessibilityNodeInfoDumper" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  39. 9b998e7 nullability annotations for BySelector.java by Jeff Gaston · 2 years, 2 months ago
  40. 491ad55 Fix lint warning in AccessibilityNodeInfoDumper by Aurimas Liutikas · 2 years, 2 months ago
  41. 788668f Add nullability annotations to androidx.test.uiautomator.Configurator by Julia McClellan · 2 years, 2 months ago
  42. 453f1ec Added UI Automator tests for hasObject(), getChildCount(), and getVisibleBounds() by Ran Gu · 2 years, 2 months ago
  43. bfdc236 Extract common logic into uiautomator.testapp.BaseTest by Daniel Peykov · 2 years, 2 months ago
  44. 63e658f Fix formatting of uiautomator integration tests by Daniel Peykov · 2 years, 2 months ago
  45. f0e04c2 Merge "Log files written for screenshot tests" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  46. e3b475b Migrate androidx.test.uiautomator:integration-tests:testapp by Daniel Peykov · 2 years, 2 months ago
  47. 38e446a Create androidx.test.uiautomator:uiautomator project by Daniel Peykov · 2 years, 2 months ago
  48. 88956a4 Log files written for screenshot tests by Jelle Fresen · 2 years, 2 months ago
  49. 2c04fbe Edit the 'export_libraries' field after prefab configuration instead of packaging to ensure local modules that depend on it also see the edit. by Fred Sladkey · 2 years, 2 months ago
  50. 3c1edba Start jarjaring screenshot protobuf dependency by Aurimas Liutikas · 2 years, 3 months ago
  51. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 4 months ago
  52. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 5 months ago
  53. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  54. 8559f88 Support x86_64 devices in ScreenshotTestRule by Aurimas Liutikas · 2 years, 6 months ago
  55. 0de6b4e Fix configuration caching for junit-gtest by Aurimas Liutikas · 2 years, 6 months ago
  56. ed2344f Update group id and package name for junit-gtest library to better match existing releases by Fred Sladkey · 2 years, 6 months ago
  57. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  58. 7c32b45 Move CMake version to libs.versions.toml by Fred Sladkey · 2 years, 7 months ago
  59. e0b4378 GTestJNI with googletest AAR by Fred Sladkey · 2 years, 10 months ago
  60. 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 2 years, 8 months ago
  61. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 10 months ago
  62. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 10 months ago
  63. 165e3f0 Align Gradle paths to Maven coordinates for screenshot by Alan Viverette · 3 years ago
  64. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 2 months ago
  65. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 5 months ago
  66. 064af37 Update ui-text androidx.core dependency to a more stable version by Siyamed Sinir · 3 years, 3 months ago
  67. 593662e Merge changes Id2b52918,I4bbfff4b,Ibd56c95c,I6c55e9ad,I4d203977, ... into androidx-main by Jeff Gaston · 3 years, 5 months ago
  68. 9a92568 Remove unused isAtLeastR check by Jeff Gaston · 3 years, 5 months ago
  69. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 5 months ago
  70. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 7 months ago
  71. 990d217 Fix gms rewrite. by Filip Pavlis · 3 years, 6 months ago
  72. 6c26900 Remove gms from device name. by Filip Pavlis · 3 years, 6 months ago
  73. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  74. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 9 months ago
  75. e798ecd Try to fix screenshots. by Filip Pavlis · 3 years, 9 months ago
  76. 626ce92 Merge "Upgrade to protobuf gradle plugin 0.8.13" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  77. 7531105 Upgrade to protobuf gradle plugin 0.8.13 by Aurimas Liutikas · 3 years, 10 months ago
  78. e24f895 Clean up misc build.gradle files. by Aurimas Liutikas · 3 years, 10 months ago
  79. cc52496 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 11 months ago
  80. ba7da08 Moves ui-material to compose/material/material by Louis Pullen-Freilich · 4 years ago
  81. 8e8ac13 Upgrade to protobuf-gradle-plugin:0.8.12 by Aurimas Liutikas · 4 years, 1 month ago
  82. 9d2593c Update androidx.core dependency to 1.5.0-alpha01 by Siyamed Sinir · 4 years, 2 months ago
  83. b5973db Fix API 29 detection. by Filip Pavlis · 4 years, 4 months ago
  84. f24bc43 Run screenshot test only on Q. by Filip Pavlis · 4 years, 4 months ago
  85. f2f2111 Merge "Fix path to goldens." into androidx-master-dev by Filip Pavlis · 4 years, 5 months ago
  86. a0acdc5 Fix path to goldens. by Filip Pavlis · 4 years, 5 months ago
  87. 1428feb Unignore ignored tests. by Filip Pavlis · 4 years, 5 months ago
  88. 57f36ee Undo isolated flag. Breaks tests. by Filip Pavlis · 4 years, 5 months ago
  89. 9188ab3 Finish golden testing infrastucture. by Cătălin Tudor · 5 years ago
  90. ad4fb36c Update screenshots proto file. by Filip Pavlis · 4 years, 5 months ago
  91. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 7 months ago
  92. a74ba1c Update screenshot proto by Cătălin Tudor · 4 years, 8 months ago
  93. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 8 months ago
  94. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 4 years, 10 months ago
  95. 076167b using protobuf-gradle-plugin from prebuilts/androidx/external by Jeff Gaston · 5 years ago
  96. 704a0db Added screenshot test rule by Cătălin Tudor · 5 years ago
  97. 4e4a7ff Added annotation for screenshot test by Cătălin Tudor · 5 years ago
  98. 15f1d31 Added proto for screenshot tests by Cătălin Tudor · 5 years ago