1. 50e0a7c Merge "Fix TextInputLayout error being magenta" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  2. 4c47817 Merge "Fix FloatingActionButton with nested anchors" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  3. 758b21c Merge "Fix sorted list batched callback." into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  4. 3899c18 Merge "GuidedStepFragment: Fix ResourceNotFound crash before v21" into nyc-support-24.1-dev by Dake Gu · 9 years ago
  5. 8a3d454 Fix sorted list batched callback. by Yigit Boyar · 9 years ago
  6. e9b9196 GuidedStepFragment: Fix ResourceNotFound crash before v21 by Dake Gu · 9 years ago
  7. f453a48 DO NOT MERGE fix build by Yigit Boyar · 9 years ago
  8. f1ad799 Fix TextInputLayout error being magenta by Chris Banes · 9 years ago
  9. c010d65 Fix FloatingActionButton with nested anchors by Chris Banes · 9 years ago
  10. cd2dfdc Merge "DO NOT MERGE Bump support library to 24.2.0 r36 for release" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  11. 62b4571 DO NOT MERGE Bump support library to 24.2.0 r36 for release by Alan Viverette · 9 years ago
  12. d3a78d4 Merge "Stop sending OnTabSelectedListener calls with null tabs." into nyc-support-24.1-dev by Alan Viverette · 9 years ago
  13. 9709aee Merge "Revert "Fix Button[.Borderless].Colored text styling"" into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  14. 9b7373f Revert "Fix Button[.Borderless].Colored text styling" by Aurimas Liutikas · 9 years ago
  15. 32ae746 Stop sending OnTabSelectedListener calls with null tabs. by Aurimas Liutikas · 9 years ago
  16. 2ba530e Merge "Avoid allocation in LinearLayoutManager#fill" into nyc-support-24.1-dev by Chris Craik · 9 years ago
  17. e4b35b7 Merge "Invalidate decor offsets after rebound" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  18. 178c4e1 Invalidate decor offsets after rebound by Yigit Boyar · 9 years ago
  19. 4e62a79 Fix SwipeRefreshLayout#setProgressViewOffset. by Aurimas Liutikas · 9 years ago
  20. e835a0f Avoid allocation in LinearLayoutManager#fill by Chris Craik · 9 years ago
  21. 821c3a5 Add methods to opt out from launching custom tabs by Yusuf Ozuysal · 9 years ago
  22. ebe3401 Merge "DO NOT MERGE ANYWHERE Remove BottomNavigationView for 24.2 release." into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  23. 9629daa Merge "Layout tests API 15 compatibility" into nyc-support-24.1-dev by Yigit Boyar · 9 years ago
  24. dfdb7ac Notify AppCompatDrawableManager on config changes by Chris Banes · 9 years ago
  25. 37bb830 Merge "Speculative fix for exception in CoordinatorLayout.onLayout" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  26. dfe3cb9 Merge "Fix Button[.Borderless].Colored text styling" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  27. 16e9aa9 Merge "Fix Fade constructor" into nyc-support-24.1-dev by Yuichi Araki · 9 years ago
  28. 287b1db DO NOT MERGE ANYWHERE Remove BottomNavigationView for 24.2 release. by Aurimas Liutikas · 9 years ago
  29. 32b80d0 Layout tests API 15 compatibility by Yigit Boyar · 9 years ago
  30. 9253a92 Merge "Fix CollapsingToolbarLayout tests" into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  31. 4cee058 Merge "Mark RTL ItemTouchHelperTest." into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  32. 1c3ea32 Merge "Add min sdk to hint tests" into nyc-support-24.1-dev by Yigit Boyar · 9 years ago
  33. 7b3ce8d Merge "Fix ModernAsyncTask to handle exceptions in doInBackground" into nyc-support-24.1-dev by Tony Mantler · 9 years ago
  34. e73fed4 Fix Fade constructor by Yuichi Araki · 9 years ago
  35. 2bbe48b Merge "Wait longer for data loading" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  36. 5140b70 Merge "Override package private methods to make them public for tests" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  37. bf9b3e3 Wait longer for data loading by Yigit Boyar · 9 years ago
  38. 9290baf Override package private methods to make them public for tests by Yigit Boyar · 9 years ago
  39. beae3c4 Add min sdk to hint tests by Yigit Boyar · 9 years ago
  40. 5141d26 Merge "Update Widget.AppCompat.ActionBar elevation" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  41. b539fd5 Fix CollapsingToolbarLayout tests by Chris Banes · 9 years ago
  42. 318f63d Merge "Fix CTL title not showing sometimes" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  43. 5b426c9 Merge "Update AppBarLayout samples" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  44. e05cfa8 Update Widget.AppCompat.ActionBar elevation by Chris Banes · 9 years ago
  45. f0ecd46 Merge "Hide colorSwitchThumbNormal from docs" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  46. 1ca2b73 Merge "RecyclerView scroll callback fix for 0 to 1" into nyc-support-24.1-dev by Yigit Boyar · 9 years ago
  47. fcd7ae1 Hide colorSwitchThumbNormal from docs by Chris Banes · 9 years ago
  48. c5396ed Fix Button[.Borderless].Colored text styling by Chris Banes · 9 years ago
  49. c3f031d Fix CTL title not showing sometimes by Chris Banes · 9 years ago
  50. 45d07c8 Mark RTL ItemTouchHelperTest. by Aurimas Liutikas · 9 years ago
  51. db7cc95 Fix ModernAsyncTask to handle exceptions in doInBackground by Tony Mantler · 9 years ago
  52. 9f5e74d Attempt to reduce RecyclerView test flakiness. by Aurimas Liutikas · 9 years ago
  53. 141250e Update AppBarLayout samples by Chris Banes · 9 years ago
  54. 3c9fb15 Speculative fix for exception in CoordinatorLayout.onLayout by Chris Banes · 9 years ago
  55. 56b45ed RecyclerView scroll callback fix for 0 to 1 by Yigit Boyar · 9 years ago
  56. 48e5d3d Merge "AppBarLayout + CollapsingToolbarLayout tests fixes" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  57. 2c8a794 Merge "NotificationCompat: Add extras of Notification for MediaStyle" into nyc-support-24.1-dev by Sungsoo Lim · 9 years ago
  58. 0fe4855 Merge "MediaBrowserCompat: Supplement JavaDoc of MediaItem.getMediaId()" into nyc-support-24.1-dev by Hyundo Moon · 9 years ago
  59. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 9 years ago
  60. bb3740d AppBarLayout + CollapsingToolbarLayout tests fixes by Chris Banes · 9 years ago
  61. e2aa423 Fix AppCompatDelegate javadoc by Chris Banes · 9 years ago
  62. 6ff4dde MediaBrowserCompat: Supplement JavaDoc of MediaItem.getMediaId() by Hyundo Moon · 9 years ago
  63. dcac6f8 Merge "MediaRouteChooserDialog: Sort routes alphabetically" into nyc-support-24.1-dev by Sungsoo Lim · 9 years ago
  64. e5461b9 Merge "Move BottomNavigationView to using scale/translate for animation." into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  65. 5826dca Materal style backports/fixes by Chris Banes · 9 years ago
  66. 5cd3566 NotificationCompat: Add extras of Notification for MediaStyle by Sungsoo Lim · 9 years ago
  67. 9638fe5 MediaRouteChooserDialog: Sort routes alphabetically by Sungsoo Lim · 9 years ago
  68. 1dab1b3 Merge "MediaRouter: Fix the unmatched color issue in MRCD" into nyc-support-24.1-dev by Donghyun Cho · 9 years ago
  69. 7b755f1 Move BottomNavigationView to using scale/translate for animation. by Aurimas Liutikas · 9 years ago
  70. 958c834 Merge "Fix RecyclerViewLayoutTest" into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  71. f17f812 Merge "Support library: Updated API docs for media item presenter" into nyc-support-24.1-dev by Keyvan Amiri · 9 years ago
  72. 78be441 Support library: Updated API docs for media item presenter by Keyvan Amiri · 9 years ago
  73. 678ce82 Fix RecyclerViewLayoutTest by Aurimas Liutikas · 9 years ago
  74. 7bb5834 Merge "Fix testHideShow on pre-ICS" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  75. 6713fe8 Merge "Fix alertDialogTheme in Theme.AppCompat.Light" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  76. d5e76e8 Merge "Improve GridLayoutTest" into nyc-support-24.1-dev by Yigit Boyar · 9 years ago
  77. 7546e10 Fix alertDialogTheme in Theme.AppCompat.Light by Chris Banes · 9 years ago
  78. 15d1695 Fix testHideShow on pre-ICS by Chris Banes · 9 years ago
  79. a7f21a7 MediaRouter: Fix the unmatched color issue in MRCD by Donghyun Cho · 9 years ago
  80. f7dee3a Merge "Fix offsetTopAndBottom/LeftAndRight on ICS" into nyc-support-24.1-dev by Yuichi Araki · 9 years ago
  81. 0d96980 Merge "Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest." into nyc-support-24.1-dev by Aurimas Liutikas · 9 years ago
  82. 981736d Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. by Aurimas Liutikas · 9 years ago
  83. b9b16da Merge "Add an OnFlingListener to the RecyclerView." into nyc-support-24.1-dev by Agnieszka Madurska · 9 years ago
  84. cf94244 Merge "Fix CoordinatorLayout scrim functionality" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  85. ac8a4bb Merge "Don't save NavigationMenuPresenter state on API 9-10" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  86. c587f7d Add an OnFlingListener to the RecyclerView. by Aga Madurska · 9 years ago
  87. 8715c36 Fix offsetTopAndBottom/LeftAndRight on ICS by Yuichi Araki · 9 years ago
  88. ec1f9c6 Merge "Fix TabLayout flickering" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  89. b806673 Fix CoordinatorLayout scrim functionality by Chris Banes · 9 years ago
  90. b9ce75d Merge "Fix pref layouts" into nyc-support-24.1-dev by Tony Mantler · 9 years ago
  91. 90059da Don't save NavigationMenuPresenter state on API 9-10 by Chris Banes · 9 years ago
  92. 1266ef1 Fix TabLayout flickering by Chris Banes · 9 years ago
  93. 9669f73 Merge "leanback LM: Fix unnecessary prepended when there is margin" into nyc-support-24.1-dev by Dake Gu · 9 years ago
  94. b478327 Merge "Fix list menu not closing when sub menu opened" into nyc-support-24.1-dev by Chris Banes · 9 years ago
  95. 9255f98 Merge "Fix CascadingMenuPopup width on API 19 and below" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  96. c9b3169 Fix list menu not closing when sub menu opened by Chris Banes · 9 years ago
  97. 2cd6b19 Merge "Tweak AppBarLayout elevation changes" into nyc-support-24.1-dev by TreeHugger Robot · 9 years ago
  98. c07c8e1 Tweak AppBarLayout elevation changes by Chris Banes · 9 years ago
  99. e1e6484 Fix CascadingMenuPopup width on API 19 and below by Chris Banes · 9 years ago
  100. 5642066 leanback LM: Fix unnecessary prepended when there is margin by Dake Gu · 9 years ago