1. 9c1f6a8 Merge "Composite adapters." into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  2. 95fb68c Adding more details in the Transformations JavaDoc, for map and switchMap. by Florina Muntenescu · 7 years ago
  3. 7b2b121 increment version for release. by Yigit Boyar · 7 years ago
  4. a464212 Merge "Annotate with @NonNull DefaultLifecycleObserver" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  5. d73578f Merge "Annotate with @NonNull DefaultLifecycleObserver" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  6. d37e99e Merge "Add missing end tag for PercenFrameLayout docs." into oc-mr1-support-27.0-dev by Aga Madurska · 7 years ago
  7. ae2a99a Merge "Add missing end tag for PercenFrameLayout docs." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  8. 492293f Media-compat: Remove deprecated shuffleMode(boolean) codes by Hyundo Moon · 7 years ago
  9. 9e00389 Merge "leanback: deprecate VoiceInputActivity" into oc-mr1-support-27.0-dev by Dake Gu · 7 years ago
  10. 53c6f2c Merge "leanback: deprecate VoiceInputActivity" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  11. c21c581 Merge "Port Ambient functionality over to :support-wear." into oc-mr1-support-27.0-dev by Aga Madurska · 7 years ago
  12. 103bab2 Merge "Port Ambient functionality over to :support-wear." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  13. 7b42d7d Port Ambient functionality over to :support-wear. by Aga Madurska · 7 years ago
  14. 602a3a2 Add missing end tag for PercenFrameLayout docs. by Aga Madurska · 7 years ago
  15. d96eeb4 Fix crash in font loading API 26 by Clara Bayarri · 7 years ago
  16. f9c812b Merge "Validate indices in migrations" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  17. 9807dc7 Merge "Validate indices in migrations" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  18. eb8a0e1 Merge "eanback: remove deprecated PlaybackOverlayFragment related classes" into oc-mr1-dev am: 830bbd6989 by Dake Gu · 7 years ago
  19. 7f0b5df Merge "eanback: remove deprecated PlaybackOverlayFragment related classes" into oc-mr1-dev by Dake Gu · 7 years ago
  20. 830bbd6 Merge "eanback: remove deprecated PlaybackOverlayFragment related classes" into oc-mr1-dev by Dake Gu · 7 years ago
  21. 58bf186 Merge "Pick no-arg constructor by default." into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  22. cda0379 Merge "Pick no-arg constructor by default." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  23. 2db0875 Validate indices in migrations by Yigit Boyar · 7 years ago
  24. 7c6b862 Disable WITH Query tests before API 21 by Yigit Boyar · 7 years ago
  25. a063588 Allow using Java 8 for libraries with minSdk 24 or higher. by Aurimas Liutikas · 7 years ago
  26. c926866 Merge "Move CoordinatorLayout from design to core-ui" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  27. acd97ab leanback: fix the requestAudioFocus nightmare by Dake Gu · 7 years ago
  28. b9ea734 Pick no-arg constructor by default. by Yigit Boyar · 7 years ago
  29. 564b322 Move to AGP 3.0.0-beta7. by Aurimas Liutikas · 7 years ago
  30. a3f5b46 Move CoordinatorLayout from design to core-ui by Kirill Grouchnikov · 7 years ago
  31. a600d91 Merge "67002586: Create @NavigationRes + Lint check" into oc-mr1-support-27.0-dev by Tor Norbye · 7 years ago
  32. 9b581e9 Annotate with @NonNull DefaultLifecycleObserver by Sergey Vasilinets · 7 years ago
  33. bd7f949 Merge "67002586: Create @NavigationRes + Lint check" into oc-mr1-support-27.0-dev by Tor Norbye · 7 years ago
  34. 046bc2d Merge "Created a LiveData wrapper for Publisher, that subscribes in onActive and unsubscribes in onInactive The LiveData will not handle the following cases: * hot RxJava observable: if the Publisher emits, while the LiveData is inactive, the LiveData will not handle this. * completed streams: if the Publisher completes, either with onError or onComplete, when the LiveData becomes active, it will re-subscribe." into oc-mr1-support-27.0-dev by Florina Muntenescu · 7 years ago
  35. 88efb13 Merge "Use GenericLifecycleObserver inside of LiveData" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  36. 48d64d0 Merge "Created a LiveData wrapper for Publisher, that subscribes in onActive and unsubscribes in onInactive The LiveData will not handle the following cases: * hot RxJava observable: if the Publisher emits, while the LiveData is inactive, the LiveData will not handle this. * completed streams: if the Publisher completes, either with onError or onComplete, when the LiveData becomes active, it will re-subscribe." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  37. c0e479a Merge commit '034bc505154bbb42c588e2fc06f46596e3a44a1b' into mergefix by Aurimas Liutikas · 7 years ago
  38. d0a11f3 Merge "Use GenericLifecycleObserver inside of LiveData" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  39. 91df2cf Composite adapters. by Sergey Vasilinets · 7 years ago
  40. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  41. f6d7c68 Created a LiveData wrapper for Publisher, that subscribes in onActive by Florina Muntenescu · 7 years ago
  42. d99995d Use GenericLifecycleObserver inside of LiveData by Sergey Vasilinets · 7 years ago
  43. d9063bf Merge "Initial support of superclasses from jars" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  44. bd6ab5f Merge "leanback: support icon in "one line" Action" into oc-mr1-support-27.0-dev by Dake Gu · 7 years ago
  45. 1723018 Merge "Initial support of superclasses from jars" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  46. 62d5d7a Merge commit '85a9c84f09e9ba746c3ad4a9019fcff3ba69fc66' into manual_merge_85a9c84f09 by Jake Wharton · 7 years ago
  47. b07f29b Merge "leanback: support icon in "one line" Action" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  48. 85a9c84 Merge "Mark Fragment.onCreateView inflater as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  49. 1b8b26a Merge "Add nullability annotations to ExifInterface." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  50. b4bd27d Merge "Add nullability annotations to ExifInterface." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  51. 619b2be Initial support of superclasses from jars by Sergey Vasilinets · 7 years ago
  52. fc772ef leanback: support icon in "one line" Action by Dake Gu · 7 years ago
  53. aa46b44 Merge "Add nullability annotations to CardView." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  54. f000257 Merge "Add nullability annotations to CardView." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  55. c0929ef leanback: deprecate VoiceInputActivity by Dake Gu · 7 years ago
  56. fd289ed Merge changes from topics "am-c6d51995-40e4-487a-8216-1238dee84295", "am-bec6bd91-9b81-4190-88a3-14014a3b840e", "am-b92a4865-a367-4f53-b9d7-b8c9df01398c", "am-0f3a5867-9dcb-4a41-9dfb-d846a76a866c", "am-d88f5aa8-7788-475e-9f1e-ef4fd111e4f0" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  57. 68b6890 Merge "Add nullability annotations to core-ui widget package." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  58. 75f04aa Merge "Add nullability annotations to Fragment." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  59. cb6c3b1 Merge "Add nullability annotations to core-ui widget package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  60. 3a0823f Merge "Add nullability annotations to Fragment." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  61. f399af2 Merge "Add nullability annotations to core-ui view package." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  62. daf790f Merge "Add nullability annotations to core-ui view package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  63. 16ccffa Merge "Hide incorrectly public methods on KeyedDataSource" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  64. 1afc488 Merge "Hide incorrectly public methods on KeyedDataSource" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  65. e1538a1 Add androidTest for ColumnCardView by Yao, Yuxing · 7 years ago
  66. 11903c1 Move car support lib dir under src/main/java; update build.gradle and Android.mk by Yao, Yuxing · 7 years ago
  67. ab07f45 Add PagedListView. by Anthony Chen · 7 years ago
  68. 775bb5d Initial add for ColumnCalculator and ColumnCardView. by Anthony Chen · 7 years ago
  69. 8b2eb6e Create directory for a support library for the Car. by Anthony Chen · 7 years ago
  70. 7bca07b Add nullability annotations to CardView. by Jake Wharton · 7 years ago
  71. 8936a10 Add nullability annotations to ExifInterface. by Jake Wharton · 7 years ago
  72. 2a37484 Merge "Add TrustedWebUtils for launching Trusted Web Activity" into oc-mr1-support-27.0-dev by Yusuf Ozuysal · 7 years ago
  73. 882fcba Merge "Add TrustedWebUtils for launching Trusted Web Activity" into oc-mr1-support-27.0-dev by Yusuf Ozuysal · 7 years ago
  74. 2609832 Hide incorrectly public methods on KeyedDataSource by Chris Craik · 7 years ago
  75. b5ce52c Improve KeyedDataSource docs by Chris Craik · 7 years ago
  76. 8527496 Add nullability annotations to core-ui widget package. by Jake Wharton · 7 years ago
  77. e3595a4 Merge "Add missing nullability annotations to Palette." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  78. b97f4a5 Merge "Add missing nullability annotations to Palette." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  79. 70efa29 Add nullability annotations to core-ui view package. by Jake Wharton · 7 years ago
  80. 4fd8e26 Merge "Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys since SQLite generates them, when null." into oc-mr1-support-27.0-dev by Florina Muntenescu · 7 years ago
  81. 8750512 Merge "Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys since SQLite generates them, when null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  82. 7ffc539 Fix failing AppCompatTextViewTest#testTypefaceAttribute_fontFamilyHierarchy by Clara Bayarri · 7 years ago
  83. 0347c65 Implement Font callback for asynchronous font fetching am: 758621d236 by Clara Bayarri · 7 years ago
  84. 2a37c00 Add nullability annotations to Fragment. by Jake Wharton · 7 years ago
  85. 44a174d Add missing nullability annotations to Palette. by Jake Wharton · 7 years ago
  86. 5f9db50 Fix failing AppCompatTextViewTest#testTypefaceAttribute_fontFamilyHierarchy by Clara Bayarri · 7 years ago
  87. 758621d Implement Font callback for asynchronous font fetching by Clara Bayarri · 7 years ago
  88. a1be003 Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys by Florina Muntenescu · 7 years ago
  89. a952093 Merge "Fix correctness issues while choosing Adapters for LifecycleObservers" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  90. 3f632e5 Merge "Fix correctness issues while choosing Adapters for LifecycleObservers" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  91. 6518812 Merge "Annotate Fragment.onSaveInstanceState Bundle as non-null." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  92. 77ac375 Merge "Annotate Fragment.onSaveInstanceState Bundle as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  93. 6d237b3 Fix correctness issues while choosing Adapters for LifecycleObservers by Sergey Vasilinets · 7 years ago
  94. 4dfab91 Merge "EmojiCompat, handle InputConnection is null case" into oc-mr1-support-27.0-dev by Siyamed Sinir · 7 years ago
  95. 7cd04b5 Merge "Fail when non-null fields are missing in query" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  96. ee09040 Merge "EmojiCompat, handle InputConnection is null case" into oc-mr1-support-27.0-dev by Siyamed Sinir · 7 years ago
  97. 8d7346c Merge "Fail when non-null fields are missing in query" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  98. abdae2e Annotate Fragment.onSaveInstanceState Bundle as non-null. by Jake Wharton · 7 years ago
  99. b4e1bbe Mark Fragment.onCreateView inflater as non-null. by Jake Wharton · 7 years ago
  100. d3a6140 Add TrustedWebUtils for launching Trusted Web Activity by Yusuf Ozuysal · 7 years ago