1. d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 5 months ago
  2. 5ba9456 Revert aosp/3044313 as AGP does not yet support a targetSdk per flavour's android test by Omar Ismail · 5 months ago
  3. c43b4bf Update build.gradle files for product flavours to non-deprecated targetSdk api by Omar Ismail · 5 months ago
  4. 6e9bc6d Correct nullability of extends and implements lists by Paul Duffin · 6 months ago
  5. 9f99a4b Remove DeleteMe.kt workaround by Aurimas Liutikas · 6 months ago
  6. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 8 months ago
  7. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 8 months ago
  8. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 9 months ago
  9. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 9 months ago
  10. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 9 months ago
  11. ee0da74 Add comment to build.gradle files by Tiem Song · 9 months ago
  12. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 9 months ago
  13. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 9 months ago
  14. 38b2637 Remove @Requires(19) by Sergey Vasilinetc · 9 months ago
  15. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 9 months ago
  16. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 10 months ago
  17. 0320965 Upgrade to errorprone 2.23.0 by Aurimas Liutikas · 9 months ago
  18. e48ba37 Remove @RequiresApi(17) by Sergey Vasilinetc · 9 months ago
  19. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 9 months ago
  20. f2ce9b2 Remove last @RequiresApi(15) except ViewCompat by Sergey Vasilinetc · 9 months ago
  21. f3708f8 Remove JELLY_BEAN mentions in *.kt files by Sergey Vasilinetc · 10 months ago
  22. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 10 months ago
  23. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 10 months ago
  24. e8dc46d Remove always true Build.VERSION.SDK_INT >= 17 if checks by Sergey Vasilinetc · 10 months ago
  25. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 10 months ago
  26. 03c1512 Replace `if (SDK_INT >= 16) { $body; }` with `body` by Sergey Vasilinetc · 10 months ago
  27. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 10 months ago
  28. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 10 months ago
  29. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 11 months ago
  30. 59a2d14 Merge "FakeDragTest.startFakeDragWhileSettling flakiness" into androidx-main by Treehugger Robot · 1 year ago
  31. 594a28f FakeDragTest.startFakeDragWhileSettling flakiness by Jakub Gielzak · 1 year ago
  32. ecfb548 Re-enable android.uniquePackageNames check by Aurimas Liutikas · 1 year, 1 month ago
  33. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 1 month ago
  34. 2cf0505 Disabled OnApplyWindowInsetsListenerTest on API 34 by Jakub Gielzak · 1 year, 1 month ago
  35. 001a411 Disabled OnApplyWindowInsetsListenerTest on API 34 by Jakub Gielzak · 1 year, 1 month ago
  36. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  37. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 3 months ago
  38. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 3 months ago
  39. a9ca673 Update versions for release id 1684947600000 by natnaelbelay · 1 year, 4 months ago
  40. 2c6b210 Merge "Bump ViewPager2 version to 1.1.0-beta02" into androidx-main am: 079c7953fb by Ryan Mentley · 1 year, 4 months ago
  41. 6f6bb26 Bump ViewPager2 version to 1.1.0-beta02 by Ryan Mentley · 1 year, 5 months ago
  42. 6fa197e Merge "Opt-in w,x,y,z-prefixed projects to Suppress Compatibility migration" into androidx-main am: f34ab4a123 by Alan Viverette · 1 year, 4 months ago
  43. b3cc1da Opt-in w,x,y,z-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  44. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  45. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  46. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  47. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  48. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  49. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  50. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  51. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  52. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  53. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  54. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 1 year, 4 months ago
  55. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  56. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  57. 8d194af Merge "Mostly autogenerated suppression of test failures" into androidx-main am: 5cb268f536 by Treehugger Robot · 1 year, 4 months ago
  58. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 4 months ago
  59. cd9e385 Merge "Preparation for ViewPager2 1.1.0-beta02 release" into androidx-main am: 8a69709958 by Treehugger Robot · 1 year, 5 months ago
  60. 4553715 Preparation for ViewPager2 1.1.0-beta02 release by Jakub Gielzak · 1 year, 6 months ago
  61. c94a24e Merge "Fix viewpager testapp" into androidx-main am: 6998053dc4 by Aurimas Liutikas · 1 year, 5 months ago
  62. 249809e Fix viewpager testapp by Aurimas Liutikas · 1 year, 5 months ago
  63. 4ddaf53 Merge "Ignore failing tests" into androidx-main am: daf112dfa7 by Radha Nakade · 1 year, 5 months ago
  64. 87918ee Ignore failing tests by Radha Nakade · 1 year, 5 months ago
  65. a2cee2f Merge "Upgrade to AGP 8.1.0-alpha11" into androidx-main am: 4d6337293f by Alan Viverette · 1 year, 6 months ago
  66. ffdcef8 Upgrade to AGP 8.1.0-alpha11 by Aurimas Liutikas · 1 year, 6 months ago
  67. 7fe665c Merge "Enabling multidex in ViewPager2 tests" into androidx-main am: d37f58ebf6 by Jakub Gielzak · 1 year, 6 months ago
  68. 9e883f3 Enabling multidex in ViewPager2 tests by Jakub Gielzak · 1 year, 6 months ago
  69. 4011626 Merge changes from topic "jg-vp2-rvdav" into androidx-main am: 03da1420ee by Jakub Gielzak · 1 year, 6 months ago
  70. 12e5672 Fix in response to change in RecyclerView by Jakub Gielzak · 1 year, 6 months ago
  71. 6006b92 Suppressing test on API < 30 by Jakub Gielzak · 1 year, 6 months ago
  72. 37117f3 Test update reflecting a change in API 29 by Jakub Gielzak · 1 year, 6 months ago
  73. e3f1cea Fix for HostFragmentBackStackTest by Jakub Gielzak · 1 year, 6 months ago
  74. 1bf069f WindowInsetsCompat warning suppression by Jakub Gielzak · 1 year, 6 months ago
  75. 6f2aead Suppress overridePendingTransition deprecation warnings. by Agostinho Junior · 1 year, 6 months ago
  76. eef9afa Disable flaking AdapterDataSetChangeWhileSmoothScrollTest by Aurimas Liutikas · 1 year, 6 months ago
  77. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 8 months ago
  78. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 7 months ago
  79. 71ed187 Fixes setSystemGestureExclusionRects registration by Jakub Gielzak · 1 year, 7 months ago
  80. 67e85ac Disable flaking MarginPageTransformerTest by Aurimas Liutikas · 1 year, 7 months ago
  81. af845a1 Fix typo in OWNERS file by Aurimas Liutikas · 1 year, 7 months ago
  82. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 7 months ago
  83. 807baf5 Disable flaking ViewPager2 tests by Aurimas Liutikas · 1 year, 8 months ago
  84. 7882e45 Use private component for viewpager2 owners by Aurimas Liutikas · 1 year, 8 months ago
  85. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 9 months ago
  86. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  87. e15c4f3 Fix for OnApplyWindowInsetsListenerTest on API<21 by Jakub Gielzak · 1 year, 10 months ago
  88. b9fa90f Update lint baselines by Tiem Song · 2 years, 2 months ago
  89. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 3 months ago
  90. ab6cc9f Lint fix in BaseTest.kt by Clara Fok · 2 years, 3 months ago
  91. a57935d Merge "Lint fix in ViewPager2.java" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  92. 59bacf2 Lint fix in TransientStateFragmentTest.kt by Clara Fok · 2 years, 3 months ago
  93. fcb9e9b Lint fix in ViewPager2.java by Clara Fok · 2 years, 3 months ago
  94. aa24a07e Reland "Upgrade to Kotlin 1.7.0" by Jim Sproch · 2 years, 3 months ago
  95. 86f63b2 Revert "Upgrade to Kotlin 1.7.0" by Aurimas Liutikas · 2 years, 3 months ago
  96. 2105f53 Upgrade to Kotlin 1.7.0 by Jim Sproch · 2 years, 4 months ago
  97. 38e446a Create androidx.test.uiautomator:uiautomator project by Daniel Peykov · 2 years, 3 months ago
  98. c83f2c5 FragmentTransactionCallback: state saving callback by Jakub Gielzak · 2 years, 4 months ago
  99. 4d93a2a Upgrade to espresso 3.5.0-alpha06 by Aurimas Liutikas · 2 years, 4 months ago
  100. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago