1. 92ceab9 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  2. 4f83ddc Changed time setter/getter type to long by Zhen Sun · 8 years ago
  3. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  4. bb97551 Fix BaseCardView by Dake Gu · 8 years ago
  5. e5d2637 Fix GuidedStepDatePicker NPE before API 21 by Dake Gu · 8 years ago
  6. 7bda08a Fix drawing order when shadow is not applied am: b8e4d4a19d am: 19fe32bbf9 am: cd9465d236 by Dake Gu · 8 years ago
  7. cd9465d Fix drawing order when shadow is not applied am: b8e4d4a19d am: 19fe32bbf9 by Dake Gu · 8 years ago
  8. 19fe32b Fix drawing order when shadow is not applied am: b8e4d4a19d by Dake Gu · 8 years ago
  9. b8e4d4a Fix drawing order when shadow is not applied by Dake Gu · 8 years ago
  10. 386c77e Convert several Leanback tests to JUnit4. by Aurimas Liutikas · 8 years ago
  11. 950179c BrowseFragment: fix bug of opening HeadersFragment. am: 2dda16536f am: 1b4d3fcb8b am: 7ed49c44eb by Dake Gu · 8 years ago
  12. 62a7677 resolve merge conflicts of 7373090 to master by Aurimas Liutikas · 8 years ago
  13. 7ed49c4 BrowseFragment: fix bug of opening HeadersFragment. am: 2dda16536f by Dake Gu · 8 years ago
  14. 1b4d3fc BrowseFragment: fix bug of opening HeadersFragment. am: 2dda16536f by Dake Gu · 8 years ago
  15. 1e51eba Remove all the extra accessor methods added by javac in support-leanback. am: 99ec8b0cb3 by Aurimas Liutikas · 8 years ago
  16. e16c356 Remove all the extra accessor methods added by javac in support-leanback. by Aurimas Liutikas · 8 years ago
  17. 57f501d Merge "BrowseFragment: fix bug of opening HeadersFragment." into nyc-support-24.1-dev by Dake Gu · 8 years ago
  18. 829605a Merge "Remove all the extra accessor methods added by javac in support-leanback." into nyc-support-24.1-dev by Aurimas Liutikas · 8 years ago
  19. 2dda165 BrowseFragment: fix bug of opening HeadersFragment. by Dake Gu · 8 years ago
  20. ddffbb3 Leanback support: Fixed focus wraparound when hitting DPAD_RIGHT on last view of a row am: fd07caad75 by Keyvan Amiri · 8 years ago
  21. e7934ff Leanback support: Fixed focus wraparound when hitting DPAD_RIGHT on last view of a row by Keyvan Amiri · 8 years ago
  22. fd07caa Leanback support: Fixed focus wraparound when hitting DPAD_RIGHT on last by Keyvan Amiri · 8 years ago
  23. 0921a20 Merge "Leanback support: Fixed focus wraparound when hitting DPAD_RIGHT on last view of a row" by Keyvan Amiri · 8 years ago
  24. 4931f89 Leanback support: Fixed focus wraparound when hitting DPAD_RIGHT on last by Keyvan Amiri · 8 years ago
  25. 06dd2b6 Convert GridWidgetTest to AndroidJUnit4 by Dake Gu · 8 years ago
  26. 3755f9b Merge "fix BrowseFragmentTest static variable issue" by Dake Gu · 8 years ago
  27. 99ec8b0 Remove all the extra accessor methods added by javac in support-leanback. by Aurimas Liutikas · 8 years ago
  28. 804ebd4 fix BrowseFragmentTest static variable issue by Dake Gu · 8 years ago
  29. 1cf4164 Avoid JUnit4 collision in android-support-test, mockito-target by Guang Zhu · 8 years ago
  30. 39da5d9 Fixing NPE crash in BF. am: 35d7a6c316 am: 7f6acb9d36 am: 79d88519e4 by susnata · 8 years ago
  31. 00de01a ImageCardView Use ellipse=end for content. am: 0cd2662082 am: 5a18b70946 am: c829e38d1c by Dake Gu · 8 years ago
  32. 79d8851 Fixing NPE crash in BF. am: 35d7a6c316 am: 7f6acb9d36 by susnata · 8 years ago
  33. c829e38 ImageCardView Use ellipse=end for content. am: 0cd2662082 am: 5a18b70946 by Dake Gu · 8 years ago
  34. 7f6acb9 Fixing NPE crash in BF. am: 35d7a6c316 by susnata · 8 years ago
  35. 5a18b70 ImageCardView Use ellipse=end for content. am: 0cd2662082 by Dake Gu · 8 years ago
  36. 59c7734 Merge "Fixing NPE crash in BF." into nyc-support-24.1-dev by Dake Gu · 8 years ago
  37. 0cd2662 ImageCardView Use ellipse=end for content. by Dake Gu · 8 years ago
  38. 35d7a6c Fixing NPE crash in BF. by susnata · 8 years ago
  39. ed4d805 Merge "Leanback tests: Updated guidedaction tests to use the new ActivityTestRule - Added a separate test for toggling enable flag for guidedactions - broke down the subaction tests into smaller and more modular components" by Keyvan Amiri · 8 years ago
  40. 99c19b5 Leanback: Disable 9-patch shadow on API-19 am: b7c09c22aa am: 678e5f8d10 am: 4fef705fbf by Dake Gu · 8 years ago
  41. b52619f Fix BrowseFragmentTest am: 61b8004f63 am: 64bee407bd by Dake Gu · 8 years ago
  42. 9ac64c1 leanback: fix NPE caused by late loading main fragment. am: dc21f7e029 by Dake Gu · 8 years ago
  43. 64bee40 Fix BrowseFragmentTest am: 61b8004f63 by Dake Gu · 8 years ago
  44. e54bb70 leanback: fix NPE caused by late loading main fragment. am: dc21f7e029 by Dake Gu · 8 years ago
  45. 0b168ed Leanback tests: Updated guidedaction tests to use the new by Keyvan Amiri · 8 years ago
  46. 0940b08 Merge changes I3009e1d1,I0b38de24 into nyc-support-24.1-dev by Dake Gu · 8 years ago
  47. 4fef705 Leanback: Disable 9-patch shadow on API-19 am: b7c09c22aa am: 678e5f8d10 by Dake Gu · 8 years ago
  48. 678e5f8 Leanback: Disable 9-patch shadow on API-19 am: b7c09c22aa by Dake Gu · 8 years ago
  49. 61b8004 Fix BrowseFragmentTest by Dake Gu · 8 years ago
  50. dc21f7e leanback: fix NPE caused by late loading main fragment. by Dake Gu · 8 years ago
  51. b7c09c2 Leanback: Disable 9-patch shadow on API-19 by Dake Gu · 8 years ago
  52. fd6c0b5 Merge "Fix BrowseFragmentTest" by Dake Gu · 8 years ago
  53. fd5c905 GuidedStepFragment: Fix ResourceNotFound crash before v21 am: e9b9196e4f am: 2157851886 am: 5ad08a15f4 by Dake Gu · 8 years ago
  54. 5ad08a1 GuidedStepFragment: Fix ResourceNotFound crash before v21 am: e9b9196e4f by Dake Gu · 8 years ago
  55. 2157851 GuidedStepFragment: Fix ResourceNotFound crash before v21 am: e9b9196e4f by Dake Gu · 8 years ago
  56. e9b9196 GuidedStepFragment: Fix ResourceNotFound crash before v21 by Dake Gu · 8 years ago
  57. d89094b Fix BrowseFragmentTest by Dake Gu · 8 years ago
  58. 4be37f9 Merge "leanback: fix NPE caused by late loading main fragment." by Dake Gu · 8 years ago
  59. 84b680b Merge "Creating a new PlaybackFragment." by Susnata Basak · 8 years ago
  60. a41f8be Merge "Leanback DatePicker tests: Updated tests to use ActivityTestRule, added leap year tests and broke down test cases into smaller components" by Dake Gu · 8 years ago
  61. afd999a Creating a new PlaybackFragment. by susnata · 8 years ago
  62. de3f815 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  63. 489c9a8 leanback: fix NPE caused by late loading main fragment. by Dake Gu · 8 years ago
  64. 23cd461 Leanback DatePicker tests: Updated tests to use ActivityTestRule, by Keyvan Amiri · 8 years ago
  65. 734ed7b GuidedStepFragment: add tests for sub actions by Dake Gu · 8 years ago
  66. d1f491d Merge "Fix GridWidgetTest.testFocusableViewAvailable" by Dake Gu · 8 years ago
  67. 61afde6 Fix GridWidgetTest.testFocusableViewAvailable by Dake Gu · 8 years ago
  68. f0039c1 resolve merge conflicts of 019c65e to master by Aurimas Liutikas · 8 years ago
  69. ae746be GuidedStepFragment: support BACK for drop down list by Dake Gu · 8 years ago
  70. fad2335 Annotate more support lib tests with size annotations. by Aurimas Liutikas · 8 years ago
  71. be4e1b8 Merge "Add GuidedStepFragment tests" by Dake Gu · 8 years ago
  72. b8706fd Add GuidedStepFragment tests by Dake Gu · 8 years ago
  73. 233a3ba Merge "Add call to update screen title" by TreeHugger Robot · 8 years ago
  74. fef0097 Add call to update screen title by Tony Mantler · 8 years ago
  75. 35a6804 Fix build for Parallax test by Dake Gu · 8 years ago
  76. f5f386a Merge "leanback: Refactoring ParallaxSource to use Property" by Dake Gu · 8 years ago
  77. 3600ec0 Merge "leanback: change error message default max line to 3" by Dake Gu · 8 years ago
  78. 2ae1db1 leanback: change error message default max line to 3 by Dake Gu · 8 years ago
  79. d1bad4a Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 8 years ago
  80. a1e0c3d Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  81. 44cb4e7 Update to new test runner and espresso. am: dfe7578733 am: 8dae1dacb8 am: f6d7dd9037 by Aurimas Liutikas · 8 years ago
  82. db3e36a Merge "Fixing RowHeaderPresenter unit test." by Susnata Basak · 8 years ago
  83. 50d7840 Fixing RowHeaderPresenter unit test. by susnata · 8 years ago
  84. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  85. e69a294 leanback: make picker item height shorter by Dake Gu · 8 years ago
  86. 10ebe63 Merge "leanback: use android attr vertical/horizontalSpacing" by Dake Gu · 8 years ago
  87. ef4e1b3 leanback: use android attr vertical/horizontalSpacing by Dake Gu · 8 years ago
  88. 1a89c91 Fixing talkback issue with DividerRow in HeadersFragment. by susnata · 8 years ago
  89. 00bd96e Merge "Adding description field in HeaderPresenter (BrowseFragment)." by Susnata Basak · 8 years ago
  90. 48cbca8 Adding description field in HeaderPresenter (BrowseFragment). by susnata · 8 years ago
  91. f17f812 Merge "Support library: Updated API docs for media item presenter" into nyc-support-24.1-dev by Keyvan Amiri · 8 years ago
  92. 78be441 Support library: Updated API docs for media item presenter by Keyvan Amiri · 8 years ago
  93. 3778c4e leanback: Refactoring ParallaxSource to use Property by Dake Gu · 8 years ago
  94. 8be7e7b fix doc build by Dake Gu · 8 years ago
  95. 0be6385 Merge "Remove unused files from leanback graphics package." by Susnata Basak · 8 years ago
  96. ae737d0 Remove unused files from leanback graphics package. by susnata · 8 years ago
  97. b9a2fe8 Merge "Fixing compilation issues with unit tests." by Susnata Basak · 8 years ago
  98. dba1fc8 Fixing compilation issues with unit tests. by susnata · 8 years ago
  99. 2f5097e Merge "Fixing build by updating broken link in javadoc." by Susnata Basak · 8 years ago
  100. 15c3f43 Fixing build by updating broken link in javadoc. by susnata · 8 years ago