1. 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, 3 months ago
  2. b4172df Replaced ReentrantLock with synchronized in JVM LruCache by Arkadii Ivanov · 2 years, 3 months ago
  3. b49139d Merge changes from topic "convert-ArraySetTest-to-Kotlin" into androidx-main by Arkadii Ivanov · 2 years, 3 months ago
  4. 5a54a9c Converted ArraySetTest to Kotlin by Arkadii Ivanov · 2 years, 3 months ago
  5. f9a7a55 Moved ArraySetTest file to the kotlin folder Test: N/A by Arkadii Ivanov · 2 years, 3 months ago
  6. fe79966 Fix behavior compatibility in LruCache by Yigit Boyar · 2 years, 3 months ago
  7. 1d88989 Make collection-ktx:1.3.0-alpha01 the minimum version for collection:1.3.0-alpha01 by Dustin Lam · 2 years, 3 months ago
  8. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 3 months ago
  9. 1cbd462 [GH] cleanup lock implementation for collections by Yigit Boyar · 2 years, 3 months ago
  10. 7a33714 [GH] Fix collection KMP by duplicating Lock by Yigit Boyar · 2 years, 3 months ago
  11. b3afc17 Merge "Moved LruCache to commonMain" into androidx-main by Arkadii Ivanov · 2 years, 3 months ago
  12. 4ef89db Merge changes Ida0eac0e,I59be198f into androidx-main by Treehugger Robot · 2 years, 3 months ago
  13. e10dab3 Connect nativeMain and nativeTest source sets with common by Arkadii Ivanov · 2 years, 3 months ago
  14. 1f255b6 Moved LruCache to commonMain by Arkadii Ivanov · 2 years, 4 months ago
  15. ddf3d68 Merge "Disabled mingwX64 target in collections" into androidx-main by Arkadii Ivanov · 2 years, 3 months ago
  16. 55ec1c6 Convert LongSparseArrayTest to kotlin by Yigit Boyar · 2 years, 3 months ago
  17. 1b55a13 rename and move LongSparseArrayTest by Yigit Boyar · 2 years, 3 months ago
  18. adb958b Disabled mingwX64 target in collections by Arkadii Ivanov · 2 years, 3 months ago
  19. 35d52fd Fix collection docs for constructors by Dustin Lam · 2 years, 3 months ago
  20. f3b1e47 Rename KMP sources by platform by Dustin Lam · 2 years, 4 months ago
  21. 2baa310 Move SimpleArrayMap to common by Yigit Boyar · 2 years, 4 months ago
  22. 75f80fb8 Convert SimpleArrayMapTest to kotlin by Yigit Boyar · 2 years, 4 months ago
  23. 574310d Move SimpleArrayMapTest to kt extension by Yigit Boyar · 2 years, 4 months ago
  24. 2d7993c Merge changes from topic "move-LruCacheTest-to-kotlin" into androidx-main by Arkadii Ivanov · 2 years, 4 months ago
  25. bfea33c Converted LruCacheTest to Kotlin by Arkadii Ivanov · 2 years, 4 months ago
  26. b22c1e7 Moved LruCacheTest file to the kotlin folder by Arkadii Ivanov · 2 years, 4 months ago
  27. 8b6d0ba Moved and converted CircularArray and CircularArrayTest to common by paulmalolepsy · 2 years, 4 months ago
  28. 1f67276 Merge "Update to Kotlin 1.6.20" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  29. 3e6f295 Merge "Fixes for SparseArrayCompat" into androidx-main by Dustin Lam · 2 years, 4 months ago
  30. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 7 months ago
  31. 40a87f6 Merge changes If34eeb69,Ie1978d69 into androidx-main by Paul Malolepsy · 2 years, 4 months ago
  32. 2c16f05 Converted CircularIntArrayTest from java to kt. by paulmalolepsy · 2 years, 4 months ago
  33. 6c187fc CircularIntArrayTest.java rename to kt by paulmalolepsy · 2 years, 4 months ago
  34. 637f497 Convert CircularArrayTest from java to kotlin. by paulmalolepsy · 2 years, 4 months ago
  35. 3dc0125 Fixes for SparseArrayCompat by Dustin Lam · 2 years, 4 months ago
  36. 3a7a70f CircularArrayTest.java -> .kt (rename only) by paulmalolepsy · 2 years, 4 months ago
  37. aacfb80 Fix ArrayMap.toArray by Yigit Boyar · 2 years, 4 months ago
  38. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 4 months ago
  39. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 5 months ago
  40. f8112e5 Make operator syntax for .get() consistent in SparseArrayCompat by Dustin Lam · 2 years, 5 months ago
  41. 9f44640 Merge "Move collection-ktx extensions into main artifact" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  42. 6a5dc89 Integration test for source compatibility for ArraySet usages by Dustin Lam · 2 years, 5 months ago
  43. 80fd51f Merge "fix capacity allocation in simple array map" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  44. 6e7a879 fix capacity allocation in simple array map by Yigit Boyar · 2 years, 5 months ago
  45. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
  46. 1365e39 Move collection-ktx extensions into main artifact by Dustin Lam · 2 years, 5 months ago
  47. acd40af Move LongSparseArray extensions into main artifact by Dustin Lam · 2 years, 5 months ago
  48. 03f89fc Convert LongSparseArray to Kotlin by Dustin Lam · 2 years, 5 months ago
  49. e23bfd3 Rename LongSparseArray.java to LongSparseArray.kt by Dustin Lam · 2 years, 5 months ago
  50. cda5386 Integration test for source compatibility for usages of LongSparseArrayJava by Dustin Lam · 2 years, 5 months ago
  51. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  52. 96c877d Merge "Re-apply "Add support for publishing JS- and JVM-targeted libraries in top-of-tree" with GSON parsing and rendering" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  53. 077f646 Better errors when throwing IllegalArgumtException from SimpleArrayMap by Dustin Lam · 2 years, 5 months ago
  54. fdbce5c Re-apply "Add support for publishing JS- and JVM-targeted libraries in by Alan Viverette · 2 years, 5 months ago
  55. 639a6fb Convert ContainerHelpers to Kotlin by Dustin Lam · 2 years, 5 months ago
  56. f3ccc7d Convert SimpleArrayMap to Kotlin by Dustin Lam · 2 years, 5 months ago
  57. 4a5d21e Rename SimpleArrayMap.java to SimpleArrayMap.kt by Dustin Lam · 2 years, 5 months ago
  58. cea95b8c Integration test for source compatibility for SimpleArrayMap by Dustin Lam · 2 years, 5 months ago
  59. 4e996bf Remove global array cache from ArraySet by Dustin Lam · 2 years, 5 months ago
  60. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 5 months ago
  61. fdefcfd Convert CircularArray to Kotlin by Dustin Lam · 2 years, 6 months ago
  62. 3b44dad Rename CircularArray.java to CircularArray.kt by Dustin Lam · 2 years, 6 months ago
  63. d236e22 Integration test for source compatibility for CircularArray by Dustin Lam · 2 years, 6 months ago
  64. f5f76bd Convert CircularIntArray to Kotlin by Dustin Lam · 2 years, 6 months ago
  65. 82ac0f6 Rename CircularIntArray.java to CircularIntArray.kt by Dustin Lam · 2 years, 6 months ago
  66. 4913101 Add integration test for source compatibility with CircularIntArray by Dustin Lam · 2 years, 6 months ago
  67. db28c8e Revert "Add support for publishing JS- and JVM-targeted libraries in top-of-tree" by Alan Viverette · 2 years, 5 months ago
  68. 98f31b7 Add support for publishing JS- and JVM-targeted libraries in top-of-tree by Alan Viverette · 2 years, 5 months ago
  69. c27caf5 Convert LruCache to Kotlin by Dustin Lam · 2 years, 6 months ago
  70. 4369d0b Rename LruCache.java to LruCache.kt by Dustin Lam · 2 years, 6 months ago
  71. bcb555c Integration test for binary and source compatibility with LruCache by Dustin Lam · 2 years, 6 months ago
  72. ba9640f Convert SparseArrayCompat to Kotlin by Dustin Lam · 2 years, 6 months ago
  73. 091b7d4 Rename SparseArrayCompat.java to SparseArrayCompat.kt by Dustin Lam · 2 years, 6 months ago
  74. 1aedc59 Integration test for SparseArrayCompat by Dustin Lam · 2 years, 6 months ago
  75. 2abb89a [GH] Add collection playground project by Yigit Boyar · 2 years, 6 months ago
  76. c4bfc2f Convert collection:collection into KMP project by Dustin Lam · 2 years, 6 months ago
  77. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  78. a15f2861 Keep native and JS collection benchmarks up-to-date by Lukhnos Liu · 2 years, 9 months ago
  79. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 9 months ago
  80. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 10 months ago
  81. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 10 months ago
  82. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 10 months ago
  83. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 10 months ago
  84. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 10 months ago
  85. 71a0524 Merge "Baseline profiles for androidx.collections." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  86. 86c1d52 Baseline profiles for androidx.collections. by Rahul Ravikumar · 2 years, 10 months ago
  87. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 10 months ago
  88. 89755ea Bump collection to 1.2.0-beta01 by Dustin Lam · 2 years, 10 months ago
  89. db6ec1f Migrate kmp-collections benchmark modules by Dustin Lam · 3 years, 1 month ago
  90. c779890 Merge "Clean up benchmark test AndroidManifest.xml files" into androidx-main by Treehugger Robot · 3 years ago
  91. b351a17 Clean up benchmark test AndroidManifest.xml files by Chris Craik · 3 years ago
  92. b7599af Move collection2 to appropriate project structure by Alan Viverette · 3 years ago
  93. 9c2169a Publish maven artifact for collection2 by David Saff · 3 years, 1 month ago
  94. 4a228f7 Upgradle 7.2-rc-2 by Aurimas Liutikas · 3 years ago
  95. 8d343fb :collection:collection2:jar workaround for configuration cache by Jeff Gaston · 3 years ago
  96. bb8d2ca Fix collection2 configuration warnings by Aurimas Liutikas · 3 years ago
  97. 40e4f35 Attempt at full import of collection2 from GitHub by David Saff · 3 years, 1 month ago
  98. bf201d9 Fix kmp plugins from playground side. by David Saff · 3 years, 1 month ago
  99. 7444af5 Adjust build.gradle to match collection2 file from GitHub by David Saff · 3 years, 2 months ago
  100. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 2 months ago