1. 40e4f35 Attempt at full import of collection2 from GitHub by David Saff · 3 years, 3 months ago
  2. bf201d9 Fix kmp plugins from playground side. by David Saff · 3 years, 3 months ago
  3. 7444af5 Adjust build.gradle to match collection2 file from GitHub by David Saff · 3 years, 3 months ago
  4. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  5. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 4 months ago
  6. 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years, 4 months ago
  7. 24d76f0 collections2 with jvm source subset compiles with correct plugins by David Saff · 3 years, 4 months ago
  8. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  9. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 4 months ago
  10. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 5 months ago
  11. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  12. e620797 Create empty collection2 folder awaiting import. by David Saff · 3 years, 5 months ago
  13. 650738f Make entrySet() API-compliant. by David Saff · 3 years, 5 months ago
  14. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 8 months ago
  15. 8b9ebec Merge "Remove requestLegacyExternalStorage flag from benchmarks" into androidx-main by Chris Craik · 3 years, 8 months ago
  16. 24bed73 Add benchmarks for CircularArray, LruCache, and SimpleArray by Lukhnos Liu · 3 years, 8 months ago
  17. 32bd767 Remove requestLegacyExternalStorage flag from benchmarks by Chris Craik · 3 years, 8 months ago
  18. 4175fc1 Merge "Add a benchmark test for ArraySet" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  19. d88cfb2 Add a benchmark test for ArraySet by Lukhnos Liu · 3 years, 8 months ago
  20. 4acc8e3 Merge "Expand collection test coverage" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  21. c07fb33 Expand collection test coverage by Lukhnos Liu · 3 years, 8 months ago
  22. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  23. ecfa49d Add integration module to collections by Dustin Lam · 3 years, 8 months ago
  24. 053e7e6 Update androidx-master-dev references to new androidx-main branch by Alan Viverette · 3 years, 9 months ago
  25. 13e5904 Merge "Port IndexBasedArrayIteratorTest.kt back to Java" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  26. b326747 Port IndexBasedArrayIteratorTest.kt back to Java by Lukhnos Liu · 3 years, 10 months ago
  27. 7e47159 Port Core Framework's ArrayMapTest and ArraySetTest by Lukhnos Liu · 3 years, 10 months ago
  28. 9b904a1 Add a regression test for SimpleArrayMap by Lukhnos Liu · 3 years, 10 months ago
  29. 62a8dbe Merge "Add a test case to ensure the contract for null keys is maintained" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  30. 49672a8 Add a test case to ensure the contract for null keys is maintained by Lukhnos Liu · 3 years, 10 months ago
  31. 97c6ef1 Merge "Add tests for CircularArray and CircularIntArray" into androidx-master-dev by Dustin Lam · 3 years, 10 months ago
  32. 7fff71e Introduce a new LruCache consistency test by Lukhnos Liu · 3 years, 10 months ago
  33. 6fc5979 Merge "Add the array constructor to ArraySet." into androidx-master-dev by Cassie Wang · 3 years, 10 months ago
  34. e35c509 Add tests for CircularArray and CircularIntArray by Lukhnos Liu · 3 years, 10 months ago
  35. 310b288 Merge "Add LruCacheTest based on the same test in frameworks" into androidx-master-dev by Dustin Lam · 3 years, 10 months ago
  36. e7d9063 Add LruCacheTest based on the same test in frameworks by Lukhnos Liu · 3 years, 11 months ago
  37. 3e5da5d Set dustinlam + yboyar + lukhnos as OWNERS of collection by Dustin Lam · 3 years, 10 months ago
  38. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  39. 7579abb Add the array constructor to ArraySet. by Cassie Wang · 3 years, 11 months ago
  40. 4724b1f Add requestLegacyExternalStorage to benchmarks by Chris Craik · 3 years, 11 months ago
  41. c63fdf0 Convert collection-ktx to Kotlin Explicit API Mode by Ian Lake · 4 years ago
  42. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  43. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  44. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  45. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 4 years ago
  46. 2a421a2 Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  47. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  48. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 4 years, 1 month ago
  49. a42f3e6 Enable profileable for all benchmarks, and benchmark tests by Chris Craik · 4 years, 3 months ago
  50. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  51. 4f4aed5 Regenerate old API files using new metalava. by Aurimas Liutikas · 4 years, 4 months ago
  52. 418ba64 Fix IndexBasedIterator#remove by Yigit Boyar · 4 years, 4 months ago
  53. 16c4c7b Add external self as owner by Jake Wharton · 4 years, 5 months ago
  54. 501ffad Remove shared MapCollections abstraction by Jake Wharton · 4 years, 5 months ago
  55. ba61cf7 De-duplicate try/catch by hoisting outside if by Jake Wharton · 4 years, 5 months ago
  56. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 5 months ago
  57. a7c8685 Delegate to clear if removing last element by Jake Wharton · 4 years, 5 months ago
  58. f5027ec Annotate some non-null ArrayMap types by Jake Wharton · 4 years, 5 months ago
  59. 75925b80 Don't pass field as argument to instance method by Jake Wharton · 4 years, 6 months ago
  60. 550565a Reuse constants for empty arrays by Jake Wharton · 4 years, 6 months ago
  61. 4b9c6a7 Avoid allocating a KeySet to iterate ArraySet by Jake Wharton · 4 years, 6 months ago
  62. 5c1242c Add benchmarks for filled SparseArray operations by Jake Wharton · 4 years, 7 months ago
  63. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  64. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  65. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 9 months ago
  66. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  67. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 10 months ago
  68. 19f1141 Add package-info for collection by Jake Wharton · 4 years, 10 months ago
  69. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  70. 4e6e20e Merge changes from topic "metalava_update_1" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  71. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 10 months ago
  72. 26c5568e Remove extensions which are now shadowed by members by Jake Wharton · 4 years, 10 months ago
  73. 227f565 Merge "API lint check for the ArrayReturn is enabled for androidx" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  74. 0b58731 API lint check for the ArrayReturn is enabled for androidx by Sergey · 5 years ago
  75. 0805440 Enables -Werror and -Xlint:unchecked for pure java modules by Louis Pullen-Freilich · 5 years ago
  76. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 5 years ago
  77. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 5 years ago
  78. 383ecf8 Updates for the latest metalava by Jeff Gaston · 5 years ago
  79. 4b2f8ea Address static cache access issues. by Kweku Adams · 5 years ago
  80. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago
  81. 3901aa0 Split testutils-truth into its own dependency by Ian Lake · 5 years ago
  82. 024e874 Update metalava to a newer version by Aurimas Liutikas · 5 years ago
  83. 5184037 Update api lint baseline. by Aurimas Liutikas · 5 years ago
  84. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  85. 3e19b83 Update api lint baselines by Aurimas Liutikas · 5 years ago
  86. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  87. 38e2703 Add readme for a few core libraries. by Aurimas Liutikas · 5 years ago
  88. 51acbc6 Move several core libraries back to Java 7 by Aurimas Liutikas · 5 years ago
  89. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  90. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  91. 5c7db04 Update collection to new directory structure by Jake Wharton · 5 years ago
  92. 692b3e95 Move all usaged of collection:1.1.0-rc01 to collection:1.1.0 by Nick Anthony · 5 years ago
  93. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  94. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  95. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  96. 4943f19 Merge "Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01" into androidx-master-dev by Treehugger Robot · 5 years ago
  97. f3a4f49 Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  98. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  99. 2ee5d82 Update to rc and beta for May release by Nick Anthony · 5 years ago
  100. b4c10cf Use more efficient implementations for extensions by Jake Wharton · 6 years ago