1. aa5145a [GH] Replace usage of DirectDispatcher with EmptyCoroutineContext in testutils-paging by Veyndan Stuart · 1 year, 5 months ago
  2. d78f9b4 Fix arrays deep equals in Kruth compareForEquality by Arkadii Ivanov · 1 year, 5 months ago
  3. 148fea4 Merge "Added missing methods to Subject." into androidx-main by Arkadii Ivanov · 1 year, 5 months ago
  4. ab36583 Added missing methods to Subject. by Arkadii Ivanov · 1 year, 5 months ago
  5. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 6 months ago
  6. 71ed187 Fixes setSystemGestureExclusionRects registration by Jakub Gielzak · 1 year, 6 months ago
  7. 7a2c719 Use a new InterProcessCoordinator interface to consolidate SingleProc and MultiProc DataStore impls to DataStoreImpl by Zhiyuan Wang · 1 year, 6 months ago
  8. 264367c Merge "Added Subject#isIn, Subject#isAnyOf, Subject#isNotIn, Subject#isNoneOf, IterableSubject#isNoneOf, IterableSubject#isNotIn" into androidx-main by Dustin Lam · 1 year, 6 months ago
  9. b679fb1 Avoid macrobenchmarking non-cold startups outside of BaselineProfile compilation by Chris Craik · 1 year, 6 months ago
  10. 5438361 Added Subject#isIn, Subject#isAnyOf, Subject#isNotIn, Subject#isNoneOf, IterableSubject#isNoneOf, IterableSubject#isNotIn by Arkadii Ivanov · 1 year, 6 months ago
  11. 69179f8 Add and move to using MSSIMMatcher for paparazzi tests by Aurimas Liutikas · 1 year, 6 months ago
  12. 359b5c8 Sample Paparazzi test for Compose Material3 by Ember Rose · 2 years ago
  13. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 6 months ago
  14. 7e84bcd Revert "Revert "Create usual java source sets and configuration so that lint can be applied without the java plugin"" by Fred Sladkey · 1 year, 6 months ago
  15. 3d03dd0 Revert "Create usual java source sets and configuration so that lint can be applied without the java plugin" by Aurimas Liutikas · 1 year, 6 months ago
  16. 64f2798 Create usual java source sets and configuration so that lint can be applied without the java plugin by Fred Sladkey · 1 year, 9 months ago
  17. 088b638 Merge "Added containsExactly(vararg), containsExactlyElementsIn(Array), containsNoneOf, isInStrictOrder and isInOrder to IterableSubject" into androidx-main by Arkadii Ivanov · 1 year, 6 months ago
  18. 79025b7 Added containsExactly(vararg), containsExactlyElementsIn(Array), containsNoneOf, isInStrictOrder and isInOrder to IterableSubject by Arkadii Ivanov · 1 year, 7 months ago
  19. 1461280 Gradle plugin to generate baseline profiles by Marcello Albano · 2 years ago
  20. 7407aaf Added containsAtLeast and containsAtLeastElementsIn to IterableSubject by Arkadii Ivanov · 1 year, 7 months ago
  21. 89f37ff Added containsNoDuplicates, containsAnyOf and containsAnyIn to IterableSubject by Arkadii Ivanov · 1 year, 8 months ago
  22. 14eb4d3 Added IterableSubject to Kruth by Arkadii Ivanov · 1 year, 9 months ago
  23. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 9 months ago
  24. 17fc1e0 Remove special characters from golden file names by Ember Rose · 1 year, 9 months ago
  25. feedb65 Permit only one snapshot per test by Ember Rose · 1 year, 10 months ago
  26. af4fc8b Update to androidx.test RC 10.26.2022 artifacts. by Brett Chabot · 1 year, 10 months ago
  27. 14b4496 Update MacrobenchUtils to support Baseline Profiles on newer APIs by Chris Craik · 1 year, 10 months ago
  28. d5fb7b6 Add summing mode to TraceSectionMetric by Chris Craik · 1 year, 10 months ago
  29. e6651e4 Improve messaging on missing system properties by Ember Rose · 1 year, 10 months ago
  30. 07c3a14 Move Paparazzi wrapper to testutils by Ember Rose · 1 year, 10 months ago
  31. 4492a75 Merge "Fix leaking activities in fragment tests" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  32. 5fdfd8b Fix leaking activities in fragment tests by sanura · 1 year, 10 months ago
  33. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 10 months ago
  34. d05393b Create new ActivityScenario util to use Kotlin use-block by Sanura N'Jaka · 1 year, 10 months ago
  35. 7717bcc Removed tracing-perfetto-binary from benchmark by Jakub Gielzak · 1 year, 10 months ago
  36. 64cbe867 Update lint baselines by Tiem Song · 1 year, 11 months ago
  37. 5a98b30 Implement getData and getPagingState in TestPager by Clara Fok · 1 year, 11 months ago
  38. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years ago
  39. c87f794 Fix isLineEllipsized by siyamed · 2 years ago
  40. fba96cb Upgrade to androidx.test:core:1.5.0-alpha02 by Aurimas Liutikas · 2 years ago
  41. 39222a2 Fix letterSpacing with alignment/ellipsis by siyamed · 2 years ago
  42. d5b6d77 Merge changes I11a9d69d,I3c40c6c8 into androidx-main by Sean McQuillan · 2 years ago
  43. 8766bf001 Add font variations to Android font constructors by Sean McQuillan · 2 years ago
  44. b9fa90f Update lint baselines by Tiem Song · 2 years ago
  45. 7d1330c Add ios() support to various datastore libs and dependencies and standardise using common platform types. by paulmalolepsy · 2 years, 1 month ago
  46. 9b80183 Make NavBackStackEntry arguments immutable by Ian Lake · 2 years, 1 month ago
  47. aec04f9 Consolidate datastore test utils in the new internal-testutils-datastore module. by paulmalolepsy · 2 years, 1 month ago
  48. 728694f Merge "Migrate OkioStorageTest to internal kruth" into androidx-main by Dustin Lam · 2 years, 1 month ago
  49. c348c4c Migrate OkioStorageTest to internal kruth by Adetunji Dahunsi · 2 years, 1 month ago
  50. 1d6ff6c Merge changes from topic "datastore-core" into androidx-main by Paul Malolepsy · 2 years, 1 month ago
  51. 276e16b Merge changes from topic "typeface-backport" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  52. b50d023 SingleProcessDataStore converted to using Storage. by paulmalolepsy · 2 years, 1 month ago
  53. ceb5d5e Added native targets to testutils-kmp so it can work with datastore-core by paulmalolepsy · 2 years, 1 month ago
  54. 5d6e160 Add androidXMultiplatform configuration block to wrap kmp configuration and only add enabled targets. by Fred Sladkey · 2 years, 2 months ago
  55. 1f602ac Move ui-test-font to testutils-fonts by Sean McQuillan · 2 years, 1 month ago
  56. 105b3cc Merge "Setup internal-testutils module for datastore" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  57. 5bdce45 Add benchmark to measure differences in using pressHome() in setupBlock vs measureBlock. by Tomáš Mlynarič · 2 years, 2 months ago
  58. 0671506 Add Kruth declarations required for commonizing datastore-core tests by Dustin Lam · 2 years, 3 months ago
  59. 144aafa buildSrcOutRelativePath is relative by David Saff · 2 years, 2 months ago
  60. c4b29f2 Extract AndroidXPluginTestContext by David Saff · 2 years, 3 months ago
  61. 745edf9 Setup internal-testutils module for datastore by Dustin Lam · 2 years, 3 months ago
  62. 6539985 Setup module for KMP testutils by Dustin Lam · 2 years, 3 months ago
  63. d07b7d0 Temporarily disable NullAnnotationGroup for certain library types by Tiem Song · 2 years, 3 months ago
  64. 077e0c1 Generate lint report if an annotation's group can't be found by Tiem Song · 2 years, 3 months ago
  65. 7d1e891 Merge changes from topic "232529333_appcompat_tint" into androidx-main by Alan Viverette · 2 years, 3 months ago
  66. a18ca40 Implement setTint in DrawableContainer for use on SDK < 21 by Alan Viverette · 2 years, 3 months ago
  67. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 3 months ago
  68. 9c70c33 Convert drawable tests to Kotlin by Alan Viverette · 2 years, 3 months ago
  69. 76e8c1e Hook up room-paging-guava to room-compiler by Clara Fok · 2 years, 3 months ago
  70. 5aae8ff Merge "Unify protobuf version used in androidx" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  71. adc51a2 Prioritize getRefreshKey if it returns null on invalidate by Dustin Lam · 2 years, 3 months ago
  72. 2173e2b Unify protobuf version used in androidx by Aurimas Liutikas · 2 years, 4 months ago
  73. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 7 months ago
  74. 2eb919d Self-contained test of AndroidXRootImplPlugin by David Saff · 2 years, 5 months ago
  75. 65fe3a2 Measure Baseline Profiles through API 31 by Chris Craik · 2 years, 4 months ago
  76. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 4 months ago
  77. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 5 months ago
  78. 0443d72 Experiment with pressHome in setupBlock by Chris Craik · 2 years, 5 months ago
  79. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  80. e4d2728 Upgrade to AGP 7.3.0-alpha05 by Aurimas Liutikas · 2 years, 5 months ago
  81. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 7 months ago
  82. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 6 months ago
  83. a54958b Make SdkResourceGenerator store relative paths. by Aurimas Liutikas · 2 years, 6 months ago
  84. fa34a94 Move `generateAllEnumerations` to testutils-common by Kuan-Ying Chou · 2 years, 8 months ago
  85. c9dd34d Switch baseline profile to enum for clarity by Chris Craik · 2 years, 8 months ago
  86. 4e327f9 Merge "Rework CompilationMode for clarity and extensibility" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  87. 616d1ff Rework CompilationMode for clarity and extensibility by Chris Craik · 2 years, 8 months ago
  88. 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 2 years, 8 months ago
  89. 9181e6d Merge "Vary compilation configurations by API level" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  90. 1ee688a Skip hot startup macrobenchmarks on Angler, API 23 by Chris Craik · 2 years, 9 months ago
  91. 7ae775c Vary compilation configurations by API level by Chris Craik · 2 years, 9 months ago
  92. 2e0a370 Fix baselineprofile in non-compose macrobenchmarks by Chris Craik · 2 years, 9 months ago
  93. 34847c7 Add BaselineProfile to default list to be tested for AndroidX by Chris Craik · 2 years, 9 months ago
  94. db82ebd Explicitly declare type to specify nullness by Tiem Song · 2 years, 9 months ago
  95. cee8d3d Fix inspection-gradle-plugin tests in playground by Aurimas Liutikas · 2 years, 9 months ago
  96. 15c13a6 Merge "Increase startup benchmark iterations" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  97. c3df207 Merge "Do not require local.properties to exist in ProjectSetupRule" into androidx-main by Aurimas Liutikas · 2 years, 9 months ago
  98. 0d97d2a Increase startup benchmark iterations by Chris Craik · 2 years, 9 months ago
  99. 93710150 Merge "Add sweeping and clearer error display to Perfetto test" into androidx-main by Chris Craik · 2 years, 9 months ago
  100. ea64306 Add sweeping and clearer error display to Perfetto test by Chris Craik · 2 years, 9 months ago