1. b4d49bb Fixed focus recovery failure on API 15 by Keyvan Amiri · 8 years ago
  2. 448bdf2 appcompat Fix keyboard tests for TV by Dake Gu · 8 years ago
  3. 8bd99bf Merge "Clarify dangers of LLM#getExtraLayoutSpace" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  4. 12d16cd Merge "Fix StaggaredGridLayoutManager prefetch crash" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  5. 565b7cf Clarify dangers of LLM#getExtraLayoutSpace by Chris Craik · 8 years ago
  6. bc3aa7a Merge "MediaRouter: Fix lint warnings" into nyc-support-25.1-dev by Sungsoo Lim · 8 years ago
  7. 695d9b8 Fix StaggaredGridLayoutManager prefetch crash by Chris Craik · 8 years ago
  8. 04d0f0e MediaRouter: Fix lint warnings by Sungsoo · 8 years ago
  9. 9526d31 Sort routes in the chooser dialog, ignoring case differences by Donghyun Cho · 8 years ago
  10. 9ad077f Reset prefetch cache expansion after initial prefetch by Chris Craik · 8 years ago
  11. db36a67 Merge "Make create/bind moving averages more responsive" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  12. d94b441 Merge "Fix error in Palette resize function" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  13. 399df01 Merge "Update public style/attr definitions" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  14. 5dbefe6 Fix error in Palette resize function by Chris Banes · 8 years ago
  15. 8123166 Switch mNestedRecyclerView to weakref by Chris Craik · 8 years ago
  16. 852adcb Update public style/attr definitions by Chris Banes · 8 years ago
  17. f36b9e9 Remove testMenuInvalidationAfterDestroy by Chris Banes · 8 years ago
  18. 0fab451 Detach stale nested RecyclerView content before prefetching by Chris Craik · 8 years ago
  19. e5e151c Make create/bind moving averages more responsive by Chris Craik · 8 years ago
  20. fbefadc Simplify support of prefetch with data set changed after layout by Chris Craik · 8 years ago
  21. d618efa Merge "Make RecyclerView prefetch APIs public" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  22. 7ce9c17 Merge "Disable all the AsyncListUtilTest as they are still flaking." into nyc-support-25.1-dev by Aurimas Liutikas · 8 years ago
  23. 3104d44 Make RecyclerView prefetch APIs public by Chris Craik · 8 years ago
  24. ef780d2 Fix night mode API for configuration-based color resources by Chris Banes · 8 years ago
  25. 4383799 Merge "Ignore 0 distance drags for prefetching" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  26. 559e3a8 Merge "Allow prefetching while data set changed after layout" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  27. 5752aba Disable all the AsyncListUtilTest as they are still flaking. by Aurimas Liutikas · 8 years ago
  28. 0951d1a Ignore 0 distance drags for prefetching by Chris Craik · 8 years ago
  29. fa3094f Merge "Update size annotations for compat, design, and appcompat tests." into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  30. c6ede06 DO NOT MERGE. Fix Palette bucket test by Chris Banes · 8 years ago
  31. f2f73b7 Allow prefetching while data set changed after layout by Chris Craik · 8 years ago
  32. 4bb57b2 Update size annotations for compat, design, and appcompat tests. by Aurimas Liutikas · 8 years ago
  33. 77d397d Perform API backwards compatibility check as part of support checkApi by Alan Viverette · 8 years ago
  34. f39fda5 Fix custom tint showing as disabled pre-Lollipop by Chris Banes · 8 years ago
  35. f581ab1 Fix memory leak in deferred a11y dispatcher by Yigit Boyar · 8 years ago
  36. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  37. 66098e4 Merge "Workaround getRefreshRate crash in edit mode" into nyc-support-25.1-dev by Chris Craik · 8 years ago
  38. b4da44d Fix BottomNavigationMenu item selection via Menu object am: 69557a3a03 by Aurimas Liutikas · 8 years ago
  39. 62cdbc1 Workaround getRefreshRate crash in edit mode by Chris Craik · 8 years ago
  40. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  41. e8d4120 Do not hard-code any compileSdkVersion values in gradle. by Aurimas Liutikas · 8 years ago
  42. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  43. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  44. 69557a3 Fix BottomNavigationMenu item selection via Menu object by Aurimas Liutikas · 8 years ago
  45. c5e0f53 Merge "Bring AlertDialog up to date with N framework" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  46. 7316f0a DO NOT MERGE Fix a few remaining compilation issues by Alan Viverette · 8 years ago
  47. d0c99f1 Added scrolling to focusSearchWithOtherFocusables test by Keyvan Amiri · 8 years ago
  48. 9dd91ad Fix AlertDialog width on API 11+ am: 79cc8b4f11 am: f74e8034bc by Chris Banes · 8 years ago
  49. 95802bd Workaround weirdness when running on Intel devices am: 724b679133 am: a8f3aade1a by Chris Banes · 8 years ago
  50. f74e803 Fix AlertDialog width on API 11+ am: 79cc8b4f11 by Chris Banes · 8 years ago
  51. a8f3aad Workaround weirdness when running on Intel devices am: 724b679133 by Chris Banes · 8 years ago
  52. 924d486 Merge "Fix AlertDialog width on API 11+" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  53. a4c9db3 Merge "Workaround weirdness when running on Intel devices" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  54. e310cf3 Disable another flaky AsyncListUtilTest. by Aurimas Liutikas · 8 years ago
  55. 2c96011 Bring AlertDialog up to date with N framework by Chris Banes · 8 years ago
  56. 5c0229c Merge "Fixed focus recovery when adapter changes during scrolling" by Keyvan Amiri · 8 years ago
  57. 1b23254 Fixed focus recovery when adapter changes during scrolling by Keyvan Amiri · 8 years ago
  58. aab06d9 Remove unused local variable in RecyclerView. by Aurimas Liutikas · 8 years ago
  59. 79cc8b4 Fix AlertDialog width on API 11+ by Chris Banes · 8 years ago
  60. e475381 Merge "Added focus recovery mechanism to RecyclerView" by Keyvan Amiri · 8 years ago
  61. 65dea0f Added focus recovery mechanism to RecyclerView by Keyvan Amiri · 8 years ago
  62. 1cd6427 Fix background tint for Button.Colored on API 22 by Chris Banes · 8 years ago
  63. 4027f9a Merge "Added seekBarIncrement to SeekBarPreference" by Keyvan Amiri · 8 years ago
  64. fadf09b Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  65. 12026c2 Fix for night mode not applying after resume by Chris Banes · 8 years ago
  66. 756bafe Fix for night mode not applying after resume by Chris Banes · 8 years ago
  67. 724b679 Workaround weirdness when running on Intel devices by Chris Banes · 8 years ago
  68. c6f44e3 Fix background tint for Button.Colored on API 22 by Chris Banes · 8 years ago
  69. 573e17f use run test on ui thread from activity rule by Yigit Boyar · 8 years ago
  70. 87917ea Prevent RecyclerView from doing another layout while processing updates am: 4f11964463 am: b735e3dc09 am: d8d1a7ab69 by Yigit Boyar · 8 years ago
  71. 2bfcef4 Merge "More nested prefetch tests" by TreeHugger Robot · 8 years ago
  72. 6ba5ec4 Prevent RecyclerView from doing another layout while processing updates am: 4f11964463 am: b735e3dc09 by Yigit Boyar · 8 years ago
  73. 0ceae57 More nested prefetch tests by Chris Craik · 8 years ago
  74. bdf404e Merge "Test for null LayoutManager in prefetch" by Chris Craik · 8 years ago
  75. 4f11964 Prevent RecyclerView from doing another layout while processing updates by Yigit Boyar · 8 years ago
  76. 86ed4e8 Merge "Disable ItemTouchHelperTest#swipeStartInRTL test." by Aurimas Liutikas · 8 years ago
  77. 76dec2e Merge "Nested RecyclerView Prefetch" by TreeHugger Robot · 8 years ago
  78. 1e0a453 Nested RecyclerView Prefetch by Chris Craik · 8 years ago
  79. 603bb33 Fix null LayoutManager prefetch crash - DO NOT MERGE am: af52318574 am: 08a2bc5035 by Chris Craik · 8 years ago
  80. f19f489 Test for null LayoutManager in prefetch by Chris Craik · 8 years ago
  81. af52318 Fix null LayoutManager prefetch crash - DO NOT MERGE by Chris Craik · 8 years ago
  82. fb06780 Disable ItemTouchHelperTest#swipeStartInRTL test. by Aurimas Liutikas · 8 years ago
  83. 41b575f Disable AsyncListUtilLayoutTest as it is flaky. by Aurimas Liutikas · 8 years ago
  84. fd54d69 Merge "Fix NewApi errors in support libraries" by TreeHugger Robot · 8 years ago
  85. 82dce5d Merge "MediaRouter: Synchronize route selecting information" by Sungsoo Lim · 8 years ago
  86. 72da1bc Fix NewApi errors in support libraries by Alan Viverette · 8 years ago
  87. c9d816f Workaround getRefreshRate crash in edit mode - DO NOT MERGE am: e70094daf0 am: 5bd77f35d4 by Chris Craik · 8 years ago
  88. 5bd77f3 Workaround getRefreshRate crash in edit mode - DO NOT MERGE am: e70094daf0 by Chris Craik · 8 years ago
  89. 2e2060d Merge "Workaround getRefreshRate crash in edit mode - DO NOT MERGE" into nyc-mr1-dev by Chris Craik · 8 years ago
  90. 5519d19 Merge "Annotate the last non-annotated support lib tests." by TreeHugger Robot · 8 years ago
  91. 7a878c4 Merge "Disable dontReuseHiddenViewOnInvalidate test on ICS." by TreeHugger Robot · 8 years ago
  92. 7bf4554 Merge "MediaRouter: Add some util methods" by Sungsoo Lim · 8 years ago
  93. 9554b28 Merge "Disabling AsyncListUtilTest#tileCaching as it is flaky." by TreeHugger Robot · 8 years ago
  94. cea79d7 Annotate the last non-annotated support lib tests. by Aurimas Liutikas · 8 years ago
  95. 338f462 Merge "Annotate support classes with RequiresApi / TargetApi" by TreeHugger Robot · 8 years ago
  96. a3e63c6 View.SetLayoutDirection didn't update the drawable until API 19 am: b4eff1600a am: bd26740724 am: 9680844fd9 by Teng-Hui Zhu · 8 years ago
  97. edd9e5e View.SetLayoutDirection didn't update the drawable until API 19 am: b4eff1600a am: bd26740724 by Teng-Hui Zhu · 8 years ago
  98. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  99. a262134 Merge "Only run RecyclerViewAccessibilityLifecycleTest on API 16+" by Aurimas Liutikas · 8 years ago
  100. 7ad1bee Disabling AsyncListUtilTest#tileCaching as it is flaky. by Aurimas Liutikas · 8 years ago