1. 2f0e362 Protect popFromBackStack with SDK_INT check. by George Mount · 10 years ago
  2. 7ae6200 Merge "Handle KEYCODE_ESCAPE like KEYCODE_BACK." into lmp-mr1-ub-dev by Craig Stout · 10 years ago
  3. 5031f5e Merge "Fix cut off title." into lmp-mr1-ub-dev by Craig Stout · 10 years ago
  4. c89266e Handle KEYCODE_ESCAPE like KEYCODE_BACK. by Craig Stout · 10 years ago
  5. 764e09c Fix cut off title. by Craig Stout · 10 years ago
  6. f8acb85 Merge "DetailsFragment: setOnItemViewSelectedListener after view created" into lmp-mr1-ub-dev by Dake Gu · 10 years ago
  7. 76b3441 DetailsFragment: setOnItemViewSelectedListener after view created by Dake Gu · 10 years ago
  8. 4297ef0 Merge "Mark some methods/parameters @Nullable" into lmp-mr1-ub-dev by Scott Kennedy · 10 years ago
  9. 6834e16 Merge "Do not scroll to non-focusable item" into lmp-mr1-ub-dev by Dake Gu · 10 years ago
  10. c861fd8 Mark some methods/parameters @Nullable by Scott Kennedy · 10 years ago
  11. 5b9f63f Merge "Bump up Palette's accuracy" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  12. 77b17eb Do not scroll to non-focusable item by Dake Gu · 10 years ago
  13. d6fe6c8 Merge "GridLayoutManager: recalculate scrollMinMax properly" into lmp-mr1-ub-dev by Dake Gu · 10 years ago
  14. 46443cb Allow app runs without theme/style. by Dake Gu · 10 years ago
  15. 7550d57 Bump up Palette's accuracy by Chris Banes · 10 years ago
  16. 8a75f19 Compile Palette with Java 7 with Gradle by Chris Banes · 10 years ago
  17. bc811bd Fix NPE in TintSpinner by Chris Banes · 10 years ago
  18. c336567 Merge "Add AppCompat AlertDialog" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  19. b32013c Merge "Palette optimizations: ~6x faster" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  20. f9eda43e GridLayoutManager: recalculate scrollMinMax properly by Dake Gu · 10 years ago
  21. 9b712fb Merge "Align menu items in NavigationDrawerView" into lmp-mr1-ub-dev by Yuichi Araki · 10 years ago
  22. a5a55ee Merge "Revamp support for keyevent handling." into lmp-mr1-ub-dev by Craig Stout · 10 years ago
  23. 99be592 Palette optimizations: ~6x faster by Chris Banes · 10 years ago
  24. 00f2802 Merge "Rename NavigationDrawerView to NavigationView" into lmp-mr1-ub-dev by Yuichi Araki · 10 years ago
  25. 8bc6f4d Align menu items in NavigationDrawerView by Yuichi Araki · 10 years ago
  26. a5081df Rename NavigationDrawerView to NavigationView by Yuichi Araki · 10 years ago
  27. 6acf74d Merge "Support FAB in LayoutLib." into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  28. 74eafa0 Merge "Add selection feature to NavigationDrawerView." into lmp-mr1-ub-dev by Yuichi Araki · 10 years ago
  29. 60bb6af Revamp support for keyevent handling. by Craig Stout · 11 years ago
  30. 124d520 Support FAB in LayoutLib. by Deepanshu Gupta · 10 years ago
  31. f994210 Merge "Fix window insets when using overlay action bar" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  32. c917107 Merge "AppCompat ThemeOverlay fixes" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  33. c51a166 Merge "Improvements to AppCompat's tinting" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  34. d3ee2c7 Add selection feature to NavigationDrawerView. by Yuichi Araki · 10 years ago
  35. d793fe0 Update @IntDef doc to suggest SOURCE retention. by Jeff Davidson · 10 years ago
  36. cbb87bd AppCompat ThemeOverlay fixes by Chris Banes · 10 years ago
  37. cd6e776 Improvements to AppCompat's tinting by Chris Banes · 10 years ago
  38. ade8ff8 Fix window insets when using overlay action bar by Chris Banes · 10 years ago
  39. bb2d663 Merge "Make our CheckBox and RadioButton respect the drawable for padding" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  40. 0fb3ec3 Mark findViewById(int) @Nullable by Scott Kennedy · 10 years ago
  41. 3476698 Merge "Enable DisplayList hack for JB MR2" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  42. 91fcb75 Make our CheckBox and RadioButton respect the drawable for padding by Chris Banes · 11 years ago
  43. 283cd98 Enable DisplayList hack for JB MR2 by Yigit Boyar · 10 years ago
  44. fa2baff Merge "Make RecyclerView focusable in touch mode" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  45. b614a57 Merge "Generate item selected events while navigating in the fastlane. If the application wishes to ignore these, they can use BrowseFragment.isShowingHeaders()." into lmp-mr1-ub-dev by John Butterfield · 10 years ago
  46. e0d1925 Make RecyclerView focusable in touch mode by Yigit Boyar · 10 years ago
  47. cb04695 Generate item selected events while navigating in the fastlane. by John Butterfield · 10 years ago
  48. 19eaf14 Add AppCompat AlertDialog by Chris Banes · 11 years ago
  49. 2aeb0f4 Fixes to Button's disabled color by Chris Banes · 10 years ago
  50. 03810f1 Merge "Minor code refactor for readability." into lmp-mr1-ub-dev by butterfield@google.com · 10 years ago
  51. 3173fdc Minor code refactor for readability. by butterfield@google.com · 10 years ago
  52. cb959ee RowPresenter: Fix ClassCastException by Dake Gu · 10 years ago
  53. ba7bf13 Merge "BackgroundManager improvements." into lmp-mr1-ub-dev by Craig Stout · 10 years ago
  54. 0f82bdd BackgroundManager improvements. by Craig Stout · 11 years ago
  55. 1ca8490 Merge "Fix support Fragment inflation from layouts" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  56. 40a61d0 Merge "Make ActionButton.CloseMode look similar to Toolbar.Button.Navigation" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  57. 498356f Fix support Fragment inflation from layouts by Chris Banes · 10 years ago
  58. 35bef6e Fix CompatTextView allcaps on L by Chris Banes · 10 years ago
  59. 94d6f1d Make ActionButton.CloseMode look similar to Toolbar.Button.Navigation by Chris Banes · 10 years ago
  60. bd35b10 Merge "Implement features for NavigationDrawerView menu" into lmp-mr1-ub-dev by Yuichi Araki · 10 years ago
  61. baf8574 Don't force ActionMenuItemView to use textAllCaps by Chris Banes · 10 years ago
  62. e9b4baa Merge "Make ColorUtils public in support-v4" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  63. 711c3df Make ColorUtils public in support-v4 by Chris Banes · 10 years ago
  64. 69f779b Merge "Setup the support lib with a minimal functionality." into lmp-mr1-ub-dev by ztenghui · 10 years ago
  65. 454f01d Merge "Fix Test" into lmp-mr1-ub-dev by Dake Gu · 10 years ago
  66. 34cbdb2 Setup the support lib with a minimal functionality. by ztenghui · 11 years ago
  67. 01090f9 Implement features for NavigationDrawerView menu by Yuichi Araki · 11 years ago
  68. 7e82b99 Add tintable Drawables to support-v4 by Chris Banes · 11 years ago
  69. 9eff210 Merge "Handle sub view focus in RecyclerView" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  70. 136e308 Handle sub view focus in RecyclerView by Yigit Boyar · 10 years ago
  71. 6692620 Merge "Fix android:disabledAlpha pre-L" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  72. 7ee2253 Fix Test by Dake Gu · 10 years ago
  73. 9e0a5a4 Save viewstate in onViewRecycled() by Dake Gu · 11 years ago
  74. ebd3e49 Fix android:disabledAlpha pre-L by Chris Banes · 10 years ago
  75. 6c41f9b Reduces the number of calls to getItemViewType. by Philip Nowell · 10 years ago
  76. 7e7ffed Merge "Ensure Buttons have a disabled text color state" into lmp-mr1-ub-dev by Chris Banes · 11 years ago
  77. 320c3e9 New TabLayout by Chris Banes · 11 years ago
  78. e5cf164 Merge "Fix SwitchCompat animating unnecessarily" into lmp-mr1-ub-dev by Chris Banes · 11 years ago
  79. a73cf65 Ensure Buttons have a disabled text color state by Chris Banes · 11 years ago
  80. 14f100d Merge "Fix RadioButton and CheckBox styles pre-v11" into lmp-mr1-ub-dev by Chris Banes · 11 years ago
  81. a3c24a5 Fix GridWidgetTest tests by Dake Gu · 11 years ago
  82. d586ba8 Reduce memory consumption of DPAD scroll multiple column grid by Dake Gu · 11 years ago
  83. f91071f Fix SwitchCompat animating unnecessarily by Chris Banes · 11 years ago
  84. 9cc0e54 Fix RadioButton and CheckBox styles pre-v11 by Chris Banes · 11 years ago
  85. 9a30fee Merge "Consider decor offsets on child focus" into lmp-mr1-ub-dev by Yigit Boyar · 11 years ago
  86. 08cce91 Fix ic_clear drawables by Chris Banes · 11 years ago
  87. f225a3b Consider decor offsets on child focus by Yigit Boyar · 11 years ago
  88. 1377bff Optimize all support lib PNGs by Chris Banes · 11 years ago
  89. 0f58401 Add AppCompat specific windowNoTitle attribute by Chris Banes · 11 years ago
  90. 71fddde Refactoring: don't use AdapterListener in presenters by Dake Gu · 11 years ago
  91. 04df458 Merge "Playback controls focus fixes." into lmp-mr1-ub-dev by Craig Stout · 11 years ago
  92. b682c5a Playback controls focus fixes. by Craig Stout · 11 years ago
  93. dcc9af3 Merge "Update ChildHelper data before calling ViewGroup methods" into lmp-mr1-ub-dev by Yigit Boyar · 11 years ago
  94. ad9af35 Support for null headers. by Craig Stout · 11 years ago
  95. c87d406 reset back to previous green 2b9dabdaa86bda59678063fd024af8f65d612dc7 with history. by Qiwen Zhao · 11 years ago
  96. c65985c Merge "Save viewstate in onViewRecycled()" into lmp-mr1-ub-dev by Dake Gu · 11 years ago
  97. 5f1b765 Save viewstate in onViewRecycled() by Dake Gu · 11 years ago
  98. 1dd89c2 Fix docs. by Craig Stout · 11 years ago
  99. 5046c42 am 0666a6f7: am edbdd35e: Merge "Support for null headers." into lmp-mr1-ub-dev by Craig Stout · 11 years ago
  100. 0666a6f am edbdd35e: Merge "Support for null headers." into lmp-mr1-ub-dev by Craig Stout · 11 years ago