1. 73adf7b Merge changes Id48cde63,I2acbacae into nyc-support-25.2-dev by Jonathan Koren · 8 years ago
  2. 362f15a Fix BottomNavigationView example to use AAPT1 style. am: 15bb0011d0 by Aurimas Liutikas · 8 years ago
  3. 15bb001 Fix BottomNavigationView example to use AAPT1 style. by Aurimas Liutikas · 8 years ago
  4. 6b3a399 Add item reselected listener to BottomNavigationView by Jonathan Koren · 8 years ago
  5. e4c7e61 Add setSelectedItemId() to BottomNavigationView by Jonathan Koren · 8 years ago
  6. 4f41598 Merge "Fix BottomNavigationView not saving state" into nyc-support-25.2-dev by Jonathan Koren · 8 years ago
  7. b01c03a Fix BottomNavigationView not saving state by Jonathan Koren · 8 years ago
  8. 1debe8d Merge "Add content descriptions to BottomNavigationItemView" into nyc-support-25.2-dev by Jonathan Koren · 8 years ago
  9. e855c30 Fix Snackbar touch handling by Chris Banes · 8 years ago
  10. 3c7e44d Add content descriptions to BottomNavigationItemView by Jonathan Koren · 8 years ago
  11. 9d4807f Fix BottomSheetDialog after swiping it down by Yuichi Araki · 8 years ago
  12. b410951 Merge "Fix scroll|enterAlways when we have a top inset" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  13. 1163321 Fix scroll|enterAlways when we have a top inset by Chris Banes · 8 years ago
  14. 725ce5f Merge "Fix some issues caught via a static analyzer" into nyc-support-25.2-dev by Chris Banes · 8 years ago
  15. ef58d27 Merge "Fix gravity handling in CoordinatorLayout" into nyc-support-25.2-dev by Yuichi Araki · 8 years ago
  16. 1197ecf Remeasure snackbar inner layout if it's MATCH_PARENT in width by Kirill Grouchnikov · 8 years ago
  17. f833583 Fix some issues caught via a static analyzer by Chris Banes · 8 years ago
  18. b3db610 Fix gravity handling in CoordinatorLayout by Yuichi Araki · 8 years ago
  19. 4f0260d Fix a crash in clearning BottomNavigationView menu. am: 2befdb72bf by Aurimas Liutikas · 8 years ago
  20. 18cba34 Merge "Fix a crash in clearning BottomNavigationView menu." into nyc-support-25.1-dev by Aurimas Liutikas · 8 years ago
  21. a02811d resolve merge conflicts of 586091d to nyc-support-25.2-dev by Alan Viverette · 8 years ago
  22. 586091d Fix password toggle taking FOCUS_DOWN events by Chris Banes · 8 years ago
  23. 98551df Fix BottomNavigationView label placement. am: 583f64754e by Aurimas Liutikas · 8 years ago
  24. 2befdb7 Fix a crash in clearning BottomNavigationView menu. by Aurimas Liutikas · 8 years ago
  25. 583f647 Fix BottomNavigationView label placement. by Aurimas Liutikas · 8 years ago
  26. b3842b2 Merge "Stop nested scolling calling onDependentViewChanged" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  27. a71f1ca Merge "Fix AppBarLayout elevation jump on API 21-23" into nyc-support-25.2-dev by TreeHugger Robot · 8 years ago
  28. df2d45b Fix AppBarLayout elevation jump on API 21-23 by Chris Banes · 8 years ago
  29. e533972 Stop nested scolling calling onDependentViewChanged by Chris Banes · 8 years ago
  30. 2bab57e Fix various AppBarLayout restoration bugs by Chris Banes · 8 years ago
  31. 4a3d735 Fix TextInputLayout's hint not expanding by Chris Banes · 8 years ago
  32. 9e34c75 Merge "Fix CollapsingToolbarLayout scrim not being drawn" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  33. 0b64d3f Merge "Move CoordinatorLayout to use a pool for temp Rects" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  34. ac12f4a Merge "Document Behavior handling of touch events" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  35. abf273c Move CoordinatorLayout to use a pool for temp Rects by Chris Banes · 8 years ago
  36. b2a5b52 resolve merge conflicts of c88a088 to nyc-support-25.1-dev by Chris Banes · 8 years ago
  37. c88a088 Fix dodge rect contains check by Chris Banes · 8 years ago
  38. ca9c743 Move the now-deprecated setCallback to Snackbar by Kirill Grouchnikov · 8 years ago
  39. cf5f5d4 Fix CollapsingToolbarLayout scrim not being drawn by Chris Banes · 8 years ago
  40. 68b5181 Document Behavior handling of touch events by Chris Banes · 8 years ago
  41. 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
  42. d50f319 Revert "Don't dispatch touch events to Behaviors to all views" by Chris Banes · 8 years ago
  43. 5449394 Fix CoordinatorLayout inset tests am: f073132a9b by Chris Banes · 8 years ago
  44. b1d1c04 Merge "Small TextInputLayout label fixes" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  45. 4a5dd89 Don't dispatch touch events to Behaviors to all views by Chris Banes · 8 years ago
  46. f073132 Fix CoordinatorLayout inset tests by Chris Banes · 8 years ago
  47. 245f6b0 Possibly fix IllegalArgumentException for dodge insets am: c3e71f0d47 by Chris Banes · 8 years ago
  48. 964604e Small TextInputLayout label fixes by Chris Banes · 8 years ago
  49. bd9914d Clarify how to select BottomNavigationView active item. by Aurimas Liutikas · 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. 77d397d Perform API backwards compatibility check as part of support checkApi by Alan Viverette · 8 years ago
  53. cd2d929 Fix FAB showing as pressed when the user drags off it by Chris Banes · 8 years ago
  54. ce68d2b Merge "Fix accessibility for password toggle button" into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  55. e47578f Merge "Don't dispatch nested scroll events to GONE views" into nyc-support-25.1-dev by Chris Banes · 8 years ago
  56. 829400b Don't dispatch nested scroll events to GONE views by Chris Banes · 8 years ago
  57. 907eab4 Fix accessibility for password toggle button by Chris Banes · 8 years ago
  58. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  59. b4da44d Fix BottomNavigationMenu item selection via Menu object am: 69557a3a03 by Aurimas Liutikas · 8 years ago
  60. 4d6a963 Handle ACTION_DISMISS in BottomSheetDialog by Yuichi Araki · 8 years ago
  61. 69557a3 Fix BottomNavigationMenu item selection via Menu object by Aurimas Liutikas · 8 years ago
  62. 27a0a2b Stop measure/layout on GONE views in CoordinatorLayout am: 5435163672 by Chris Banes · 8 years ago
  63. 5504bf1 Stop measure/layout on GONE views in CoordinatorLayout am: 5435163672 by Chris Banes · 8 years ago
  64. 5435163 Stop measure/layout on GONE views in CoordinatorLayout by Chris Banes · 8 years ago
  65. 7740d10 Fix TextInputLayout hint not working in extract mode am: 5eab26a2b6 by Chris Banes · 8 years ago
  66. 773434a Fix TextInputLayout hint not working in extract mode am: 5eab26a2b6 by Chris Banes · 8 years ago
  67. b8d98f1 Merge "Fix TextInputLayout hint not working in extract mode" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  68. 417d928 BottomNavigationView javadoc fix up. am: e1e8ec0b26 by Aurimas Liutikas · 8 years ago
  69. d484061 Add shadow to BottomNavigationView. am: 7ff7ddcb89 by Aurimas Liutikas · 8 years ago
  70. 99a17d3 BottomNavigationView javadoc fix up. am: e1e8ec0b26 am: 0582acf562 am: ceedf4bdd0 by Aurimas Liutikas · 8 years ago
  71. 1542508 Add shadow to BottomNavigationView. am: 7ff7ddcb89 am: 024099289d am: 54551c4f45 by Aurimas Liutikas · 8 years ago
  72. a58ff1d Merge "Preserve left+right compound drawables" into nyc-mr1-dev by Chris Banes · 8 years ago
  73. 0582acf BottomNavigationView javadoc fix up. am: e1e8ec0b26 by Aurimas Liutikas · 8 years ago
  74. 498c267 Merge "BottomNavigationView javadoc fix up." into nyc-mr1-dev by Aurimas Liutikas · 8 years ago
  75. 848fcae Preserve left+right compound drawables by Chris Banes · 8 years ago
  76. 5eab26a Fix TextInputLayout hint not working in extract mode by Chris Banes · 8 years ago
  77. 4d8f957 Preserve left+right compound drawables by Chris Banes · 8 years ago
  78. 7ff7ddc Add shadow to BottomNavigationView. by Aurimas Liutikas · 8 years ago
  79. 5fa3fd2 resolve merge conflicts of 9e1bec8 to master by Aurimas Liutikas · 8 years ago
  80. 80c46a0 Fix crash when adding items to BottomNavigationView. by Aurimas Liutikas · 8 years ago
  81. 5f006fe Start using return value of OnNavigationItemSelectedListener. am: 578015fc3e am: a502cd075f am: ba4b4c48c7 by Aurimas Liutikas · 8 years ago
  82. e1e8ec0 BottomNavigationView javadoc fix up. by Aurimas Liutikas · 8 years ago
  83. 578015f Start using return value of OnNavigationItemSelectedListener. by Aurimas Liutikas · 8 years ago
  84. 362dc94 Clean up BottomBar docs by Chet Haase · 8 years ago
  85. 5052de3 Clean-up BottomNavigationMenuView#onMeasure and other style fixes. by Aurimas Liutikas · 8 years ago
  86. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  87. 9a2ea21 NavigationView restores state of the headers by Yuichi Araki · 8 years ago
  88. 73c5aab Merge "Do not attempt to update GONE childen of CoordinatorLayout." by Aurimas Liutikas · 8 years ago
  89. 8c153ac Remove flakiness / race condition in snackbar tests by Kirill Grouchnikov · 8 years ago
  90. 2a6de19 Merge "Sync password toggle view after being re-enabled" by Chris Banes · 8 years ago
  91. 8a1af70 Do not attempt to update GONE childen of CoordinatorLayout. by Aurimas Liutikas · 8 years ago
  92. 6f51cc0 Clean up BottomBar docs by Chet Haase · 8 years ago
  93. c9a94ee Sync password toggle view after being re-enabled by Chris Banes · 8 years ago
  94. 1f30823 Fix CoordinatorLayout IllegalArgumentException crash am: f42b1d0113 am: 943958d2b3 by Alan Viverette · 8 years ago
  95. baa44c7 Merge "Support custom views on snackbars" by Kirill Grouchnikov · 8 years ago
  96. f42b1d0 Fix CoordinatorLayout IllegalArgumentException crash by Alan Viverette · 8 years ago
  97. 8da7b24 Support custom views on snackbars by Kirill Grouchnikov · 8 years ago
  98. a9e2fb6 Merge "Fix TextInputLayout label animation when restoring state." by Aurimas Liutikas · 8 years ago
  99. 5e79099 Merge "Clean-up BottomNavigationMenuView#onMeasure and other style fixes." by Aurimas Liutikas · 8 years ago
  100. ccce057 Fix TextInputLayout label animation when restoring state. by Aurimas Liutikas · 8 years ago