1. d4c72f0 Allow vertical dragging of AppBarLayout by Chris Banes · 9 years ago
  2. 21b345f RecyclerView: Add payload for efficient bind by Dake Gu · 9 years ago
  3. e1cd8d8 Fix LinearSmoothScroller NPE bug by Yigit Boyar · 9 years ago
  4. 5fa7462 Merge "Remove package private method access from LinearLayoutManager" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  5. 0f694cd DO NOT MERGE Fix the mouse wheel orientation for the consistency with AbsListView. by Jun Mukai · 9 years ago
  6. 364ca61 Remove package private method access from LinearLayoutManager by Yigit Boyar · 9 years ago
  7. 699c56c Make RecyclerView requestDisallowInterceptTouchEvent(true) by Chris Banes · 9 years ago
  8. d2b9503 Disable focus search failures during a layout by Yigit Boyar · 9 years ago
  9. dfdf6de Provide a public API to check if RV is in lockdown by Yigit Boyar · 9 years ago
  10. a9154c4 Merge "Implemented AsyncListUtil" into lmp-mr1-ub-dev by Vladislav Kaznacheev · 9 years ago
  11. a147062 Implemented AsyncListUtil by Vladislav Kaznacheev · 9 years ago
  12. c9d554f Merge "Delay restoring RecyclerView layout state until adapter is non-empty" into lmp-mr1-ub-dev by Vladislav Kaznacheev · 9 years ago
  13. 3d84538 Delay restoring RecyclerView layout state until adapter is non-empty by Vladislav Kaznacheev · 9 years ago
  14. 429a902 Check for layout before handling touch events by Yigit Boyar · 9 years ago
  15. 5321949 Merge "Make SGLM view snap test less flaks" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  16. 8a1422f Merge "End animations on scrap views, clear updated views from cache" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  17. 29c349e Make SGLM view snap test less flaks by Yigit Boyar · 9 years ago
  18. 5a9366f Prioritize delete animation over move animation by Yigit Boyar · 9 years ago
  19. cc1bf42 End animations on scrap views, clear updated views from cache by Yigit Boyar · 9 years ago
  20. c8a1abe Merge "Not filling accessibility info for hidden views." into lmp-mr1-ub-dev by Vadim Tryshev · 9 years ago
  21. 2572d23 Not filling accessibility info for hidden views. by Vadim Tryshev · 9 years ago
  22. c77daec Merge "Make simple on touch listener static" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  23. d3a5aa0 Merge "Prevent preLayout span size lookup calls" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  24. cf87e0b Prevent preLayout span size lookup calls by Yigit Boyar · 9 years ago
  25. e103516 Make simple on touch listener static by Yigit Boyar · 9 years ago
  26. fd616c1 Pass generic motion event to scrollInternal by Yigit Boyar · 9 years ago
  27. 1afbdba Merge "Fixed a minor typo in a comment" into lmp-mr1-ub-dev by John Butterfield · 9 years ago
  28. 6075bea Fixed a minor typo in a comment by John Butterfield · 9 years ago
  29. fd3e876 Merge "Reset Interpolator in DefaultItemAnimator" into lmp-mr1-ub-dev by Vladislav Kaznacheev · 9 years ago
  30. d03a495 Reset Interpolator in DefaultItemAnimator by Vladislav Kaznacheev · 9 years ago
  31. b29be04 Merge "Add batch insert method to SortedList." into lmp-mr1-ub-dev by Vladislav Kaznacheev · 9 years ago
  32. 7fa3915 Add batch insert method to SortedList. by Vladislav Kaznacheev · 9 years ago
  33. bbe3ab2 Support 22.2.0 RC API files by Chris Banes · 9 years ago
  34. b177161 Merge "Improve some tests" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  35. 629687b Improve some tests by Yigit Boyar · 9 years ago
  36. c045910 Export UI Compat class used by ItemTouchHelper by Yigit Boyar · 9 years ago
  37. f129f1b Nested Scrolling support for RecyclerView by Chris Banes · 9 years ago
  38. ec494eb Make constructor accessible before calling by Yigit Boyar · 9 years ago
  39. 96258dd Use doclava's new stubpackages wildcard support DO NOT MERGE by Chris Banes · 9 years ago
  40. c49a069 Merge "Fix SGLM child position bug" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  41. fffd81c Update current.txt, fix build. by Yigit Boyar · 9 years ago
  42. e05fbd9 Fix SGLM child position bug by Yigit Boyar · 9 years ago
  43. 12833d3 Add clear method to SortedList by Yigit Boyar · 9 years ago
  44. be7a54a Integrate espresso w/ RecyclerView. Hi Junit4 ! by Yigit Boyar · 9 years ago
  45. e17bbc0 Add SimpleOnItemTouchListener and make OnItemTouchListener interface again by Yigit Boyar · 9 years ago
  46. e71a1df Item touch interactions helper class by Yigit Boyar · 10 years ago
  47. 0194ed8 Revert "Revert "Inflate RV attr to create the layout manager."" by Deepanshu Gupta · 9 years ago
  48. 6d918e6 Merge "Fix layout state setup for predictive layouts" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  49. 696981c Merge "Revert "Inflate RV attr to create the layout manager."" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  50. 4d7dbfd Revert "Inflate RV attr to create the layout manager." by Yigit Boyar · 9 years ago
  51. 282154b Merge "Inflate RV attr to create the layout manager." into lmp-mr1-ub-dev by Deepanshu Gupta · 9 years ago
  52. b7c7aa2 Merge "Fix find first/last child logic for big views" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  53. 888093b Fix layout state setup for predictive layouts by Yigit Boyar · 9 years ago
  54. a2d47d6 Merge "Postpone accessibility events to post layout" into lmp-mr1-ub-dev by Yigit Boyar · 9 years ago
  55. 006eb2c Fix find first/last child logic for big views by Yigit Boyar · 9 years ago
  56. 2bf89a9 Postpone accessibility events to post layout by Yigit Boyar · 9 years ago
  57. 044b5b6 Inflate RV attr to create the layout manager. by Deepanshu Gupta · 10 years ago
  58. f9c5b99 Add 'final' 22.1.0 API files by Chris Banes · 9 years ago
  59. 184adf5 Merge "Fix EdgeEffect behavior for RecyclerView" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  60. e4fc610 Merge "Exclude RecyclerView children from save state" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  61. ca570dd Exclude RecyclerView children from save state by Yigit Boyar · 10 years ago
  62. 8f46b32 Add trace events to important RecyclerView sections by Yigit Boyar · 10 years ago
  63. f555434 Fix EdgeEffect behavior for RecyclerView by Yigit Boyar · 10 years ago
  64. 50931c5 Merge "Use public decor offsets API in StaggeredGrid" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  65. 61d1027 Merge "Fix predictive animations when first item is removed" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  66. 736d8e2 Update current.txt for support lib by Yigit Boyar · 10 years ago
  67. c674913 Use public decor offsets API in StaggeredGrid by Yigit Boyar · 10 years ago
  68. ec60a34 StaggeredGridLayoutManager gap handling bug fixes by Yigit Boyar · 10 years ago
  69. 0cdc226 Merge "Remove a view from disappear list on recycle" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  70. cde8191 Merge "Replace new API calls w/ app compat versions" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  71. cda6682 Generate API files for the support libraries DO NOT MERGE by Chris Banes · 10 years ago
  72. f3e710c Replace new API calls w/ app compat versions by Yigit Boyar · 10 years ago
  73. 1f5c7b7 Fix predictive animations when first item is removed by Yigit Boyar · 10 years ago
  74. f8d4f95 am 0e05841e: resolved conflicts for merge of bcb644f8 to lmp-mr1-dev-plus-aosp by Yigit Boyar · 10 years ago
  75. 0e05841 resolved conflicts for merge of bcb644f8 to lmp-mr1-dev-plus-aosp by Yigit Boyar · 10 years ago
  76. 6a6748f Remove a view from disappear list on recycle by Yigit Boyar · 10 years ago
  77. 7e6965e ISSUE-144101: change children size calculation by Alexey Vitenko · 10 years ago
  78. a75ca91 RecyclerView: fix ArrayIndexOutOfBoundException in removeAndRecycleScrapInt by Dake Gu · 10 years ago
  79. b530dc2 Merge "Check for null layout when add focusables is called" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  80. e1f8498 Merge "Disable predictive animations when span count changes" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  81. 2cba904 Merge "Fix RecyclerView focus issues when target view is too big" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  82. da50fde Ignore accessibility events if layout is invalid by Yigit Boyar · 10 years ago
  83. 4994034 Expand RecyclerView scroll event handling by Adam Powell · 10 years ago
  84. 4c27e52 Add add/removeOnScrollListener alongside setOnScrollListener. by Filip Gruszczynski · 10 years ago
  85. c245f3b Add some @Nullable annotations to RecyclerView by Scott Kennedy · 10 years ago
  86. 6d109dd Fix RecyclerView focus issues when target view is too big by Yigit Boyar · 10 years ago
  87. 6a4c14b Update Support library gradle build files WIP by Chris Banes · 10 years ago
  88. 2766f48 Delegate baseline computation to the LayoutManager by James Lemieux · 10 years ago
  89. 9d3a4ba Merge "Snap items to right when layout is RTL" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  90. c8757e5 Check for null layout when add focusables is called by Yigit Boyar · 10 years ago
  91. 871092b Snap items to right when layout is RTL by Yigit Boyar · 10 years ago
  92. 4d21e07 Gingerbread Item Animator bugfix by Yigit Boyar · 10 years ago
  93. 3476698 Merge "Enable DisplayList hack for JB MR2" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  94. 283cd98 Enable DisplayList hack for JB MR2 by Yigit Boyar · 10 years ago
  95. 204f79c Disable predictive animations when span count changes by Yigit Boyar · 10 years ago
  96. e0d1925 Make RecyclerView focusable in touch mode by Yigit Boyar · 10 years ago
  97. 136e308 Handle sub view focus in RecyclerView by Yigit Boyar · 10 years ago
  98. 6c41f9b Reduces the number of calls to getItemViewType. by Philip Nowell · 10 years ago
  99. f225a3b Consider decor offsets on child focus by Yigit Boyar · 10 years ago
  100. dcc9af3 Merge "Update ChildHelper data before calling ViewGroup methods" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago