1. 13e5904 Merge "Port IndexBasedArrayIteratorTest.kt back to Java" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  2. b326747 Port IndexBasedArrayIteratorTest.kt back to Java by Lukhnos Liu · 3 years, 7 months ago
  3. 7e47159 Port Core Framework's ArrayMapTest and ArraySetTest by Lukhnos Liu · 3 years, 7 months ago
  4. 9b904a1 Add a regression test for SimpleArrayMap by Lukhnos Liu · 3 years, 7 months ago
  5. 62a8dbe Merge "Add a test case to ensure the contract for null keys is maintained" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  6. 49672a8 Add a test case to ensure the contract for null keys is maintained by Lukhnos Liu · 3 years, 7 months ago
  7. 97c6ef1 Merge "Add tests for CircularArray and CircularIntArray" into androidx-master-dev by Dustin Lam · 3 years, 7 months ago
  8. 7fff71e Introduce a new LruCache consistency test by Lukhnos Liu · 3 years, 7 months ago
  9. 6fc5979 Merge "Add the array constructor to ArraySet." into androidx-master-dev by Cassie Wang · 3 years, 7 months ago
  10. e35c509 Add tests for CircularArray and CircularIntArray by Lukhnos Liu · 3 years, 7 months ago
  11. 310b288 Merge "Add LruCacheTest based on the same test in frameworks" into androidx-master-dev by Dustin Lam · 3 years, 7 months ago
  12. e7d9063 Add LruCacheTest based on the same test in frameworks by Lukhnos Liu · 3 years, 7 months ago
  13. 3e5da5d Set dustinlam + yboyar + lukhnos as OWNERS of collection by Dustin Lam · 3 years, 7 months ago
  14. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 7 months ago
  15. 7579abb Add the array constructor to ArraySet. by Cassie Wang · 3 years, 7 months ago
  16. 4724b1f Add requestLegacyExternalStorage to benchmarks by Chris Craik · 3 years, 7 months ago
  17. c63fdf0 Convert collection-ktx to Kotlin Explicit API Mode by Ian Lake · 3 years, 8 months ago
  18. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 8 months ago
  19. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 8 months ago
  20. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 8 months ago
  21. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 8 months ago
  22. 2a421a2 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  23. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 3 years, 10 months ago
  24. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 3 years, 10 months ago
  25. a42f3e6 Enable profileable for all benchmarks, and benchmark tests by Chris Craik · 4 years ago
  26. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years ago
  27. 4f4aed5 Regenerate old API files using new metalava. by Aurimas Liutikas · 4 years ago
  28. 418ba64 Fix IndexBasedIterator#remove by Yigit Boyar · 4 years, 1 month ago
  29. 16c4c7b Add external self as owner by Jake Wharton · 4 years, 1 month ago
  30. 501ffad Remove shared MapCollections abstraction by Jake Wharton · 4 years, 2 months ago
  31. ba61cf7 De-duplicate try/catch by hoisting outside if by Jake Wharton · 4 years, 2 months ago
  32. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 1 month ago
  33. a7c8685 Delegate to clear if removing last element by Jake Wharton · 4 years, 2 months ago
  34. f5027ec Annotate some non-null ArrayMap types by Jake Wharton · 4 years, 2 months ago
  35. 75925b80 Don't pass field as argument to instance method by Jake Wharton · 4 years, 2 months ago
  36. 550565a Reuse constants for empty arrays by Jake Wharton · 4 years, 2 months ago
  37. 4b9c6a7 Avoid allocating a KeySet to iterate ArraySet by Jake Wharton · 4 years, 3 months ago
  38. 5c1242c Add benchmarks for filled SparseArray operations by Jake Wharton · 4 years, 4 months ago
  39. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 5 months ago
  40. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 5 months ago
  41. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 6 months ago
  42. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 6 months ago
  43. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 6 months ago
  44. 19f1141 Add package-info for collection by Jake Wharton · 4 years, 7 months ago
  45. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 7 months ago
  46. 4e6e20e Merge changes from topic "metalava_update_1" into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
  47. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 7 months ago
  48. 26c5568e Remove extensions which are now shadowed by members by Jake Wharton · 4 years, 7 months ago
  49. 227f565 Merge "API lint check for the ArrayReturn is enabled for androidx" into androidx-master-dev by Aurimas Liutikas · 4 years, 8 months ago
  50. 0b58731 API lint check for the ArrayReturn is enabled for androidx by Sergey · 4 years, 8 months ago
  51. 0805440 Enables -Werror and -Xlint:unchecked for pure java modules by Louis Pullen-Freilich · 4 years, 8 months ago
  52. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 4 years, 8 months ago
  53. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 4 years, 8 months ago
  54. 383ecf8 Updates for the latest metalava by Jeff Gaston · 4 years, 8 months ago
  55. 4b2f8ea Address static cache access issues. by Kweku Adams · 4 years, 8 months ago
  56. cd1aae0 Track experimental API surface by Alan Viverette · 4 years, 10 months ago
  57. 3901aa0 Split testutils-truth into its own dependency by Ian Lake · 4 years, 10 months ago
  58. 024e874 Update metalava to a newer version by Aurimas Liutikas · 4 years, 10 months ago
  59. 5184037 Update api lint baseline. by Aurimas Liutikas · 4 years, 10 months ago
  60. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 4 years, 10 months ago
  61. 3e19b83 Update api lint baselines by Aurimas Liutikas · 4 years, 11 months ago
  62. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  63. 38e2703 Add readme for a few core libraries. by Aurimas Liutikas · 5 years ago
  64. 51acbc6 Move several core libraries back to Java 7 by Aurimas Liutikas · 5 years ago
  65. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  66. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  67. 5c7db04 Update collection to new directory structure by Jake Wharton · 5 years ago
  68. 692b3e95 Move all usaged of collection:1.1.0-rc01 to collection:1.1.0 by Nick Anthony · 5 years ago
  69. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  70. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  71. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  72. 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
  73. f3a4f49 Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  74. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago