1. ecca5bd Pin RecyclerView's ViewPager2 version constraint to a specific version by Ryan Mentley · 8 months ago
  2. e873b74 Merge "Remove VisibleForTesting from FastScroller" into androidx-main by Treehugger Robot · 8 months ago
  3. 9889e0c Remove VisibleForTesting from FastScroller by Aurimas Liutikas · 8 months ago
  4. a9b35a5 Attempt to fix flaky StretchEdgeEffectTest by George Mount · 8 months ago
  5. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 9 months ago
  6. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 9 months ago
  7. bb703d6 Deflake PoolingContainerRecyclerViewTest#sharedViewPool, for real by Ryan Mentley · 10 months ago
  8. 766116b Name/structure updates to Differential fling classes by Yeabkal Wubshit · 10 months ago
  9. 2ac24f4e Merge "Wait for the UI thread after BaseRecyclerViewInstrumentationTest.waitForIdleScroll" into androidx-main by Ryan Mentley · 10 months ago
  10. 1c28146 recyclerview: rename mNewPosition -> newPosition by Liangliang Sui · 10 months ago
  11. 0dc0b34 Wait for the UI thread after BaseRecyclerViewInstrumentationTest.waitForIdleScroll by Ryan Mentley · 10 months ago
  12. 6e0f108 Fix up various javadoc issues in Recyclerview by Aurimas Liutikas · 10 months ago
  13. 78a2266 Make DifferentialMotionFlingHelper public by Yeabkal Wubshit · 10 months ago
  14. 9ddc332 Merge "recyclerview: Fix comment of recycleView ends ItemAnimator" into androidx-main by Dake Gu · 10 months ago
  15. c2ac076 Merge "Create Fallback Velocity Tracking for AXIS_SCROLL" into androidx-main by Yeabkal Wubshit · 10 months ago
  16. 417e131 recyclerview: Fix comment of recycleView ends ItemAnimator by Dake Gu · 10 months ago
  17. 63e23bb Create Fallback Velocity Tracking for AXIS_SCROLL by Yeabkal Wubshit · 10 months ago
  18. 7b1d869 Fix ChildHelper removeView re-enter removeViewIfHidden by Dake Gu · 11 months ago
  19. 2cb53ad Merge "Fix flaking RecyclerViewLayoutTest.flingFrozen test" into androidx-main by Treehugger Robot · 10 months ago
  20. 30d745c Fix flaking RecyclerViewLayoutTest.flingFrozen test by Ryan Mentley · 10 months ago
  21. e5e6a96 Fix threading issues in RecyclerViewSmoothScrollToPositionTest by Ryan Mentley · 10 months ago
  22. d85a028 Merge "Differential fling optimization" into androidx-main by Yeabkal Wubshit · 10 months ago
  23. 73d826d Differential fling optimization by Yeabkal Wubshit · 11 months ago
  24. 135fb37 Set Pointer ID for Test MotionEvents by Yeabkal Wubshit · 11 months ago
  25. 268ff59 Merge "Fix nested drag test flakiness" into androidx-main by Ryan Mentley · 11 months ago
  26. 101fdac Merge "Add debugging info to smoothScroll_whenSmoothScrollerStops_destinationReached" into androidx-main by Ryan Mentley · 11 months ago
  27. b2f6898 Fix nested drag test flakiness by Ryan Mentley · 11 months ago
  28. 41285d1 Merge "Speculative flakiness fixes for LinearLayoutManagerRemoveShownItemsTest" into androidx-main by Treehugger Robot · 11 months ago
  29. aed43e3 Merge "Don't crash when dispatching key events with no layout manager" into androidx-main by Ryan Mentley · 11 months ago
  30. b5bb5da Don't crash when dispatching key events with no layout manager by Ryan Mentley · 11 months ago
  31. 80e9e8b Add debugging info to smoothScroll_whenSmoothScrollerStops_destinationReached by Ryan Mentley · 11 months ago
  32. 51e8feb Implement RecyclerView Differential Motion Fling by Yeabkal Wubshit · 11 months ago
  33. f0c89e3 Create DifferentialMotionFlingHelper by Yeabkal Wubshit · 11 months ago
  34. 412faf2 Merge "Fix stretch overscroll in RecyclerView with nested scrolling" into androidx-main by George Mount · 11 months ago
  35. 4431302 Fix stretch overscroll in RecyclerView with nested scrolling by George Mount · 11 months ago
  36. 5d37dd8 Merge "Add new lines at the end of of every kotlin file" into androidx-main by Aurimas Liutikas · 11 months ago
  37. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 11 months ago
  38. 2d0bac9 Replace usages of deprecated BuildCompat.isAtLeastU() et al by Alan Viverette · 11 months ago
  39. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 11 months ago
  40. e1ea28e Moved GridLayoutManager UiAutomation tests to own class by Shailen Tuli · 11 months ago
  41. 8eaf5af Merge changes I624bb895,I32b4d295,Ie34caac5 into androidx-main by Julia McClellan · 12 months ago
  42. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 12 months ago
  43. ce57a4c Speculative flakiness fixes for LinearLayoutManagerRemoveShownItemsTest by Ryan Mentley · 12 months ago
  44. bd1047e Move most of prefetchTest to the main thread by Ryan Mentley · 12 months ago
  45. 24589cc Convert RecyclerViewPrefetchTest to Kotlin by Ryan Mentley · 12 months ago
  46. b5029d2 Merge "Remove 0.0.0.txt API signatures" into androidx-main am: 2eb8589dad by Julia McClellan · 12 months ago
  47. f13c691 Remove 0.0.0.txt API signatures by Julia McClellan · 12 months ago
  48. ea9fa21 Ignore flaky test by ivychen · 1 year ago
  49. 0c83b39 Merge "Add Page Up/Down support to the RecyclerView" into androidx-main am: 73f902dee0 by Treehugger Robot · 1 year ago
  50. f8cbe1c Add Page Up/Down support to the RecyclerView by Seigo Nonaka · 1 year ago
  51. 94e40e2 Ignore failing recyclerview tests by Julia McClellan · 1 year ago
  52. 84ea420 Merge "Added ACTION_SCROLL_IN_DIRECTION to GridLayoutManager" into androidx-platform-dev by Shailen Tuli · 1 year ago
  53. 5e07eb8 Merge changes from topic "scroll_in_direction_with_spans" into androidx-platform-dev by Shailen Tuli · 1 year ago
  54. 49f5813 Added ACTION_SCROLL_IN_DIRECTION to GridLayoutManager by Shailen Tuli · 1 year, 2 months ago
  55. 24c9862 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling down by Shailen Tuli · 1 year, 1 month ago
  56. aa4abe9 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling up by Shailen Tuli · 1 year, 1 month ago
  57. 5f18827 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling left by Shailen Tuli · 1 year, 1 month ago
  58. 0476fce Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling right by Shailen Tuli · 1 year, 1 month ago
  59. 24e3af0 Merge "Added granular scrolling to RecyclerView" into androidx-platform-dev by Shailen Tuli · 1 year ago
  60. 55c7ab0 Merge "Opt-in n- thru t-prefixed projects to Suppress Compatibility migration" into androidx-main am: ed9751b8dd by Alan Viverette · 1 year, 1 month ago
  61. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 1 month ago
  62. 0aed3c6 Added granular scrolling to RecyclerView by Shailen Tuli · 1 year, 1 month ago
  63. 306c0ed Handles cases where accessibility focus is placed on a new node by Shailen Tuli · 1 year, 1 month ago
  64. 44e25b1 Added fields to store the row/column indices that work with spans by Shailen Tuli · 1 year, 1 month ago
  65. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  66. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 1 month ago
  67. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 1 month ago
  68. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  69. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  70. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  71. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 1 month ago
  72. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 1 month ago
  73. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  74. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 1 month ago
  75. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 1 year, 1 month ago
  76. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  77. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 1 month ago
  78. 8d194af Merge "Mostly autogenerated suppression of test failures" into androidx-main am: 5cb268f536 by Treehugger Robot · 1 year, 1 month ago
  79. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 1 month ago
  80. 199b63f Merge changes from topic "scroll_in_direction" into androidx-platform-dev by Shailen Tuli · 1 year, 1 month ago
  81. 44f49d8 Implemented scrollInDirectionDown in GridLayoutManager by Shailen Tuli · 1 year, 3 months ago
  82. ad05027 Implemented scrollInDirectionUp in GridLayoutManager by Shailen Tuli · 1 year, 3 months ago
  83. 82895fd9 Enabled searching for scroll target by wrapping around to previous or following by Shailen Tuli · 1 year, 3 months ago
  84. f173737 Merge "Ensure that ViewPager2 is on the latest version when used with an updated recyclerview" into androidx-main am: b2ab86c927 by Aurimas Liutikas · 1 year, 1 month ago
  85. e8d8836 Ensure that ViewPager2 is on the latest version when used with an updated recyclerview by Ryan Mentley · 1 year, 3 months ago
  86. d61eaa1 Implemented scrollInDirectionLeft in GridLayoutManager by Shailen Tuli · 1 year, 3 months ago
  87. bc5390a Implemented scrollInDirectionRight in GridLayoutManager by Shailen Tuli · 1 year, 4 months ago
  88. e0318db Added precondition checks for action scroll in direction by Shailen Tuli · 1 year, 4 months ago
  89. a431dcd Minor clean up of imports by Shailen Tuli · 1 year, 2 months ago
  90. 765ff26 Merge "Smooth Rotary Encoder Scrolling for Low Resolution Devices" into androidx-main am: 3c8c85c237 by Yeabkal Wubshit · 1 year, 2 months ago
  91. 3c8c85c Merge "Smooth Rotary Encoder Scrolling for Low Resolution Devices" into androidx-main by Yeabkal Wubshit · 1 year, 2 months ago
  92. c88e194 Smooth Rotary Encoder Scrolling for Low Resolution Devices by Yeabkal Wubshit · 1 year, 2 months ago
  93. cf0c70f Merge "Bump profileinstaller dependency to 1.3" into androidx-main am: 9e9fd899f3 by Treehugger Robot · 1 year, 3 months ago
  94. 512f0c0 Bump profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  95. f34ea42 Merge "Enable debug assertions in all RecyclerView tests" into androidx-main am: 8172078de8 by Ryan Mentley · 1 year, 3 months ago
  96. d77ad45 Enable debug assertions in all RecyclerView tests by Ryan Mentley · 1 year, 3 months ago
  97. 3d60bec Merge "Stop running failing GridLayoutManagerSnappingTest on API 21" into androidx-main am: 877672e73b by Treehugger Robot · 1 year, 3 months ago
  98. 877672e Merge "Stop running failing GridLayoutManagerSnappingTest on API 21" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  99. d92d863 Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main am: 75ff89f5cf by Aurimas Liutikas · 1 year, 3 months ago
  100. 4901a9a Merge "Disable running LinearLayoutManagerTest test on API <=22" into androidx-main am: 8b965a59a9 by Treehugger Robot · 1 year, 3 months ago