1. 32d9503 Add OOB test for SparseArrayCompat#valueAt by Dustin Lam · 2 years, 3 months ago
  2. 717dbef8 Enable publishing for mac targets by Yigit Boyar · 2 years ago
  3. 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
  4. 6638b98 Merge "Revert "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType.""" into androidx-main by Fred Sladkey · 2 years ago
  5. f56f2f5 Revert "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType."" by Fred Sladkey · 2 years ago
  6. 0e3f6ef Merge "Revert "Add sub extension for configuring multiplatform publish settings to LibraryType."" into androidx-main by Fred Sladkey · 2 years ago
  7. 03b4678 Revert "Add sub extension for configuring multiplatform publish settings to LibraryType." by Fred Sladkey · 2 years ago
  8. 947ee41 Merge "Add sub extension for configuring multiplatform publish settings to LibraryType." into androidx-main by Fred Sladkey · 2 years ago
  9. 80efbeb Add sub extension for configuring multiplatform publish settings to LibraryType. by Fred Sladkey · 2 years, 1 month ago
  10. 7f8df6a Merge changes from topic "move-ArraySet-to-common" into androidx-main by Arkadii Ivanov · 2 years ago
  11. a85cde0 Converted IndexBasedArrayIteratorTest to Kotlin by Arkadii Ivanov · 2 years ago
  12. 7d77669 Moved IndexBasedArrayIteratorTest.java file to commonMain by Arkadii Ivanov · 2 years ago
  13. fd7e248 Moved ArraySet to commonMain by Arkadii Ivanov · 2 years ago
  14. 6ed9510 KMP Build CI Setup by Yigit Boyar · 2 years ago
  15. a333ad6 Converted IndexBasedArrayIterator to Kotlin by Arkadii Ivanov · 2 years ago
  16. 1afa143 Moved IndexBasedArrayIterator.java file to commonMain by Arkadii Ivanov · 2 years ago
  17. f08b9a0 Add a new KMP StudioType by Yigit Boyar · 2 years ago
  18. c281244 Implement AbstractMutableCollection in ArraySet by Arkadii Ivanov · 2 years, 1 month ago
  19. f69db87 Converted ArraySet to Kotlin. by Arkadii Ivanov · 2 years, 1 month ago
  20. 54f252f Moved ArraySet.java to kotlin by Arkadii Ivanov · 2 years, 1 month ago
  21. 7989e24 Deleted ArraySet.kt by Arkadii Ivanov · 2 years, 1 month ago
  22. 45d9a01 Copied ArraySet tests from collection2 by Arkadii Ivanov · 2 years, 1 month ago
  23. 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, 1 month ago
  24. b4172df Replaced ReentrantLock with synchronized in JVM LruCache by Arkadii Ivanov · 2 years, 1 month ago
  25. b49139d Merge changes from topic "convert-ArraySetTest-to-Kotlin" into androidx-main by Arkadii Ivanov · 2 years, 1 month ago
  26. 5a54a9c Converted ArraySetTest to Kotlin by Arkadii Ivanov · 2 years, 1 month ago
  27. f9a7a55 Moved ArraySetTest file to the kotlin folder Test: N/A by Arkadii Ivanov · 2 years, 1 month ago
  28. fe79966 Fix behavior compatibility in LruCache by Yigit Boyar · 2 years, 1 month ago
  29. 1d88989 Make collection-ktx:1.3.0-alpha01 the minimum version for collection:1.3.0-alpha01 by Dustin Lam · 2 years, 1 month ago
  30. 1cbd462 [GH] cleanup lock implementation for collections by Yigit Boyar · 2 years, 1 month ago
  31. 7a33714 [GH] Fix collection KMP by duplicating Lock by Yigit Boyar · 2 years, 1 month ago
  32. b3afc17 Merge "Moved LruCache to commonMain" into androidx-main by Arkadii Ivanov · 2 years, 1 month ago
  33. 4ef89db Merge changes Ida0eac0e,I59be198f into androidx-main by Treehugger Robot · 2 years, 1 month ago
  34. e10dab3 Connect nativeMain and nativeTest source sets with common by Arkadii Ivanov · 2 years, 1 month ago
  35. 1f255b6 Moved LruCache to commonMain by Arkadii Ivanov · 2 years, 2 months ago
  36. ddf3d68 Merge "Disabled mingwX64 target in collections" into androidx-main by Arkadii Ivanov · 2 years, 1 month ago
  37. 55ec1c6 Convert LongSparseArrayTest to kotlin by Yigit Boyar · 2 years, 2 months ago
  38. 1b55a13 rename and move LongSparseArrayTest by Yigit Boyar · 2 years, 2 months ago
  39. adb958b Disabled mingwX64 target in collections by Arkadii Ivanov · 2 years, 1 month ago
  40. 35d52fd Fix collection docs for constructors by Dustin Lam · 2 years, 1 month ago
  41. f3b1e47 Rename KMP sources by platform by Dustin Lam · 2 years, 2 months ago
  42. 2baa310 Move SimpleArrayMap to common by Yigit Boyar · 2 years, 2 months ago
  43. 75f80fb8 Convert SimpleArrayMapTest to kotlin by Yigit Boyar · 2 years, 2 months ago
  44. 574310d Move SimpleArrayMapTest to kt extension by Yigit Boyar · 2 years, 2 months ago
  45. 2d7993c Merge changes from topic "move-LruCacheTest-to-kotlin" into androidx-main by Arkadii Ivanov · 2 years, 2 months ago
  46. bfea33c Converted LruCacheTest to Kotlin by Arkadii Ivanov · 2 years, 2 months ago
  47. b22c1e7 Moved LruCacheTest file to the kotlin folder by Arkadii Ivanov · 2 years, 2 months ago
  48. 8b6d0ba Moved and converted CircularArray and CircularArrayTest to common by paulmalolepsy · 2 years, 2 months ago
  49. 3e6f295 Merge "Fixes for SparseArrayCompat" into androidx-main by Dustin Lam · 2 years, 2 months ago
  50. 40a87f6 Merge changes If34eeb69,Ie1978d69 into androidx-main by Paul Malolepsy · 2 years, 2 months ago
  51. 2c16f05 Converted CircularIntArrayTest from java to kt. by paulmalolepsy · 2 years, 2 months ago
  52. 6c187fc CircularIntArrayTest.java rename to kt by paulmalolepsy · 2 years, 2 months ago
  53. 637f497 Convert CircularArrayTest from java to kotlin. by paulmalolepsy · 2 years, 2 months ago
  54. 3dc0125 Fixes for SparseArrayCompat by Dustin Lam · 2 years, 2 months ago
  55. 3a7a70f CircularArrayTest.java -> .kt (rename only) by paulmalolepsy · 2 years, 2 months ago
  56. aacfb80 Fix ArrayMap.toArray by Yigit Boyar · 2 years, 2 months ago
  57. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 2 months ago
  58. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  59. f8112e5 Make operator syntax for .get() consistent in SparseArrayCompat by Dustin Lam · 2 years, 3 months ago
  60. 9f44640 Merge "Move collection-ktx extensions into main artifact" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  61. 6e7a879 fix capacity allocation in simple array map by Yigit Boyar · 2 years, 3 months ago
  62. 1365e39 Move collection-ktx extensions into main artifact by Dustin Lam · 2 years, 3 months ago
  63. acd40af Move LongSparseArray extensions into main artifact by Dustin Lam · 2 years, 3 months ago
  64. 03f89fc Convert LongSparseArray to Kotlin by Dustin Lam · 2 years, 3 months ago
  65. e23bfd3 Rename LongSparseArray.java to LongSparseArray.kt by Dustin Lam · 2 years, 3 months ago
  66. 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, 3 months ago
  67. 077f646 Better errors when throwing IllegalArgumtException from SimpleArrayMap by Dustin Lam · 2 years, 3 months ago
  68. fdbce5c Re-apply "Add support for publishing JS- and JVM-targeted libraries in by Alan Viverette · 2 years, 3 months ago
  69. 639a6fb Convert ContainerHelpers to Kotlin by Dustin Lam · 2 years, 3 months ago
  70. f3ccc7d Convert SimpleArrayMap to Kotlin by Dustin Lam · 2 years, 3 months ago
  71. 4a5d21e Rename SimpleArrayMap.java to SimpleArrayMap.kt by Dustin Lam · 2 years, 3 months ago
  72. 4e996bf Remove global array cache from ArraySet by Dustin Lam · 2 years, 3 months ago
  73. fdefcfd Convert CircularArray to Kotlin by Dustin Lam · 2 years, 4 months ago
  74. 3b44dad Rename CircularArray.java to CircularArray.kt by Dustin Lam · 2 years, 4 months ago
  75. f5f76bd Convert CircularIntArray to Kotlin by Dustin Lam · 2 years, 4 months ago
  76. 82ac0f6 Rename CircularIntArray.java to CircularIntArray.kt by Dustin Lam · 2 years, 4 months ago
  77. db28c8e Revert "Add support for publishing JS- and JVM-targeted libraries in top-of-tree" by Alan Viverette · 2 years, 3 months ago
  78. 98f31b7 Add support for publishing JS- and JVM-targeted libraries in top-of-tree by Alan Viverette · 2 years, 4 months ago
  79. c27caf5 Convert LruCache to Kotlin by Dustin Lam · 2 years, 4 months ago
  80. 4369d0b Rename LruCache.java to LruCache.kt by Dustin Lam · 2 years, 4 months ago
  81. ba9640f Convert SparseArrayCompat to Kotlin by Dustin Lam · 2 years, 4 months ago
  82. 091b7d4 Rename SparseArrayCompat.java to SparseArrayCompat.kt by Dustin Lam · 2 years, 4 months ago
  83. c4bfc2f Convert collection:collection into KMP project by Dustin Lam · 2 years, 4 months ago
  84. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago