1. 6705492 Fix one compiler error found by mmm by Teng-Hui Zhu · 10 years ago
  2. 4d4b8a2 Make CoordinatorLayout Behavior scrim methods non-final by Adam Powell · 10 years ago
  3. 16d17ad Merge "leanback: make HeaderFragment callback public" into mnc-ub-dev by Dake Gu · 10 years ago
  4. 8717ba9 Merge "Fix leanback grid view addFocusables() when isFocusable is false" into mnc-ub-dev by Dake Gu · 10 years ago
  5. f4c69e7 Fix docs again by Tony Mantler · 10 years ago
  6. efb7bcf Merge "Allow onActivityResult(...) to be dispatched to nested Fragments." into mnc-ub-dev by Daniel Resnick · 10 years ago
  7. 19cf5bc Fix docs build by Tony Mantler · 10 years ago
  8. 2598c7f Merge "DO NOT MERGE: Add a recycle map for preference IDs" into mnc-ub-dev by Tony Mantler · 10 years ago
  9. 548a0ad Merge "Add API to suppress using stable IDs for Pref Adapter" into mnc-ub-dev by Tony Mantler · 10 years ago
  10. a9f4a78 Switch to dexmaker 1.2 by Kirill Grouchnikov · 10 years ago
  11. 838e581 Merge "Convert tests with listeners to use Mockito." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  12. 4163e7a Merge "First pass for Mockito-powered listener logic in ViewPager tests." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  13. b2e9513 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  14. 0cae7a7 Fix build due to added API by Chris Banes · 10 years ago
  15. 90915b3 Merge "Revert "MediaBrowserCompat: Support pagination on N devices"" into mnc-ub-dev by Chris Banes · 10 years ago
  16. 65fa614 Revert "MediaBrowserCompat: Support pagination on N devices" by Chris Banes · 10 years ago
  17. a147df4 Merge "Revert "MediaBrowserCompat: Refactor class hierarchies"" into mnc-ub-dev by Chris Banes · 10 years ago
  18. 891bc8b Revert "MediaBrowserCompat: Refactor class hierarchies" by Chris Banes · 10 years ago
  19. f502bdf Merge "Revert "Fix build: Make an internal class package private"" into mnc-ub-dev by Chris Banes · 10 years ago
  20. a18a42c Revert "Fix build: Make an internal class package private" by Chris Banes · 10 years ago
  21. 9ee8d13 Revert "DO NOT MERGE) Fix gradle build" by Chris Banes · 10 years ago
  22. c725edb DO NOT MERGE) Fix gradle build by Sungsoo Lim · 10 years ago
  23. 83a3538 Fix build: Make an internal class package private by Sungsoo Lim · 10 years ago
  24. 302b910 Merge "VC.offsetTopAndBottom/LeftAndRight on API 11-22" into mnc-ub-dev by Yuichi Araki · 10 years ago
  25. 07b044c Merge "Fix BottomSheetBehaviorTest on Gingerbread" into mnc-ub-dev by Yuichi Araki · 10 years ago
  26. 9dce8fd MediaBrowserCompat: Refactor class hierarchies by Sungsoo Lim · 10 years ago
  27. a5d24e5 MediaBrowserCompat: Support pagination on N devices by Sungsoo Lim · 10 years ago
  28. 05ef0bb Merge "MediaBrowserCompat: Support pagination on L and M devices" into mnc-ub-dev by Sungsoo Lim · 10 years ago
  29. 920af57 Merge "MediaBrowserCompat: Support pagination on pre L devices" into mnc-ub-dev by Sungsoo Lim · 10 years ago
  30. c185f6c Merge "MediaBrowser: Add extra lookup keys to specify media items to retrieve" into mnc-ub-dev by Jae Seo · 10 years ago
  31. 16d709b MediaBrowserCompat: Support pagination on L and M devices by Sungsoo Lim · 10 years ago
  32. 8e16eac MediaBrowser: Add extra lookup keys to specify media items to retrieve by Jae Seo · 10 years ago
  33. 31c1690 Convert tests with listeners to use Mockito. by Kirill Grouchnikov · 10 years ago
  34. bc69c4a Generate support fragment for OnboardingFragment by Chulwoo Lee · 10 years ago
  35. 608dda9 Merge "Add javadoc for OnboardingFragment" into mnc-ub-dev by Chulwoo Lee · 10 years ago
  36. aebcf20 Merge "Fix talkback issues" into mnc-ub-dev by Chulwoo Lee · 10 years ago
  37. 191f8a9 Add javadoc for OnboardingFragment by Chulwoo Lee · 10 years ago
  38. a76a433 Allow onActivityResult(...) to be dispatched to nested Fragments. by Daniel Resnick · 10 years ago
  39. 014ca4b Merge "First pass for testing DrawerLayout callback logic." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  40. 74bad8b First pass for Mockito-powered listener logic in ViewPager tests. by Kirill Grouchnikov · 10 years ago
  41. 729cbf4 leanback: make HeaderFragment callback public by Dake Gu · 10 years ago
  42. dbc6d32 Merge "AppBarLayout overlap layout fix" into mnc-ub-dev by Chris Banes · 10 years ago
  43. 8cf1dce Use Mockito for verifying that a listener has been called. by Kirill Grouchnikov · 10 years ago
  44. 8db6657 Merge "Remove flakiness from ViewPager "smooth" tests" into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  45. 21f78eb First pass for testing DrawerLayout callback logic. by Kirill Grouchnikov · 10 years ago
  46. b2f568c AppBarLayout overlap layout fix by Chris Banes · 10 years ago
  47. 8609a20 Fix BottomSheetBehaviorTest on Gingerbread by Yuichi Araki · 10 years ago
  48. 82387d9 MediaBrowserCompat: Support pagination on pre L devices by Sungsoo Lim · 10 years ago
  49. 34656d7 VC.offsetTopAndBottom/LeftAndRight on API 11-22 by Yuichi Araki · 10 years ago
  50. fd4ac97 Fix leanback grid view addFocusables() when isFocusable is false by Dake Gu · 10 years ago
  51. 7b93b3b Fix GuidedAction.editable(false) by Dake Gu · 10 years ago
  52. 044cd07 Fix talkback issues by Chulwoo Lee · 10 years ago
  53. ae3c02f DO NOT MERGE ANYWHERE Manually Cherry Pick AOSP change to resolve conflicts. by Chris Flatt · 10 years ago
  54. 29212b5 Remove flakiness from ViewPager "smooth" tests by Kirill Grouchnikov · 10 years ago
  55. a8fbffb Merge "Prevent activity leak when enableOrbColorAnimation is called on an unattached view" into mnc-ub-dev by Dmitri Plotnikov · 10 years ago
  56. ef342c1 Merge "Fix typo" into mnc-ub-dev by Chulwoo Lee · 10 years ago
  57. 0fb8bc8 Merge "Make controls not visible except for the logo" into mnc-ub-dev by Chulwoo Lee · 10 years ago
  58. 259d30a Fix typo by Chulwoo Lee · 10 years ago
  59. 80e9962 Convert AlertDialog tests to the new world by Kirill Grouchnikov · 10 years ago
  60. 7b6abcd Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  61. ed01ced Make controls not visible except for the logo by Chulwoo Lee · 10 years ago
  62. 05dcb79 Merge "Initial CL for the onboarding screen" into mnc-ub-dev by Chulwoo Lee · 10 years ago
  63. 77b750b Prevent activity leak when enableOrbColorAnimation is called on an unattached view by Dmitri Plotnikov · 10 years ago
  64. b569d84 Merge "Remove flakiness from DrawerLayout tests." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  65. 69b85e7 Fix build brekage due to customtabs change by Yusuf Ozuysal · 10 years ago
  66. 8ca3afe DO NOT MERGE: Add a recycle map for preference IDs by Tony Mantler · 10 years ago
  67. 87fb7dc Merge "Add a way to change the color of the bottom action bar in customtabs" into mnc-ub-dev by Yusuf Ozuysal · 10 years ago
  68. 83deca7 Add API to suppress using stable IDs for Pref Adapter by Tony Mantler · 10 years ago
  69. 3eb01e1 Remove flakiness from DrawerLayout tests. by Chris Banes · 10 years ago
  70. b788776 Initial CL for the onboarding screen by Chulwoo Lee · 10 years ago
  71. 5e78d2c Merge "leanback: fix layout issue of wrap_content" into mnc-ub-dev by Dake Gu · 10 years ago
  72. d80938a Fix AppCompat Gradle build by Chris Banes · 10 years ago
  73. 6e67e2a Merge "Integrate AVDC into AppCompat" into mnc-ub-dev by Chris Banes · 10 years ago
  74. 11c2c73 leanback: fix layout issue of wrap_content by Dake Gu · 10 years ago
  75. b3da032 Merge "Handle padding in wrap content" into mnc-ub-dev by Yigit Boyar · 10 years ago
  76. bd8ba2f Merge "Modal bottom sheet matches screen width by default" into mnc-ub-dev by Yuichi Araki · 10 years ago
  77. eee6d4b Merge "MediaRouter: Pass an unselect reason to members of a route group" into mnc-ub-dev by Donghyun Cho · 10 years ago
  78. 6b6a29e Handle padding in wrap content by Yigit Boyar · 10 years ago
  79. 3db2f5e Merge "Check child's scrollX/Y on bringChildRect method" into mnc-ub-dev by Yigit Boyar · 10 years ago
  80. 9350d61 Merge "GuidedStepFragment: made Picker accessibility friendly" into mnc-ub-dev by Dake Gu · 10 years ago
  81. 0f96ae4 GuidedStepFragment: made Picker accessibility friendly by Dake Gu · 10 years ago
  82. 8bee0e1 Fix onStart/EndAction() for ViewPropertyAnimatorCompat by Chet Haase · 10 years ago
  83. 0b465e7 Merge "Adding support for 2 different entrance transitions for GuidedStepFragment." into mnc-ub-dev by Susnata Basak · 10 years ago
  84. 60c2e83 Merge "Fix Snackbar swipe to dismiss not working pre-v11" into mnc-ub-dev by Chris Banes · 10 years ago
  85. 761b2d9 Merge "Update support lib to use correct current SDK DO NOT MERGE" into mnc-ub-dev by Chris Banes · 10 years ago
  86. bd3494d Integrate AVDC into AppCompat by Chris Banes · 10 years ago
  87. 812ed4b Modal bottom sheet matches screen width by default by Yuichi Araki · 10 years ago
  88. 3cb412f MediaRouter: Pass an unselect reason to members of a route group by Donghyun Cho · 10 years ago
  89. e03d465 Adding support for 2 different entrance transitions for GuidedStepFragment. by susnata · 10 years ago
  90. 110e2e6 Merge "Choose last span if layout is towards first item" into mnc-ub-dev by Yigit Boyar · 10 years ago
  91. f7f1c1e Choose last span if layout is towards first item by Yigit Boyar · 10 years ago
  92. 6607798 Revert getNoBackupFilesDir from static to regular. by Kirill Grouchnikov · 10 years ago
  93. c10de2d Merge "Test coverage for NavigationView action layouts." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  94. 5e62849 Merge "Switch to more reliable icon sources for tinting tests." into mnc-ub-dev by Kirill Grouchnikov · 10 years ago
  95. 1ba555a Test coverage for NavigationView action layouts. by Kirill Grouchnikov · 10 years ago
  96. 04292f1 Merge "Support library gradle improvements" into mnc-ub-dev by Yigit Boyar · 10 years ago
  97. 88f685b Switch to more reliable icon sources for tinting tests. by Kirill Grouchnikov · 10 years ago
  98. 02a9e8c Support library gradle improvements by Yigit Boyar · 10 years ago
  99. f92dff9 Merge "Update TabItem attr docs" into mnc-ub-dev by Chris Banes · 10 years ago
  100. 00a5da9 Update TabItem attr docs by Chris Banes · 10 years ago