1. c7a9fed Merge "LinearSmoothScroller 0 distace bug fix" into lmp-preview-dev by Yigit Boyar · 10 years ago
  2. 20d3ab4 LinearSmoothScroller 0 distace bug fix by Yigit Boyar · 10 years ago
  3. d3f1c99 Flush item updates before scroll in RecyclerView by Yigit Boyar · 10 years ago
  4. fd79d05 Merge "Fixed RecyclerView scrap matching bug" into lmp-preview-dev by Yigit Boyar · 10 years ago
  5. 11b7cfe Fixed RecyclerView scrap matching bug by Yigit Boyar · 10 years ago
  6. 519f659 RecyclerView should recycle views on adapter change. by Yigit Boyar · 10 years ago
  7. 075351b Merge "Round up time calculations in LinearSmoothScroller" into lmp-preview-dev by Yigit Boyar · 10 years ago
  8. 40ec117 Round up time calculations in LinearSmoothScroller by Yigit Boyar · 10 years ago
  9. 774aeed Recycle cached views when clearing the cache. by Craig Stout · 10 years ago
  10. 8edcb0b Fix SavedState bugs in LinearLayoutManager by Yigit Boyar · 10 years ago
  11. d784850 Added first/lastVisible methods to LinearLayoutManager by Yigit Boyar · 10 years ago
  12. 888c70a Invalidate RecyclerView on scrap cleanup by Yigit Boyar · 10 years ago
  13. 43329fc Add Recycler and State parameters to LayoutManager.onMeasure. by Craig Stout · 10 years ago
  14. e7d7944 Merge "RecyclerView Cleanup" into lmp-preview-dev by Dake Gu · 10 years ago
  15. 9acddc7 Build leanback with Gradle. by Xavier Ducrohet · 10 years ago
  16. d4a7949 RecyclerView Cleanup by Yigit Boyar · 10 years ago
  17. 02751a7 Fix RecyclerView caching. by Craig Stout · 10 years ago
  18. b5f8b4f Full animation support for LinearLayoutManager by Yigit Boyar · 10 years ago
  19. d7d27e9 Add animations to RecyclerView by Chet Haase · 11 years ago
  20. b1bfdf4 Revert "Add animations to RecyclerView" by Chet Haase · 10 years ago
  21. 33b1890 Add animations to RecyclerView by Chet Haase · 11 years ago
  22. 6598bbe Avoid stopping scroller twice by Yigit Boyar · 10 years ago
  23. 7d404b7 RecyclerView: REMOVED holder should not be returned from getScrapViewForPosition by Dake Gu · 10 years ago
  24. 846786b Stop scroller when ViewFlinger stops by Yigit Boyar · 10 years ago
  25. c30b4fc Fix RecyclerView save instance state bug by Yigit Boyar · 10 years ago
  26. ac7cd79 Make ViewHolder#isRecyclable respect the view's hasTransientState. by Mark Wei · 10 years ago
  27. 0447ba8 RecyclerView smooth scrolling support by Yigit Boyar · 10 years ago
  28. 2c10be5 Merge "RecyclerView testing" into klp-modular-dev by Yigit Boyar · 10 years ago
  29. edc25dd RecyclerView testing by Yigit Boyar · 10 years ago
  30. 08cbcde RecyclerView saveInstanceState by Yigit Boyar · 10 years ago
  31. 8935a46 Verify non-null adapter before calling LayoutManager by Yigit Boyar · 10 years ago
  32. 0de0762 Merge changes I7e5de73d,I5b66c016 into klp-modular-dev by Jaekyun Seok · 10 years ago
  33. 3b5b2ea Fix docs by Adam Powell · 10 years ago
  34. f2b9398 Give RecyclerView LayoutManagers control over measurement by Adam Powell · 10 years ago
  35. d2f102c Build recyclerview with gradle by Jaekyun Seok · 10 years ago
  36. d9746b3 LinearLayoutManager scroll with offset support by Yigit Boyar · 10 years ago
  37. d2a6991 Merge "Option for not showing glow bars in RecyclerView." into klp-modular-dev by Filip Gruszczyński · 10 years ago
  38. 25a1df3 Scrollbar and scrollToPosition support for RecyclerView by Yigit Boyar · 10 years ago
  39. 2aad60a DPAD navigation support for LinearLayoutManager by Yigit Boyar · 10 years ago
  40. a75ac8e Option for not showing glow bars in RecyclerView. by Filip Gruszczyński · 10 years ago
  41. 8394e8e Merge "Consider child views' margins when measuring layout" into klp-modular-dev by Yigit Boyar · 10 years ago
  42. 9c8635b Consider child views' margins when measuring layout by Yigit Boyar · 10 years ago
  43. f5d83f6 Invalidate structure when adapter is changed by Yigit Boyar · 10 years ago
  44. 7dad562 List Layout Manager by Yigit Boyar · 10 years ago
  45. 1a0aad1 RecyclerView: remove deprecated version of onAddFocusables() by Dake Gu · 10 years ago
  46. a2d41c6 Don't link support-v4 statically into v7-recyclerview. by Tim Kilbourn · 10 years ago
  47. b56bf9a RecyclerView: minor change of onAddFocusables() signagure by Dake Gu · 10 years ago
  48. 4efe4de Pass adapter references to LayoutManager's Adapter changed callback by yigit · 11 years ago
  49. a102d8d Add RecyclerView.LayoutManager callbacks for structural adapter changes by Adam Powell · 11 years ago
  50. 8e032f7 Implement RecyclerView ItemDecorations by Adam Powell · 11 years ago
  51. 792172b RecyclerView: suppress double ACTION_DOWN for item touch listeners by Adam Powell · 11 years ago
  52. c096ad1 More RecyclerView API additions by Adam Powell · 11 years ago
  53. 73fac3b RecyclerView API - child attach/detach and stopScroll by Adam Powell · 11 years ago
  54. 37e1321 Add view attach/detach callbacks for RecyclerView adapters by Adam Powell · 11 years ago
  55. 75d83eb Off by 1 error when checking child views by Mindy Pereira · 11 years ago
  56. bd254c5 RecyclerView API: create/onCreateViewHolder, bind/onBindViewHolder by Adam Powell · 11 years ago
  57. d07af85 Remove contiguous/fixed count item view type restriction in RecyclerView by Adam Powell · 11 years ago
  58. beade59 Prevent RecyclerView from reusing cached views with mismatched types by Adam Powell · 11 years ago
  59. f7482db Merge "Fix bugs in add/remove operations for RecyclerView" into klp-modular-dev by Adam Powell · 11 years ago
  60. 67d5404 Fix bugs in add/remove operations for RecyclerView by Adam Powell · 11 years ago
  61. 98ba91c Have RecyclerView properly handle adapter changes with shared pools by Adam Powell · 11 years ago
  62. 238bb4a Add functionality for item animations by Chet Haase · 11 years ago
  63. 7809c2c RecyclerView updates, caching by Adam Powell · 11 years ago
  64. 4b42499 Merge "Fix bug in smoothScrollBy duration when moving vertically." into klp-modular-dev by Chris Sadler · 11 years ago
  65. 3ceef3c Generify RecyclerView adapters for ViewHolder types by Adam Powell · 11 years ago
  66. 76c6c88 Fix bug in smoothScrollBy duration when moving vertically. by Chris Sadler · 11 years ago
  67. 10748a3 Bug fix for scroll state reporting in RecyclerView by Adam Powell · 11 years ago
  68. a599398 RecyclerView listeners; beginnings of lightweight rebinds by Adam Powell · 11 years ago
  69. e532b34 Minor cleanups and docs for RecyclerView by Chet Haase · 11 years ago
  70. cf0d4af Reworking dirty bits for RecyclerView by Adam Powell · 11 years ago
  71. 6ba47f7 Fix a RecyclerView bug when recycling scrap views by Adam Powell · 11 years ago
  72. 17ba7c1 Fix docs by Adam Powell · 11 years ago
  73. e0c0b3e Merge "RecyclerView: Fix error in setAdapter" into klp-modular-dev by Craig Stout · 11 years ago
  74. a6613ed API refinements for RecyclerView by Adam Powell · 11 years ago
  75. ac89a5c RecyclerView: Fix error in setAdapter by Craig Stout · 11 years ago
  76. e096e4c RecyclerView bugfixes and API revisions by Adam Powell · 11 years ago
  77. 524f00f Remove obsolete assumption in RecyclerView by Adam Powell · 11 years ago
  78. 988130d Have RecyclerView fully claim touch event streams during scrolling by Adam Powell · 11 years ago
  79. 247185b Initial data set change functionality for RecyclerView by Adam Powell · 11 years ago
  80. c57607d Implement RecyclerView#onInterceptTouchEvent by Adam Powell · 11 years ago
  81. f2d3042 Add view recycled events to RecyclerView by Adam Powell · 11 years ago
  82. 009b4ef Add RecylerView to the support library by Adam Powell · 11 years ago