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