1. a2aa4d8 Merge "Revert "Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121"" into oc-support-26.0-dev by Keyvan Amiri · 7 years ago
  2. 151e43e Revert "Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121" by Keyvan Amiri · 7 years ago
  3. f74f127 Fix an assortment of lint warnings. by Aurimas Liutikas · 7 years ago
  4. 35bb16f Merge "Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121" into oc-support-26.0-dev by Aurimas Liutikas · 7 years ago
  5. 0dbe908 Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121 by Aurimas Liutikas · 7 years ago
  6. ba075fd Merge "Introduces more general smooth scrolling API for RecyclerView snap helpers." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  7. 5c4f580 Merge "Fixed keyboard autoclosing and wrong position for EditTexts" into oc-support-26.0-dev by Keyvan Amiri · 7 years ago
  8. f1d850f Fixed keyboard autoclosing and wrong position for EditTexts by Keyvan Amiri · 7 years ago
  9. 31a68d5 Only log adapter/layoutmanager/context in exceptions, not toString by Chris Craik · 7 years ago
  10. a58c9e8 Introduces more general smooth scrolling API for RecyclerView snap helpers. by Gus Prevas · 7 years ago
  11. 83ffd0a Fix NotificationManagerCompat call to queryIntentServices by Aurimas Liutikas · 7 years ago
  12. bb3caea Merge "Revert "RV to intercept focusableViewAvailable during layout"" into oc-support-26.0-dev by Evan Rosky · 7 years ago
  13. 624bd20 Enable all default lint checks and establish baseline. by Aurimas Liutikas · 7 years ago
  14. f3ae3ce Revert "RV to intercept focusableViewAvailable during layout" by Evan Rosky · 7 years ago
  15. 9a86bf7 Merge "RV to intercept focusableViewAvailable during layout" into oc-support-26.0-dev by Evan Rosky · 7 years ago
  16. 963facb Upgrade from mockito 1.9.5 to 2.7.6 by Aurimas Liutikas · 7 years ago
  17. 140a59a Merge "Set targetSdkVersion for our tests to be API 26." into oc-support-26.0-dev by Aurimas Liutikas · 7 years ago
  18. 4f5be92 Set targetSdkVersion for our tests to be API 26. by Aurimas Liutikas · 7 years ago
  19. 234ca58 RV to intercept focusableViewAvailable during layout by Evan Rosky · 7 years ago
  20. a952a61 Update to use String#isEmpty where possible. by Aurimas Liutikas · 7 years ago
  21. 8182c21 Re-enabled RV focus-recovery tests by Evan Rosky · 7 years ago
  22. 166d5f1 Add toString dumps to most RV exceptions by Chris Craik · 7 years ago
  23. 7a938b0 Merge "RecyclerView: add APIs to query Scroller progress" into oc-support-26.0-dev by Dake Gu · 7 years ago
  24. 4c5e22d RecyclerView: add APIs to query Scroller progress by Dake Gu · 7 years ago
  25. f5ef1dd Merge "Fix crashing RecyclerViewAccessibilityLifecycleTest" into oc-support-26.0-dev by Aurimas Liutikas · 7 years ago
  26. 1e07d39 Merge "fix a typo in SortedList javadoc" am: efdf532476 am: d1f141a6d0 am: 3b5d26ccfb by cjeon · 7 years ago
  27. 9e08b77 Merge "fix a typo in SortedList javadoc" am: efdf532476 am: d1f141a6d0 by cjeon · 7 years ago
  28. a914355 Fix crashing RecyclerViewAccessibilityLifecycleTest by Aurimas Liutikas · 7 years ago
  29. 101d896 Fix RecyclerViewAccessibilityLifeCycleTest on 4.4.2 by Dake Gu · 7 years ago
  30. 33ffbb8 fix a typo in SortedList javadoc by cjeon · 7 years ago
  31. 555003f fix RecyclerViewAccessibilityLifeCycleTest below v19 by Dake Gu · 7 years ago
  32. a031fe7 Merge "RecyclerView: dont clear app provided accessibility delegate" into oc-dev by Dake Gu · 7 years ago
  33. a9662ec Suppress RecyclerViewFocusRecoveryTest that crash on UI thread. by Aurimas Liutikas · 7 years ago
  34. ad1b0e8 Fix and suppress an assortment of ErrorProne warnings. by Aurimas Liutikas · 7 years ago
  35. 233b338 RecyclerView: dont clear app provided accessibility delegate by Dake Gu · 7 years ago
  36. 76daed1 Nested scrolling++ by Chris Banes · 8 years ago
  37. 9fd1794 Correct index bounding for getItemDecorations. by Ben Lin · 7 years ago
  38. a1f3f66 Rotary input support in RecyclerView, mainly for watches. by Aaron Whyte · 7 years ago
  39. 9a5f6e3 Merge "Fix crash in DividerItemDecoration when R.attr.listDivider is null." into oc-dev by Aurimas Liutikas · 7 years ago
  40. f49d722 resolve merge conflicts of f34b246a95 to oc-dev Test: none by Chris Craik · 7 years ago
  41. b37e3cf Fix crash in DividerItemDecoration when R.attr.listDivider is null. by Aurimas Liutikas · 7 years ago
  42. 905bcd2 Un-suppress NewApi lint where applicable by Alan Viverette · 7 years ago
  43. f34b246 Merge "Clear child animations before removal" into nyc-support-25.4-dev by Chris Craik · 7 years ago
  44. b87d5fd Clear child animations before removal by Chris Craik · 7 years ago
  45. 525d40d resolve merge conflicts of 87e76d93b9 to oc-dev by Chris Craik · 7 years ago
  46. 929f886 Remove deprecated prefetch API by Chris Craik · 7 years ago
  47. b9d3b54 Make prefetch calls trigger isComputingLayout()=true by Chris Craik · 7 years ago
  48. 7e778ea Merge "Fixed unfocusableScrollingWhenFocusCleared failure on API 15 and below" into nyc-support-25.4-dev by Keyvan Amiri · 7 years ago
  49. fed4f9c Merge "Fixed unfocusableScrollingWhenFocusCleared failure on API 15 and below" into nyc-support-25.4-dev by Keyvan Amiri · 7 years ago
  50. b853fc7 Merge "Fix stale nested prefetch data leaking out after notifyDataSetChanged" into nyc-support-25.4-dev by Chris Craik · 7 years ago
  51. 41bcf9b Merge "Fix stale nested prefetch data leaking out after notifyDataSetChanged" into nyc-support-25.4-dev by Chris Craik · 7 years ago
  52. aebcbce RecyclerView prefetch: dont change mStructureChanged flag am: 0fd482dee2 by Dake Gu · 7 years ago
  53. 0fd482d RecyclerView prefetch: dont change mStructureChanged flag by Dake Gu · 7 years ago
  54. 570ab88 Fix stale nested prefetch data leaking out after notifyDataSetChanged by Chris Craik · 7 years ago
  55. afc7872 Merge "Fixes jumpiness in LinearSnapHelper when flinging less than one item but more than half the current item." into nyc-support-25.4-dev by Gus Prevas · 7 years ago
  56. bffb910 Merge "Fixes jumpiness in LinearSnapHelper when flinging less than one item but more than half the current item." into nyc-support-25.4-dev by TreeHugger Robot · 7 years ago
  57. fb3bd63 Fixed unfocusableScrollingWhenFocusCleared failure on API 15 and below by Keyvan Amiri · 7 years ago
  58. 45e404d Merge "Add missing space in RecyclerView.OnFlingListener javadoc." into nyc-support-25.4-dev by Aurimas Liutikas · 7 years ago
  59. 06e2a40 Merge "Add missing space in RecyclerView.OnFlingListener javadoc." into nyc-support-25.4-dev by TreeHugger Robot · 7 years ago
  60. db77ef8 Fixed focusSearchWithOtherFocusables flakiness on API 15 am: c01998ea80 by Keyvan Amiri · 7 years ago
  61. c01998e Fixed focusSearchWithOtherFocusables flakiness on API 15 by Keyvan Amiri · 7 years ago
  62. 5727ea1 Add missing space in RecyclerView.OnFlingListener javadoc. by Aurimas Liutikas · 7 years ago
  63. 67c3576 Fixes jumpiness in LinearSnapHelper when flinging less than one item by Gus Prevas · 7 years ago
  64. 865dacd Merge "Fix up error prone warnings in support-recyclerview" by Aurimas Liutikas · 7 years ago
  65. 2d22dc4 Move version metadata to <application> DO NOT MERGE by Chris Banes · 8 years ago
  66. c2d620d Move version metadata to <application> by Chris Banes · 8 years ago
  67. c0e2173 Merge "frameworks/support: Add APCT tests to the device-tests suite." by TreeHugger Robot · 8 years ago
  68. d3c912a frameworks/support: Add APCT tests to the device-tests suite. by Simran Basi · 8 years ago
  69. 6bebe14 Fix up error prone warnings in support-recyclerview by Aurimas Liutikas · 8 years ago
  70. 8d33c2e Merge commit 'c8bb87bf4df1a1cb63a1570c74e6db8c5ec8d524' from by Xin Li · 8 years ago
  71. e5aeb8d Merge "Mark flaky tests as flaky" by TreeHugger Robot · 8 years ago
  72. 573f968 Merge "Cleanup AccessibilityEventCompat and AccessibilityRecordCompat after minSdk 14 bump." by Aurimas Liutikas · 8 years ago
  73. 6d20a52 Create a testutils module to share common testing code. by Aurimas Liutikas · 8 years ago
  74. b1eb722 Suppress dontDispatchChangeDuringLayout until lollipop am: 7a21a1510d am: bde0a1a9f8 by Chris Craik · 8 years ago
  75. bde0a1a Suppress dontDispatchChangeDuringLayout until lollipop am: 7a21a1510d by Chris Craik · 8 years ago
  76. 7a21a15 Suppress dontDispatchChangeDuringLayout until lollipop by Chris Craik · 8 years ago
  77. f42f138 RecyclerView: fix UPDATE wrong cached view when moved am: 9eeb624e8d am: 15d9a9bee2 by Dake Gu · 8 years ago
  78. 15d9a9b RecyclerView: fix UPDATE wrong cached view when moved am: 9eeb624e8d by Dake Gu · 8 years ago
  79. 9eeb624 RecyclerView: fix UPDATE wrong cached view when moved by Dake Gu · 8 years ago
  80. 05944c3 Merge "A pass at fixing unchecked javac warnings." by TreeHugger Robot · 8 years ago
  81. 14d02ef Cleanup AccessibilityEventCompat and AccessibilityRecordCompat after minSdk 14 bump. by Aurimas Liutikas · 8 years ago
  82. 27644c0 Remove unused imports in support library classes. by Aurimas Liutikas · 8 years ago
  83. abc7395 A pass at fixing unchecked javac warnings. by Aurimas Liutikas · 8 years ago
  84. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 8 years ago
  85. 9e9fa07 Fix prefetch item count naming am: d6696c2abe am: fe945f9863 am: 0ecce1716e by Chris Craik · 8 years ago
  86. fe945f9 Fix prefetch item count naming am: d6696c2abe by Chris Craik · 8 years ago
  87. 7bfacb7 Fix host side tests and create zip task by Yigit Boyar · 8 years ago
  88. d6696c2 Fix prefetch item count naming by Chris Craik · 8 years ago
  89. b01b75d Merge "Setting RetentionPolicy to Source for @IntDefs in Fast Scroller." by TreeHugger Robot · 8 years ago
  90. 9041534 Address comments from an API review by Aga Madurska · 8 years ago
  91. d902949 Setting RetentionPolicy to Source for @IntDefs in Fast Scroller. by Ben Lin · 8 years ago
  92. 3535439 Merge "Disable overscroll glow effect for mouse scroll" by TreeHugger Robot · 8 years ago
  93. b3e505b Merge "Clean up ParcelableCompat after minSdk 14 bump." by TreeHugger Robot · 8 years ago
  94. 8cc4e3e Disable overscroll glow effect for mouse scroll by Vladislav Kaznacheev · 8 years ago
  95. cae5954 Merge "Clean up ItemTouchHelper after minSdk 14 bump." by TreeHugger Robot · 8 years ago
  96. 4b25d63 Clean up ParcelableCompat after minSdk 14 bump. by Aurimas Liutikas · 8 years ago
  97. b549f75 Mark flaky tests as flaky by Alan Viverette · 8 years ago
  98. 12ec860 Merge "Fix RecyclerViewFastScrollerTest#sanityScrollingInstrumentation." by Ben Lin · 8 years ago
  99. eef6126 Merge "Fix PrefetchRegistry reset, out of bounds exceptions" into nyc-support-25.2-dev am: 9b759d3162 am: cb11905ffa by Chris Craik · 8 years ago
  100. cb11905 Merge "Fix PrefetchRegistry reset, out of bounds exceptions" into nyc-support-25.2-dev by Chris Craik · 8 years ago