1. 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
  2. d0a11f3 Merge "Use GenericLifecycleObserver inside of LiveData" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  3. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  4. f6d7c68 Created a LiveData wrapper for Publisher, that subscribes in onActive by Florina Muntenescu · 7 years ago
  5. d99995d Use GenericLifecycleObserver inside of LiveData by Sergey Vasilinets · 7 years ago
  6. 1723018 Merge "Initial support of superclasses from jars" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  7. b07f29b Merge "leanback: support icon in "one line" Action" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  8. 85a9c84 Merge "Mark Fragment.onCreateView inflater as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  9. b4bd27d Merge "Add nullability annotations to ExifInterface." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  10. 619b2be Initial support of superclasses from jars by Sergey Vasilinets · 7 years ago
  11. fc772ef leanback: support icon in "one line" Action by Dake Gu · 7 years ago
  12. f000257 Merge "Add nullability annotations to CardView." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  13. cb6c3b1 Merge "Add nullability annotations to core-ui widget package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  14. 3a0823f Merge "Add nullability annotations to Fragment." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  15. daf790f Merge "Add nullability annotations to core-ui view package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  16. 1afc488 Merge "Hide incorrectly public methods on KeyedDataSource" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  17. 7bca07b Add nullability annotations to CardView. by Jake Wharton · 7 years ago
  18. 8936a10 Add nullability annotations to ExifInterface. by Jake Wharton · 7 years ago
  19. 882fcba Merge "Add TrustedWebUtils for launching Trusted Web Activity" into oc-mr1-support-27.0-dev by Yusuf Ozuysal · 7 years ago
  20. 2609832 Hide incorrectly public methods on KeyedDataSource by Chris Craik · 7 years ago
  21. 8527496 Add nullability annotations to core-ui widget package. by Jake Wharton · 7 years ago
  22. b97f4a5 Merge "Add missing nullability annotations to Palette." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  23. 70efa29 Add nullability annotations to core-ui view package. by Jake Wharton · 7 years ago
  24. 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
  25. 2a37c00 Add nullability annotations to Fragment. by Jake Wharton · 7 years ago
  26. 44a174d Add missing nullability annotations to Palette. by Jake Wharton · 7 years ago
  27. 5f9db50 Fix failing AppCompatTextViewTest#testTypefaceAttribute_fontFamilyHierarchy by Clara Bayarri · 7 years ago
  28. 758621d Implement Font callback for asynchronous font fetching by Clara Bayarri · 7 years ago
  29. a1be003 Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys by Florina Muntenescu · 7 years ago
  30. 3f632e5 Merge "Fix correctness issues while choosing Adapters for LifecycleObservers" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  31. 77ac375 Merge "Annotate Fragment.onSaveInstanceState Bundle as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  32. 6d237b3 Fix correctness issues while choosing Adapters for LifecycleObservers by Sergey Vasilinets · 7 years ago
  33. ee09040 Merge "EmojiCompat, handle InputConnection is null case" into oc-mr1-support-27.0-dev by Siyamed Sinir · 7 years ago
  34. 8d7346c Merge "Fail when non-null fields are missing in query" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  35. abdae2e Annotate Fragment.onSaveInstanceState Bundle as non-null. by Jake Wharton · 7 years ago
  36. b4e1bbe Mark Fragment.onCreateView inflater as non-null. by Jake Wharton · 7 years ago
  37. d3a6140 Add TrustedWebUtils for launching Trusted Web Activity by Yusuf Ozuysal · 7 years ago
  38. 26209c7 Merge "Annotate Fragment.onViewCreated view as non-null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  39. 8a68d2f Merge changes Ib38bd0dd,I37d12b39,I88665043,Id06ff4a4,I6b6f944e into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  40. 7d4f7b5 EmojiCompat, handle InputConnection is null case by Siyamed Sinir · 7 years ago
  41. 3c0b715 Merge "Add nullability annotations to compat content package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  42. fe9dfb2 Merge "Add nullability annotations to compat net package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  43. dc3bc8c Merge "Release state lock on FragmentManager on permission result" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  44. 9f49814 Add nullability annotations to compat util package. by Jake Wharton · 7 years ago
  45. b263951 Add nullability annotations to compat accessibility package. by Jake Wharton · 7 years ago
  46. 64577cc Add nullability annotations to compat hardware package. by Jake Wharton · 7 years ago
  47. 23c19ec Add nullability annotations to compat graphics package. by Jake Wharton · 7 years ago
  48. 0a3498a Add nullability annotations to compat provider package. by Jake Wharton · 7 years ago
  49. 985926b Add nullability annotations to compat content package. by Jake Wharton · 7 years ago
  50. afbbe0a Fail when non-null fields are missing in query by Yigit Boyar · 7 years ago
  51. cb3829a Annotate Fragment.onViewCreated view as non-null. by Jake Wharton · 7 years ago
  52. dd5763c Merge "Move to using build-tools 27.0.0" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  53. a9fb9a0 Merge "Handle re-entry in invalidation tracker" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  54. 1c14ccb Merge "Rename AppToolkitExecutor to ArchTaskExecutor" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  55. ea49b1f Merge "leanback: prioritize support lib fragment in package-info" into oc-mr1-dev by Dake Gu · 7 years ago
  56. ec76b5f Merge "leanback: prioritize support lib fragment in package-info" into oc-mr1-dev by Dake Gu · 7 years ago
  57. 205c946 Release state lock on FragmentManager on permission result by George Mount · 7 years ago
  58. 93745fc customtabs: Add the validateRelationship() service call. by Benoît Lizé · 7 years ago
  59. d7310e8 Merge "Add nullability annotations to compat app package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  60. 85b7b35 Merge "Revert "Move support-fragment code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  61. 6f8bc40 Merge "Revert "Move dynamic-animation code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  62. 92ace0d Merge "Revert "Move support-content code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  63. fb4e121 Revert "Move dynamic-animation code to standard directories." by Aurimas Liutikas · 7 years ago
  64. c06f8f0 Revert "Move support-fragment code to standard directories." by Aurimas Liutikas · 7 years ago
  65. bcea424 Revert "Move support-content code to standard directories." by Aurimas Liutikas · 7 years ago
  66. 47f56c7 Merge "Revert "Move support-cardview code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  67. 3e4346d Revert "Move support-cardview code to standard directories." by Aurimas Liutikas · 7 years ago
  68. 305010f Add nullability annotations to compat net package. by Jake Wharton · 7 years ago
  69. 278e3a0 Merge "Revert "Move transition code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  70. ae36c8b Rename AppToolkitExecutor to ArchTaskExecutor by Yigit Boyar · 7 years ago
  71. 96b3dee Revert "Move transition code to standard directories." by Aurimas Liutikas · 7 years ago
  72. 7db4214 Merge "Fix for bad behavior for attachToRecyclerView during long press." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  73. 9e9f611 Merge "Limit characters in table/column names" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  74. 5fe8189 Merge "Move dynamic-animation code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  75. 3f47593 Merge "Add nullability annotations to compat widget package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  76. 36d2e40 Merge "Revert "Move customtabs code to standard directories."" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  77. 809d1e4 Revert "Move customtabs code to standard directories." by Aurimas Liutikas · 7 years ago
  78. f3b01d8 Limit characters in table/column names by Yigit Boyar · 7 years ago
  79. fb6c4d1 Merge "Move support-compat code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  80. 10b9a2d Merge "Move support-core-utils code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  81. 2bbac5d Merge "Move emoji code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  82. a9f4cc6 Merge "Move transition code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  83. 8b539e2 Merge "Move support-fragment code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  84. d8d60cf Merge "Move support-content code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  85. 438b71b Merge "Move customtabs code to standard directories." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  86. cbfc663 Add nullability annotations to compat app package. by Jake Wharton · 7 years ago
  87. e208f97 Add nullability annotations to compat widget package. by Jake Wharton · 7 years ago
  88. d069a4c Fix: LiveData stayed active if observer removed itself during addition by Sergey Vasilinets · 7 years ago
  89. 9610cdd Handle re-entry in invalidation tracker by Yigit Boyar · 7 years ago
  90. bbd11a6 Move transition code to standard directories. by Aurimas Liutikas · 7 years ago
  91. 97c7537 Move to using build-tools 27.0.0 by Aurimas Liutikas · 7 years ago
  92. 09f8c0a Enabling platform/sdk prebuilt for PDK builds to break dependency on framework/support am: 9fc5fe92f7 by Dolly Dhariwal · 7 years ago
  93. df23147 Enabling platform/sdk prebuilt for PDK builds to break dependency on framework/support by Dolly Dhariwal · 7 years ago
  94. f86972a Move dynamic-animation code to standard directories. by Aurimas Liutikas · 7 years ago
  95. eaad7ee Move emoji code to standard directories. by Aurimas Liutikas · 7 years ago
  96. cb3c199 Merge "Throwing an error when a recursive reference loop is discovered." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  97. 7ebbd39 Merge "Return 'this' from builder-like method." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  98. 43ef1fd Move customtabs code to standard directories. by Aurimas Liutikas · 7 years ago
  99. bf266a4 Move support-compat code to standard directories. by Aurimas Liutikas · 7 years ago
  100. a31752d Merge "Delete usages of LifecycleActivity and LifecycleFragment" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago