1. b9fa90f Update lint baselines by Tiem Song · 2 years, 2 months ago
  2. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  3. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  4. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  5. b0470e5 Upgrade to AGP 7.3.1-alpha01 by Aurimas Liutikas · 2 years, 8 months ago
  6. b20296a Upgrade to junit 4.13.2 by Aurimas Liutikas · 2 years, 9 months ago
  7. e5318a7 Make proper WindowInsets dispatching optional in VP2 by Jelle Fresen · 3 years ago
  8. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  9. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  10. 210f875 Update lint baselines once again. by Aurimas Liutikas · 3 years ago
  11. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  12. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  13. ee229d9 Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  14. af63e06 Excluse swipe starts from system gestures in ViewPager2 tests by Jelle Fresen · 3 years, 3 months ago
  15. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 3 months ago
  16. 82f0476 Suppress flaky tests by Ember Rose · 3 years, 3 months ago
  17. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  18. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  19. 276ef85 Fix version conflict in testapp by Jelle Fresen · 3 years, 5 months ago
  20. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 5 months ago
  21. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  22. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  23. e9a3861 Merge "Remove unused, deprecated kotlin-android-extensions plugin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  24. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  25. ccae1ca Remove unused, deprecated kotlin-android-extensions plugin by Ian Lake · 3 years, 8 months ago
  26. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  27. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  28. 718c20d Move to the latest Material 1.2.1 release by Kirill Grouchnikov · 4 years ago
  29. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  30. c26fd53 Merge "Upgrade to androidx.test 1.3.0-rc01" into androidx-master-dev am: 618985cf35 by Aurimas Liutikas · 4 years, 4 months ago
  31. 506ab64d Upgrade to androidx.test 1.3.0-rc01 by Aurimas Liutikas · 4 years, 4 months ago
  32. b2d5f69 Merge "Fix new lint errors" into androidx-master-dev am: f51b54b2ba by Treehugger Robot · 4 years, 6 months ago
  33. ae36386 Fix new lint errors by Jelle Fresen · 4 years, 6 months ago
  34. acd67d1 Merge "Add CollectionItemInfos to ViewPager2" into androidx-master-dev am: c552428a0e by Automerger Merge Worker · 4 years, 7 months ago
  35. 75dfd97 Add CollectionItemInfos to ViewPager2 by sallyyuen · 4 years, 8 months ago
  36. a823065 Merge "Suppress/migrate from deprecated APIs in Android R" into androidx-platform-dev by Chris Banes · 4 years, 7 months ago
  37. ed18608 Suppress/migrate from deprecated APIs in Android R by Chris Banes · 4 years, 7 months ago
  38. 4c715c2 RecyclerView MergeAdapter by Yigit Boyar · 4 years, 8 months ago
  39. 8756f8a Move viewpager2 to the new proper directory structure by Sergey · 4 years, 9 months ago
  40. 1316417 Add sample of nested scrolling in ViewPager2 by Jelle Fresen · 5 years ago
  41. d1f64df Add sample to preview adjacent pages by Jelle Fresen · 5 years ago
  42. 6f65850 Fix fake drag example in RTL contexts by Jelle Fresen · 5 years ago
  43. 55e23aa Fix several a11y issues in ViewPager2's sample app by Jelle Fresen · 5 years ago
  44. 37d0dd2 Make count field a live region by Jelle Fresen · 5 years ago
  45. cb48e59 Merge "Verify velocity instead of settle direction" into androidx-master-dev by Treehugger Robot · 5 years ago
  46. a2af0cd Merge "Wait until injection of MotionEvents is possible" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 6992e1e Verify velocity instead of settle direction by Jelle Fresen · 5 years ago
  48. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 5 years ago
  49. 381ae82 Wait until injection of MotionEvents is possible by Jelle Fresen · 5 years ago
  50. eb54396 Move TabLayoutMediator from VP2 sample to MDC by Jelle Fresen · 5 years ago
  51. 5e5b4c6 PageTransformer, MarginPageTransformer fixes by Jakub Gielzak · 5 years ago
  52. a983e74 Replace ViewModelProviders.of with 'by viewModels()' by Ian Lake · 5 years ago
  53. d9b1764 Keeping current item visible after data-set change by Jakub Gielzak · 5 years ago
  54. 5ee05e0 Renamed FSA's getItem to createFragment by Jakub Gielzak · 5 years ago
  55. a7d31a9 Merge "Workaround for jittery test execution in FakeDragTest" into androidx-master-dev by Treehugger Robot · 5 years ago
  56. bbc4962 Workaround for jittery test execution in FakeDragTest by Jelle Fresen · 5 years ago
  57. 3f6a4947 Minor MarginPageTransformerTest improvement by Jakub Gielzak · 5 years ago
  58. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  59. 8c6bfc3 Added MarginPageTransformer by Jakub Gielzak · 5 years ago
  60. 50e40be Correct swipe direction for landscape tests by Jelle Fresen · 5 years ago
  61. 3cd7c5f Removing annotation references in the sample app by Jakub Gielzak · 5 years ago
  62. ce124a8 Hiding ViewPager2 annotations by Jakub Gielzak · 5 years ago
  63. a2cb4bc Add offscreenPageLimit to ViewPager2 by Jelle Fresen · 6 years ago
  64. cb6706e Renamed ViewPager2 sample code package by Jakub Gielzak · 5 years ago
  65. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  66. 727d729 Set mAttached to false when detaching TabLayoutMediator by Jelle Fresen · 5 years ago
  67. bd58b64 Fragment removal fixes by Jakub Gielzak · 5 years ago
  68. 3afe914 Merge "Add fake dragging to ViewPager2" into androidx-master-dev by Treehugger Robot · 5 years ago
  69. 86dbc42 Add fake dragging to ViewPager2 by Jelle Fresen · 6 years ago
  70. c0ca60e Fix Toolbar overflow test by Chris Banes · 6 years ago
  71. 7bbbab7 Centralize MATERIAL dependency by Ian Lake · 6 years ago
  72. a33cc9a Improve ViewPager2's testapp's comments and idle watcher by Jelle Fresen · 6 years ago
  73. 51a5798 Fix ViewPager2 demo tests by Jelle Fresen · 6 years ago
  74. 9ac1b6b FragmentStateAdapter improvements by Jakub Gielzak · 6 years ago
  75. 8e08097 Add tests to the ViewPager2 demo project by Jelle Fresen · 6 years ago