1. 8195bbc Merge "Deprecate RecyclerView.LayoutManager#setAutoMeasureEnabled and switch code paths over to override RecyclerView.LayoutManager#isAutoMeasureEnabled() instead." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  2. b96d4cf Merge "Revert "Fix issue where smooth scroll to position overshoots target view resulting in a jittery"" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  3. a3df549 Revert "Fix issue where smooth scroll to position overshoots target view resulting in a jittery" by Shep Shapard · 7 years ago
  4. 03d0e54 Merge "Improve RecycledViewPool docs" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  5. 2ea958b Fix issue where smooth scroll to position overshoots target view resulting in a jittery by shepshapard · 7 years ago
  6. f8f08ef Improve RecycledViewPool docs by Chris Craik · 7 years ago
  7. c2afaba Rename ListAdapterHelper to AsyncListDiffer by Chris Craik · 7 years ago
  8. d099947 Merge "Fixed bug in StaggeredGridManager where children weren't given MeasureSpecs that took account of the RecyclerView's padding." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  9. 633e81b Merge "Check for null mGapWorker in onDetachedFromWindow" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  10. 20a3e1c Fixed bug in StaggeredGridManager where children weren't given MeasureSpecs that took account of the by shepshapard · 7 years ago
  11. 711a7ee Check for null mGapWorker in onDetachedFromWindow by Mariano Simone · 7 years ago
  12. 31df934 Deprecate RecyclerView.LayoutManager#setAutoMeasureEnabled and switch code paths over to override by shepshapard · 7 years ago
  13. a4d0b11 Merge "Throw if onCreateViewHolder returns attached view" into oc-mr1-jetpack-dev by Chris Craik · 7 years ago
  14. bf3e1bf Throw if onCreateViewHolder returns attached view by Chris Craik · 7 years ago
  15. 1548629 Port ListAdapter from Paging Library to RecyclerView by Chris Craik · 7 years ago
  16. 04c9e28 Add missing @RestrictTo and test size annotations. by Aurimas Liutikas · 7 years ago
  17. b53f0ff Merge changes from topics "am-bfc1b28c-ead4-4221-adcb-bead4063e528", "am-02bcb61e-7760-43ea-9842-f1a4f8f4eedf" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  18. fa39e2b Remove uses of junit.framework.* by Aurimas Liutikas · 7 years ago
  19. 97b9ffb Merge "Fixed the failing test and reorganized the test a bit to make the code paths a bit clearer." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  20. 3f8f2df Remove uses of android.test.* classes. by Aurimas Liutikas · 7 years ago
  21. a1b4729 Remove android test case usage from adapter helper. am: ee283c1b5c by Yigit Boyar · 7 years ago
  22. ee283c1 Remove android test case usage from adapter helper. by Yigit Boyar · 7 years ago
  23. a6b6d5e Fixed the failing test and reorganized the test a bit to make the code paths a bit clearer. by shepshapard · 7 years ago
  24. 81458c9 Merge "Remove a number of @TargetApi uses in support library code." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  25. d8a3447 Remove a number of @TargetApi uses in support library code. by Aurimas Liutikas · 7 years ago
  26. 5999379 Added descriptions for and renamed fields and methods related to deferring or ignoring nested calls by shepshapard · 7 years ago
  27. ee0475d Merge "Sync jetpack and master Android.mk files." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  28. daa449a Merge "Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  29. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  30. b84e677 recyclerview: fix hiddenNoneRemoveViewAccessibility by Dake Gu · 7 years ago
  31. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  32. dd2769d Merge "Use a modified LinearSnapHelper to replace the PagedLayoutManager." into oc-mr1-jetpack-dev by Anthony Chen · 7 years ago
  33. 8bfe319 Merge "No functional changes, just an effort to cleanup some code to decrease complexity." into oc-mr1-jetpack-dev by Shep Shapard · 7 years ago
  34. 9871c02 Merge "RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  35. 7412f7f Sync jetpack and master Android.mk files. by Aurimas Liutikas · 7 years ago
  36. b226d4d Use a modified LinearSnapHelper to replace the PagedLayoutManager. by Anthony Chen · 7 years ago
  37. 2ac806c RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten by Dake Gu · 7 years ago
  38. 2e11ef9 Fixed flaky test that was checking for an event that occurs on onDraw but was not waiting for onDraw to by shepshapard · 7 years ago
  39. b509323 Merge "RecyclerView: accessbility bug for hiddenNonRemove view" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  40. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  41. 08169a2 RecyclerView: accessbility bug for hiddenNonRemove view by Dake Gu · 7 years ago
  42. cf3ca87 Merge "Make ParameterNotNullable check an error and correct occurrences." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  43. 90a3769 Merge "Add nullability annotations to RecyclerView.Adapter." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  44. 2473042 Make ParameterNotNullable check an error and correct occurrences. by Jake Wharton · 7 years ago
  45. 9bed371 Merge "Refactored editTextVisibility tests to no longer rely on the soft keyboard which makes them work on previously failing API levels 15, 17 and 19." into oc-mr1-jetpack-dev by Shep Shapard · 7 years ago
  46. cbc62f2 Add nullability annotations to RecyclerView.Adapter. by Jake Wharton · 7 years ago
  47. 6c90d0f Merge "Small documentation updates in RecyclerView." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  48. b0a7857 Adding SortedList.replaceAll by shepshapard · 7 years ago
  49. 5d3ed04 Small documentation updates in RecyclerView. by shepshapard · 7 years ago
  50. 046a8a0 Refactored editTextVisibility tests to no longer rely on the soft keyboard which makes them work by shepshapard · 7 years ago
  51. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  52. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  53. 1bece13 Emit all APIs using Predicates. by Jeff Sharkey · 7 years ago
  54. e2cd87a resolve merge conflicts of 25c6163330 to oc-mr1-jetpack-dev by Aurimas Liutikas · 7 years ago
  55. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  56. ab1c3a7 Merge "Fix failing GridLayoutManager#editTextVisibility and LinearLayoutManager#editTextVisibility tests that are seemingly failing on APIs 15 and 19." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  57. a0e32c5 No functional changes, just an effort to cleanup some code to decrease by shepshapard · 7 years ago
  58. fdd7342 Merge "RecyclerView: maybe fix IAE in focusSearch" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  59. f118c5e Fix failing GridLayoutManager#editTextVisibility and by shepshapard · 7 years ago
  60. 531442b Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  61. 7c76d7b RecyclerView: maybe fix IAE in focusSearch by Dake Gu · 7 years ago
  62. e4f72ec Further clean up app-toolkit build files. am: 87a16a53f9 by Aurimas Liutikas · 7 years ago
  63. 89e4c71 Merge "Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  64. c625763 Only call LayoutManager#onItemsChanged after RecyclerView#swapAdapter and by shepshapard · 7 years ago
  65. 396f5b4 Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15. by shepshapard · 7 years ago
  66. a14113a Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  67. f33b479 Merge "Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  68. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  69. 27ffc4a Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called. by shepshapard · 7 years ago
  70. 0467074 Correct nullability annotation to NonNull. by Jake Wharton · 7 years ago
  71. 30a5366 Move to setting maven version via SupporLibrary extension. am: 78c1ab769d by Aurimas Liutikas · 7 years ago
  72. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  73. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  74. 44d7d86 Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  75. 5b62489 Merge "Move to Kotlin friendly supportLibrary extension calling." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  76. 35d642a Merge "Merge Flatfoot and Support library plugins" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  77. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  78. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  79. 0acaca3 Merge "Add change payloads to SortedList." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  80. 875082c Merge "Add OWNERS files in support project." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  81. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  82. 8f6b582 Add change payloads to SortedList. by Nick Butcher · 7 years ago
  83. 993fda7 Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called. by shepshapard · 7 years ago
  84. dcec51d Add definition for API 26.1.0 am: 8597b330f7 by Alan Viverette · 7 years ago
  85. 8597b33 Add definition for API 26.1.0 by Alan Viverette · 7 years ago
  86. fa95d77 Fixing CustomEdgeEffectTest on API < 20 by Sunny Goyal · 7 years ago
  87. 529d931 Adding methods in RecyclerView to allow overriding edgeeffect behavior by Sunny Goyal · 7 years ago
  88. 10b6c9e Add DiffUtil.ItemCallback by Chris Craik · 7 years ago
  89. a69bbcc Update versions to 27.0.0 and API Finalization by Kathy Kam · 7 years ago
  90. a64b35b Update versions to 27.0.0 and API Finalization by Kathy Kam · 7 years ago
  91. 72bb995 Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  92. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  93. 350a38a Fix for bad behavior for attachToRecyclerView during long press. by shepshapard · 7 years ago
  94. a8e9d27 Add Orientation annotation for methods that use orientation. by Aurimas Liutikas · 7 years ago
  95. d573ce0 Move back to current.txt instead of -SNAPSHOT.txt by Alan Viverette · 7 years ago
  96. 86c4c63 Merge "RecyclerView: fix wrong initial getRemainingScrollHorizontal()" into oc-support-26.0-dev am: 14bfe2c2a1 by Dake Gu · 7 years ago
  97. 48b1a61 Merge "RecyclerView: fix wrong initial getRemainingScrollHorizontal()" into oc-support-26.0-dev by Dake Gu · 7 years ago
  98. ca04e9a Extract common maven logic for Java and Android libraries. by Aurimas Liutikas · 7 years ago
  99. e1f39f0 Introduce a concept of publish to a library. by Aurimas Liutikas · 7 years ago
  100. 7c41b40 RecyclerView: fix wrong initial getRemainingScrollHorizontal() by Dake Gu · 7 years ago