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