1. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  2. 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 1 year, 7 months ago
  3. 81556e7 Split ArraySet into separate Jvm and Native implementations for toArray compatibility by Dustin Lam · 1 year, 8 months ago
  4. 082b98e Update versions for release id 1668016800000 by Nick Anthony · 1 year, 8 months ago
  5. 6c50166 standardizing collection-benchmark.groupId to "collection" by Jeff Gaston · 1 year, 8 months ago
  6. 3b63a243 Simplify multiplatform setup and remove separate library type for KMP libraries. by Fred Sladkey · 1 year, 8 months ago
  7. f2ecb05 Use custom toArray impl instead of AbstractMutableCollection by Dustin Lam · 1 year, 8 months ago
  8. 22f711b Make the XCFrameworkConfig with the name `AndroidXDarwinBenchmarks` a convention for iOS benchmarks. by Rahul Ravikumar · 1 year, 8 months ago
  9. 36fb423 Conditionally apply the Darwin benchmarks plugin when Apple targets are enabled. by Rahul Ravikumar · 1 year, 8 months ago
  10. b5a8b40 Collection benchmarks for iOS now use the `androidx.darwin.benchmark` gradle plugin. by Rahul Ravikumar · 1 year, 8 months ago
  11. 07b1afb Convert remaining collection benchmarks to support iOS by Dustin Lam · 1 year, 9 months ago
  12. 88f9440 Add benchmark-darwin and benchmark-darwin-core to collection playground by Dustin Lam · 1 year, 9 months ago
  13. f62e54d Convert collection-benchmark to KMP module by Dustin Lam · 1 year, 10 months ago
  14. 27fe517 Handle KMP projects when all targets are currently disabled by Fred Sladkey · 1 year, 10 months ago
  15. 40db8ef Remove collection-benchmark-native and -js by Dustin Lam · 1 year, 11 months ago
  16. c5e014b Convert all benchmarks in benchmark-js and -native into -kmp module by Dustin Lam · 1 year, 11 months ago
  17. 65649fe Enable iOS / mac targets in collection benchmarks by Dustin Lam · 1 year, 11 months ago
  18. c1ba2b6 Setup collection-benchmark-kmp by Dustin Lam · 1 year, 11 months ago
  19. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  20. c5cfbb0 Consolidate similar gradle logic between KMP projects in AndroidX by Dustin Lam · 1 year, 11 months ago
  21. 8296a42 Merge "Only allow single publish setting for KMP libraries and publish all declared targets when publish is configured" into androidx-main by Treehugger Robot · 2 years ago
  22. 68d8e24 Merge changes I932d1c55,Idd5cb65d into androidx-main by Dustin Lam · 2 years ago
  23. 51bb23e Converted ArrayMapCompatTest to Kotlin by Arkadii Ivanov · 2 years ago
  24. aee00da Only allow single publish setting for KMP libraries and publish all declared targets when publish is configured by Fred Sladkey · 2 years ago
  25. 07091cd Merge changes Ic9bd08be,If6752c14 into androidx-main by Dustin Lam · 2 years ago
  26. 4367540 Moved ArrayMapCompatTest from java to kotlin by Arkadii Ivanov · 2 years ago
  27. 7b83f48 Commonize SparseArrayCompat by Dustin Lam · 2 years ago
  28. af25f0d Move SparseArrayCompat to commonMain by Dustin Lam · 2 years ago
  29. d36604c Move CircularIntArray to common Test: Moved CircularIntArrayTest by Adetunji Dahunsi · 2 years ago
  30. a384058 Enable ios for collections by Yigit Boyar · 2 years ago
  31. e104467 Merge changes from topic "convert-ArrayMapTest-to-kotlin" into androidx-main by Treehugger Robot · 2 years ago
  32. 5d6e160 Add androidXMultiplatform configuration block to wrap kmp configuration and only add enabled targets. by Fred Sladkey · 2 years, 1 month ago
  33. 565a375 Merge "Move CircularIntArrayTest to the right folder" into androidx-main by Treehugger Robot · 2 years ago
  34. 8509651 Converted ArrayMapTest to Kotlin by Arkadii Ivanov · 2 years ago
  35. 32e3b71 Moved ArrayMapTest.java to kotlin by Arkadii Ivanov · 2 years ago
  36. f53861c Move CircularIntArrayTest to the right folder by Dustin Lam · 2 years ago
  37. 483dc927 Commonize LongSparseArray by Yigit Boyar · 2 years, 2 months ago
  38. fa2033f Remove access to System.arrayCopy methods by Yigit Boyar · 2 years, 2 months ago
  39. c7d33bf Commonize LongSparseArray by Yigit Boyar · 2 years, 2 months ago
  40. 32d9503 Add OOB test for SparseArrayCompat#valueAt by Dustin Lam · 2 years, 4 months ago
  41. 717dbef8 Enable publishing for mac targets by Yigit Boyar · 2 years, 1 month ago
  42. bd43981 Add a flag for enabling/disabling specific KMP platforms and reworking existing uses of single platform flags to use it. by Fred Sladkey · 2 years, 1 month ago
  43. 6638b98 Merge "Revert "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType.""" into androidx-main by Fred Sladkey · 2 years, 1 month ago
  44. f56f2f5 Revert "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType."" by Fred Sladkey · 2 years, 1 month ago
  45. 0e3f6ef Merge "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType."" into androidx-main by Fred Sladkey · 2 years, 1 month ago
  46. 03b4678 Revert "Add sub extension for configuring multiplatform publish settings to LibraryType." by Fred Sladkey · 2 years, 1 month ago
  47. 947ee41 Merge "Add sub extension for configuring multiplatform publish settings to LibraryType." into androidx-main by Fred Sladkey · 2 years, 1 month ago
  48. 80efbeb Add sub extension for configuring multiplatform publish settings to LibraryType. by Fred Sladkey · 2 years, 1 month ago
  49. 7f8df6a Merge changes from topic "move-ArraySet-to-common" into androidx-main by Arkadii Ivanov · 2 years, 1 month ago
  50. a85cde0 Converted IndexBasedArrayIteratorTest to Kotlin by Arkadii Ivanov · 2 years, 1 month ago
  51. 7d77669 Moved IndexBasedArrayIteratorTest.java file to commonMain by Arkadii Ivanov · 2 years, 1 month ago
  52. fd7e248 Moved ArraySet to commonMain by Arkadii Ivanov · 2 years, 1 month ago
  53. 6ed9510 KMP Build CI Setup by Yigit Boyar · 2 years, 1 month ago
  54. a333ad6 Converted IndexBasedArrayIterator to Kotlin by Arkadii Ivanov · 2 years, 1 month ago
  55. 1afa143 Moved IndexBasedArrayIterator.java file to commonMain by Arkadii Ivanov · 2 years, 1 month ago
  56. f08b9a0 Add a new KMP StudioType by Yigit Boyar · 2 years, 1 month ago
  57. 2dbef66 Remove collections2 by Dustin Lam · 2 years, 1 month ago
  58. c281244 Implement AbstractMutableCollection in ArraySet by Arkadii Ivanov · 2 years, 1 month ago
  59. f69db87 Converted ArraySet to Kotlin. by Arkadii Ivanov · 2 years, 2 months ago
  60. 54f252f Moved ArraySet.java to kotlin by Arkadii Ivanov · 2 years, 2 months ago
  61. 7989e24 Deleted ArraySet.kt by Arkadii Ivanov · 2 years, 2 months ago
  62. 45d9a01 Copied ArraySet tests from collection2 by Arkadii Ivanov · 2 years, 2 months ago
  63. 7571ef5 Merge "Make collection-ktx:1.3.0-alpha01 the minimum version for collection:1.3.0-alpha01" into androidx-main by Dustin Lam · 2 years, 2 months ago
  64. b4172df Replaced ReentrantLock with synchronized in JVM LruCache by Arkadii Ivanov · 2 years, 2 months ago
  65. b49139d Merge changes from topic "convert-ArraySetTest-to-Kotlin" into androidx-main by Arkadii Ivanov · 2 years, 2 months ago
  66. 5a54a9c Converted ArraySetTest to Kotlin by Arkadii Ivanov · 2 years, 2 months ago
  67. f9a7a55 Moved ArraySetTest file to the kotlin folder Test: N/A by Arkadii Ivanov · 2 years, 2 months ago
  68. fe79966 Fix behavior compatibility in LruCache by Yigit Boyar · 2 years, 2 months ago
  69. 1d88989 Make collection-ktx:1.3.0-alpha01 the minimum version for collection:1.3.0-alpha01 by Dustin Lam · 2 years, 2 months ago
  70. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 2 months ago
  71. 1cbd462 [GH] cleanup lock implementation for collections by Yigit Boyar · 2 years, 2 months ago
  72. 7a33714 [GH] Fix collection KMP by duplicating Lock by Yigit Boyar · 2 years, 2 months ago
  73. b3afc17 Merge "Moved LruCache to commonMain" into androidx-main by Arkadii Ivanov · 2 years, 2 months ago
  74. 4ef89db Merge changes Ida0eac0e,I59be198f into androidx-main by Treehugger Robot · 2 years, 2 months ago
  75. e10dab3 Connect nativeMain and nativeTest source sets with common by Arkadii Ivanov · 2 years, 2 months ago
  76. 1f255b6 Moved LruCache to commonMain by Arkadii Ivanov · 2 years, 2 months ago
  77. ddf3d68 Merge "Disabled mingwX64 target in collections" into androidx-main by Arkadii Ivanov · 2 years, 2 months ago
  78. 55ec1c6 Convert LongSparseArrayTest to kotlin by Yigit Boyar · 2 years, 2 months ago
  79. 1b55a13 rename and move LongSparseArrayTest by Yigit Boyar · 2 years, 2 months ago
  80. adb958b Disabled mingwX64 target in collections by Arkadii Ivanov · 2 years, 2 months ago
  81. 35d52fd Fix collection docs for constructors by Dustin Lam · 2 years, 2 months ago
  82. f3b1e47 Rename KMP sources by platform by Dustin Lam · 2 years, 2 months ago
  83. 2baa310 Move SimpleArrayMap to common by Yigit Boyar · 2 years, 3 months ago
  84. 75f80fb8 Convert SimpleArrayMapTest to kotlin by Yigit Boyar · 2 years, 3 months ago
  85. 574310d Move SimpleArrayMapTest to kt extension by Yigit Boyar · 2 years, 3 months ago
  86. 2d7993c Merge changes from topic "move-LruCacheTest-to-kotlin" into androidx-main by Arkadii Ivanov · 2 years, 3 months ago
  87. bfea33c Converted LruCacheTest to Kotlin by Arkadii Ivanov · 2 years, 3 months ago
  88. b22c1e7 Moved LruCacheTest file to the kotlin folder by Arkadii Ivanov · 2 years, 3 months ago
  89. 8b6d0ba Moved and converted CircularArray and CircularArrayTest to common by paulmalolepsy · 2 years, 3 months ago
  90. 1f67276 Merge "Update to Kotlin 1.6.20" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  91. 3e6f295 Merge "Fixes for SparseArrayCompat" into androidx-main by Dustin Lam · 2 years, 3 months ago
  92. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  93. 40a87f6 Merge changes If34eeb69,Ie1978d69 into androidx-main by Paul Malolepsy · 2 years, 3 months ago
  94. 2c16f05 Converted CircularIntArrayTest from java to kt. by paulmalolepsy · 2 years, 3 months ago
  95. 6c187fc CircularIntArrayTest.java rename to kt by paulmalolepsy · 2 years, 3 months ago
  96. 637f497 Convert CircularArrayTest from java to kotlin. by paulmalolepsy · 2 years, 3 months ago
  97. 3dc0125 Fixes for SparseArrayCompat by Dustin Lam · 2 years, 3 months ago
  98. 3a7a70f CircularArrayTest.java -> .kt (rename only) by paulmalolepsy · 2 years, 3 months ago
  99. aacfb80 Fix ArrayMap.toArray by Yigit Boyar · 2 years, 3 months ago
  100. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago