1. 75a074d Merge "Update proguard since introduction of GeneratedAdapter" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  2. 88f66c0 Merge "Adding more details in the Transformations JavaDoc, for map and switchMap." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  3. 244c2ff Update proguard since introduction of GeneratedAdapter by Sergey Vasilinets · 7 years ago
  4. 551ac3f Merge "Media-compat: Remove deprecated shuffleMode(boolean) codes" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  5. 1adc79e Merge "leanback: fix the requestAudioFocus nightmare" into oc-mr1-support-27.0-dev by Dake Gu · 7 years ago
  6. 9c1f6a8 Merge "Composite adapters." into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  7. 95fb68c Adding more details in the Transformations JavaDoc, for map and switchMap. by Florina Muntenescu · 7 years ago
  8. 7b2b121 increment version for release. by Yigit Boyar · 7 years ago
  9. d73578f Merge "Annotate with @NonNull DefaultLifecycleObserver" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  10. ae2a99a Merge "Add missing end tag for PercenFrameLayout docs." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  11. 492293f Media-compat: Remove deprecated shuffleMode(boolean) codes by Hyundo Moon · 7 years ago
  12. 53c6f2c Merge "leanback: deprecate VoiceInputActivity" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  13. 103bab2 Merge "Port Ambient functionality over to :support-wear." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  14. 7b42d7d Port Ambient functionality over to :support-wear. by Aga Madurska · 7 years ago
  15. 602a3a2 Add missing end tag for PercenFrameLayout docs. by Aga Madurska · 7 years ago
  16. d96eeb4 Fix crash in font loading API 26 by Clara Bayarri · 7 years ago
  17. 9807dc7 Merge "Validate indices in migrations" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  18. 7f0b5df Merge "eanback: remove deprecated PlaybackOverlayFragment related classes" into oc-mr1-dev by Dake Gu · 7 years ago
  19. 830bbd6 Merge "eanback: remove deprecated PlaybackOverlayFragment related classes" into oc-mr1-dev by Dake Gu · 7 years ago
  20. cda0379 Merge "Pick no-arg constructor by default." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  21. 2db0875 Validate indices in migrations by Yigit Boyar · 7 years ago
  22. 7c6b862 Disable WITH Query tests before API 21 by Yigit Boyar · 7 years ago
  23. a063588 Allow using Java 8 for libraries with minSdk 24 or higher. by Aurimas Liutikas · 7 years ago
  24. acd97ab leanback: fix the requestAudioFocus nightmare by Dake Gu · 7 years ago
  25. b9ea734 Pick no-arg constructor by default. by Yigit Boyar · 7 years ago
  26. 564b322 Move to AGP 3.0.0-beta7. by Aurimas Liutikas · 7 years ago
  27. 9b581e9 Annotate with @NonNull DefaultLifecycleObserver by Sergey Vasilinets · 7 years ago
  28. bd7f949 Merge "67002586: Create @NavigationRes + Lint check" into oc-mr1-support-27.0-dev by Tor Norbye · 7 years ago
  29. 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
  30. d0a11f3 Merge "Use GenericLifecycleObserver inside of LiveData" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  31. 91df2cf Composite adapters. by Sergey Vasilinets · 7 years ago
  32. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  33. f6d7c68 Created a LiveData wrapper for Publisher, that subscribes in onActive by Florina Muntenescu · 7 years ago
  34. d99995d Use GenericLifecycleObserver inside of LiveData by Sergey Vasilinets · 7 years ago
  35. 1723018 Merge "Initial support of superclasses from jars" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  36. b07f29b Merge "leanback: support icon in "one line" Action" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  37. 85a9c84 Merge "Mark Fragment.onCreateView inflater as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  38. b4bd27d Merge "Add nullability annotations to ExifInterface." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  39. 619b2be Initial support of superclasses from jars by Sergey Vasilinets · 7 years ago
  40. fc772ef leanback: support icon in "one line" Action by Dake Gu · 7 years ago
  41. f000257 Merge "Add nullability annotations to CardView." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  42. c0929ef leanback: deprecate VoiceInputActivity by Dake Gu · 7 years ago
  43. cb6c3b1 Merge "Add nullability annotations to core-ui widget package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  44. 3a0823f Merge "Add nullability annotations to Fragment." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  45. daf790f Merge "Add nullability annotations to core-ui view package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  46. 1afc488 Merge "Hide incorrectly public methods on KeyedDataSource" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  47. 7bca07b Add nullability annotations to CardView. by Jake Wharton · 7 years ago
  48. 8936a10 Add nullability annotations to ExifInterface. by Jake Wharton · 7 years ago
  49. 882fcba Merge "Add TrustedWebUtils for launching Trusted Web Activity" into oc-mr1-support-27.0-dev by Yusuf Ozuysal · 7 years ago
  50. 2609832 Hide incorrectly public methods on KeyedDataSource by Chris Craik · 7 years ago
  51. b5ce52c Improve KeyedDataSource docs by Chris Craik · 7 years ago
  52. 8527496 Add nullability annotations to core-ui widget package. by Jake Wharton · 7 years ago
  53. b97f4a5 Merge "Add missing nullability annotations to Palette." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  54. 70efa29 Add nullability annotations to core-ui view package. by Jake Wharton · 7 years ago
  55. 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
  56. 2a37c00 Add nullability annotations to Fragment. by Jake Wharton · 7 years ago
  57. 44a174d Add missing nullability annotations to Palette. by Jake Wharton · 7 years ago
  58. 5f9db50 Fix failing AppCompatTextViewTest#testTypefaceAttribute_fontFamilyHierarchy by Clara Bayarri · 7 years ago
  59. 758621d Implement Font callback for asynchronous font fetching by Clara Bayarri · 7 years ago
  60. a1be003 Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys by Florina Muntenescu · 7 years ago
  61. 3f632e5 Merge "Fix correctness issues while choosing Adapters for LifecycleObservers" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  62. 77ac375 Merge "Annotate Fragment.onSaveInstanceState Bundle as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  63. 6d237b3 Fix correctness issues while choosing Adapters for LifecycleObservers by Sergey Vasilinets · 7 years ago
  64. ee09040 Merge "EmojiCompat, handle InputConnection is null case" into oc-mr1-support-27.0-dev by Siyamed Sinir · 7 years ago
  65. 8d7346c Merge "Fail when non-null fields are missing in query" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  66. abdae2e Annotate Fragment.onSaveInstanceState Bundle as non-null. by Jake Wharton · 7 years ago
  67. b4e1bbe Mark Fragment.onCreateView inflater as non-null. by Jake Wharton · 7 years ago
  68. d3a6140 Add TrustedWebUtils for launching Trusted Web Activity by Yusuf Ozuysal · 7 years ago
  69. 26209c7 Merge "Annotate Fragment.onViewCreated view as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  70. 8a68d2f Merge changes Ib38bd0dd,I37d12b39,I88665043,Id06ff4a4,I6b6f944e into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  71. 7d4f7b5 EmojiCompat, handle InputConnection is null case by Siyamed Sinir · 7 years ago
  72. 3c0b715 Merge "Add nullability annotations to compat content package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  73. fe9dfb2 Merge "Add nullability annotations to compat net package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  74. dc3bc8c Merge "Release state lock on FragmentManager on permission result" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  75. 9f49814 Add nullability annotations to compat util package. by Jake Wharton · 7 years ago
  76. b263951 Add nullability annotations to compat accessibility package. by Jake Wharton · 7 years ago
  77. 64577cc Add nullability annotations to compat hardware package. by Jake Wharton · 7 years ago
  78. 23c19ec Add nullability annotations to compat graphics package. by Jake Wharton · 7 years ago
  79. 0a3498a Add nullability annotations to compat provider package. by Jake Wharton · 7 years ago
  80. 985926b Add nullability annotations to compat content package. by Jake Wharton · 7 years ago
  81. afbbe0a Fail when non-null fields are missing in query by Yigit Boyar · 7 years ago
  82. cb3829a Annotate Fragment.onViewCreated view as non-null. by Jake Wharton · 7 years ago
  83. dd5763c Merge "Move to using build-tools 27.0.0" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  84. a9fb9a0 Merge "Handle re-entry in invalidation tracker" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  85. 1c14ccb Merge "Rename AppToolkitExecutor to ArchTaskExecutor" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  86. ea49b1f Merge "leanback: prioritize support lib fragment in package-info" into oc-mr1-dev by Dake Gu · 7 years ago
  87. ec76b5f Merge "leanback: prioritize support lib fragment in package-info" into oc-mr1-dev by Dake Gu · 7 years ago
  88. 205c946 Release state lock on FragmentManager on permission result by George Mount · 7 years ago
  89. 93745fc customtabs: Add the validateRelationship() service call. by Benoît Lizé · 7 years ago
  90. d7310e8 Merge "Add nullability annotations to compat app package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  91. 85b7b35 Merge "Revert "Move support-fragment code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  92. 6f8bc40 Merge "Revert "Move dynamic-animation code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  93. 92ace0d Merge "Revert "Move support-content code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  94. fb4e121 Revert "Move dynamic-animation code to standard directories." by Aurimas Liutikas · 7 years ago
  95. c06f8f0 Revert "Move support-fragment code to standard directories." by Aurimas Liutikas · 7 years ago
  96. bcea424 Revert "Move support-content code to standard directories." by Aurimas Liutikas · 7 years ago
  97. 47f56c7 Merge "Revert "Move support-cardview code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  98. 3e4346d Revert "Move support-cardview code to standard directories." by Aurimas Liutikas · 7 years ago
  99. 305010f Add nullability annotations to compat net package. by Jake Wharton · 7 years ago
  100. 278e3a0 Merge "Revert "Move transition code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago