1. ef58d27 Merge "Fix gravity handling in CoordinatorLayout" into nyc-support-25.2-dev by Yuichi Araki · 8 years ago
  2. 60aa4e4 DO NOT MERGE. Fix make builds of support library. by Aurimas Liutikas · 8 years ago
  3. 1197ecf Remeasure snackbar inner layout if it's MATCH_PARENT in width by Kirill Grouchnikov · 8 years ago
  4. e33e8de Add support lib version meta-data to AndroidManifest.xml am: 8d91266aa0 by Alan Viverette · 8 years ago
  5. 8d91266 Add support lib version meta-data to AndroidManifest.xml by Alan Viverette · 8 years ago
  6. b3db610 Fix gravity handling in CoordinatorLayout by Yuichi Araki · 8 years ago
  7. 4f0260d Fix a crash in clearning BottomNavigationView menu. am: 2befdb72bf by Aurimas Liutikas · 8 years ago
  8. a02811d resolve merge conflicts of 586091d to nyc-support-25.2-dev by Alan Viverette · 8 years ago
  9. 586091d Fix password toggle taking FOCUS_DOWN events by Chris Banes · 8 years ago
  10. 86a6646 Fix Design test on TV am: f16fff9d2d by Dake Gu · 8 years ago
  11. a5c4b30 Merge "Fix Design test on TV" into nyc-support-25.1-dev by Aurimas Liutikas · 8 years ago
  12. 98551df Fix BottomNavigationView label placement. am: 583f64754e by Aurimas Liutikas · 8 years ago
  13. 2befdb7 Fix a crash in clearning BottomNavigationView menu. by Aurimas Liutikas · 8 years ago
  14. 583f647 Fix BottomNavigationView label placement. by Aurimas Liutikas · 8 years ago
  15. f16fff9 Fix Design test on TV by Dake Gu · 8 years ago
  16. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  17. b3842b2 Merge "Stop nested scolling calling onDependentViewChanged" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  18. a71f1ca Merge "Fix AppBarLayout elevation jump on API 21-23" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  19. 0275c0f Merge "Fix various AppBarLayout restoration bugs" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  20. 40f932f Merge "Remove javadocTask and javadocJarTask." into nyc-support-25.2-dev by Aurimas Liutikas · 8 years ago
  21. df2d45b Fix AppBarLayout elevation jump on API 21-23 by Chris Banes · 8 years ago
  22. e533972 Stop nested scolling calling onDependentViewChanged by Chris Banes · 8 years ago
  23. 2bab57e Fix various AppBarLayout restoration bugs by Chris Banes · 8 years ago
  24. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  25. 79ba585 Merge "Fix TextInputLayout's hint not expanding" into nyc-support-25.2-dev by Chris Banes · 8 years ago
  26. 4a3d735 Fix TextInputLayout's hint not expanding by Chris Banes · 8 years ago
  27. 06c0637 Add onClick listener test for FABs by Chris Banes · 8 years ago
  28. 9e34c75 Merge "Fix CollapsingToolbarLayout scrim not being drawn" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  29. 0b64d3f Merge "Move CoordinatorLayout to use a pool for temp Rects" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  30. ac12f4a Merge "Document Behavior handling of touch events" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  31. abf273c Move CoordinatorLayout to use a pool for temp Rects by Chris Banes · 8 years ago
  32. b2a5b52 resolve merge conflicts of c88a088 to nyc-support-25.1-dev by Chris Banes · 8 years ago
  33. c88a088 Fix dodge rect contains check by Chris Banes · 8 years ago
  34. 829c95c Support design - fix FAB elevation in API 21 by Andrei Stingaceanu · 8 years ago
  35. ca9c743 Move the now-deprecated setCallback to Snackbar by Kirill Grouchnikov · 8 years ago
  36. cf5f5d4 Fix CollapsingToolbarLayout scrim not being drawn by Chris Banes · 8 years ago
  37. 68b5181 Document Behavior handling of touch events by Chris Banes · 8 years ago
  38. ab32443 Merge "Revert "Don't dispatch touch events to Behaviors to all views"" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  39. d50f319 Revert "Don't dispatch touch events to Behaviors to all views" by Chris Banes · 8 years ago
  40. 5449394 Fix CoordinatorLayout inset tests am: f073132a9b by Chris Banes · 8 years ago
  41. b9d7dba Merge "Fix FAB setBackgroundTintList on L+" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  42. b1d1c04 Merge "Small TextInputLayout label fixes" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  43. 4a5dd89 Don't dispatch touch events to Behaviors to all views by Chris Banes · 8 years ago
  44. f073132 Fix CoordinatorLayout inset tests by Chris Banes · 8 years ago
  45. 245f6b0 Possibly fix IllegalArgumentException for dodge insets am: c3e71f0d47 by Chris Banes · 8 years ago
  46. 1c4d0c9 Fix FAB setBackgroundTintList on L+ by Chris Banes · 8 years ago
  47. 964604e Small TextInputLayout label fixes by Chris Banes · 8 years ago
  48. bd9914d Clarify how to select BottomNavigationView active item. by Aurimas Liutikas · 8 years ago
  49. fa3094f Merge "Update size annotations for compat, design, and appcompat tests." into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  50. 0991153 Merge "Fix FAB showing as pressed when the user drags off it" into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  51. c3e71f0 Possibly fix IllegalArgumentException for dodge insets by Chris Banes · 8 years ago
  52. 4bb57b2 Update size annotations for compat, design, and appcompat tests. by Aurimas Liutikas · 8 years ago
  53. 77d397d Perform API backwards compatibility check as part of support checkApi by Alan Viverette · 8 years ago
  54. cd2d929 Fix FAB showing as pressed when the user drags off it by Chris Banes · 8 years ago
  55. ce68d2b Merge "Fix accessibility for password toggle button" into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  56. ed4cbfe Fix support library tests by Chris Banes · 8 years ago
  57. e47578f Merge "Don't dispatch nested scroll events to GONE views" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  58. 829400b Don't dispatch nested scroll events to GONE views by Chris Banes · 8 years ago
  59. 907eab4 Fix accessibility for password toggle button by Chris Banes · 8 years ago
  60. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  61. b4da44d Fix BottomNavigationMenu item selection via Menu object am: 69557a3a03 by Aurimas Liutikas · 8 years ago
  62. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  63. 4d6a963 Handle ACTION_DISMISS in BottomSheetDialog by Yuichi Araki · 8 years ago
  64. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  65. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  66. 69557a3 Fix BottomNavigationMenu item selection via Menu object by Aurimas Liutikas · 8 years ago
  67. e7f6722 Merge "Update TextInputLayout icon for spec update" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  68. 27a0a2b Stop measure/layout on GONE views in CoordinatorLayout am: 5435163672 by Chris Banes · 8 years ago
  69. 5504bf1 Stop measure/layout on GONE views in CoordinatorLayout am: 5435163672 by Chris Banes · 8 years ago
  70. 5435163 Stop measure/layout on GONE views in CoordinatorLayout by Chris Banes · 8 years ago
  71. 4f15300 Fix failing TextInputLayoutTest tests. by Aurimas Liutikas · 8 years ago
  72. 80761fe Update TextInputLayout icon for spec update by Chris Banes · 8 years ago
  73. 7740d10 Fix TextInputLayout hint not working in extract mode am: 5eab26a2b6 by Chris Banes · 8 years ago
  74. 773434a Fix TextInputLayout hint not working in extract mode am: 5eab26a2b6 by Chris Banes · 8 years ago
  75. b8d98f1 Merge "Fix TextInputLayout hint not working in extract mode" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  76. d55d526 Fix automatic show/hide of FAB by Yuichi Araki · 8 years ago
  77. d48be49 Merge "Support design - fix FloatingActionButton elevation" by Andrei Stingaceanu · 8 years ago
  78. 417d928 BottomNavigationView javadoc fix up. am: e1e8ec0b26 by Aurimas Liutikas · 8 years ago
  79. d484061 Add shadow to BottomNavigationView. am: 7ff7ddcb89 by Aurimas Liutikas · 8 years ago
  80. 99a17d3 BottomNavigationView javadoc fix up. am: e1e8ec0b26 am: 0582acf562 am: ceedf4bdd0 by Aurimas Liutikas · 8 years ago
  81. 1542508 Add shadow to BottomNavigationView. am: 7ff7ddcb89 am: 024099289d am: 54551c4f45 by Aurimas Liutikas · 8 years ago
  82. a58ff1d Merge "Preserve left+right compound drawables" into nyc-mr1-dev by Chris Banes · 8 years ago
  83. 0582acf BottomNavigationView javadoc fix up. am: e1e8ec0b26 by Aurimas Liutikas · 8 years ago
  84. 498c267 Merge "BottomNavigationView javadoc fix up." into nyc-mr1-dev by Aurimas Liutikas · 8 years ago
  85. 848fcae Preserve left+right compound drawables by Chris Banes · 8 years ago
  86. 5eab26a Fix TextInputLayout hint not working in extract mode by Chris Banes · 8 years ago
  87. 4d8f957 Preserve left+right compound drawables by Chris Banes · 8 years ago
  88. 7ff7ddc Add shadow to BottomNavigationView. by Aurimas Liutikas · 8 years ago
  89. 12f2d0a Support design - fix FloatingActionButton elevation by Andrei Stingaceanu · 8 years ago
  90. 5fa3fd2 resolve merge conflicts of 9e1bec8 to master by Aurimas Liutikas · 8 years ago
  91. 80c46a0 Fix crash when adding items to BottomNavigationView. by Aurimas Liutikas · 8 years ago
  92. 73d9e90 Disable BottomSheetBehaviorTest#testFabVisibility by Aurimas Liutikas · 8 years ago
  93. 5f006fe Start using return value of OnNavigationItemSelectedListener. am: 578015fc3e am: a502cd075f am: ba4b4c48c7 by Aurimas Liutikas · 8 years ago
  94. e1e8ec0 BottomNavigationView javadoc fix up. by Aurimas Liutikas · 8 years ago
  95. 578015f Start using return value of OnNavigationItemSelectedListener. by Aurimas Liutikas · 8 years ago
  96. 362dc94 Clean up BottomBar docs by Chet Haase · 8 years ago
  97. 111ab99 Force BottomNavigationView item labels to be singleLine. by Aurimas Liutikas · 8 years ago
  98. 5052de3 Clean-up BottomNavigationMenuView#onMeasure and other style fixes. by Aurimas Liutikas · 8 years ago
  99. 5519d19 Merge "Annotate the last non-annotated support lib tests." by TreeHugger Robot · 8 years ago
  100. cea79d7 Annotate the last non-annotated support lib tests. by Aurimas Liutikas · 8 years ago