1. b632de5 Add PageKeyedDataSource by Chris Craik · 8 years ago
  2. f8f9f06 Merge "Improve LivePagedListBuilder docs" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  3. dc9c352 Merge "Use param objects for DataSource load methods" into oc-mr1-support-27.0-dev by Chris Craik · 8 years ago
  4. 061c6ad Merge "Move most app-toolkit dependencies to kotlin." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 8 years ago
  5. 694588d Use param objects for DataSource load methods by Chris Craik · 8 years ago
  6. ea6f44a Add nullability annotations to arch-runtime. by Jake Wharton · 8 years ago
  7. 91ce6af Fix generated proguard rule by Sergey Vasilinets · 8 years ago
  8. 800d8f6 Merge "Further split DataSource callbacks, so any method available is valid" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  9. 4fea2ae Merge "Fully disable kotlin '*' imports" into oc-mr1-support-27.0-dev by Chris Craik · 8 years ago
  10. f174a1c Further split DataSource callbacks, so any method available is valid by Chris Craik · 8 years ago
  11. 2fda39f Improve LivePagedListBuilder docs by Chris Craik · 8 years ago
  12. b09822f Merge "Make build.gradle files even more kotlin script friendly." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 8 years ago
  13. ba02716 Merge "Revert "Updated the JavaDoc for LiveData#onActive"" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  14. 81b5bac Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 8 years ago
  15. d48fbbf Merge "diff_and_docs in Kotlin" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 8 years ago
  16. fa585c2 Fully disable kotlin '*' imports by Chris Craik · 8 years ago
  17. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 8 years ago
  18. 425f25b Merge "Update to using newer ErrorProne and supress new warnings." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 8 years ago
  19. 4597dbf Merge "Do not call setPrimaryItem when ViewPager adapter is empty." into oc-mr1-support-27.0-dev by Jake Wharton · 8 years ago
  20. 5cf395a Revert "Updated the JavaDoc for LiveData#onActive" by Florina Muntenescu · 8 years ago
  21. 22b6214 diff_and_docs in Kotlin by Sergey Vasilinets · 8 years ago
  22. a21688b Updated the JavaDoc for LiveData#onActive by Florina Muntenescu · 8 years ago
  23. 1a1fd46 Update to using newer ErrorProne and supress new warnings. by Aurimas Liutikas · 8 years ago
  24. 25c6163 Only add baseline file when it exists. by Jake Wharton · 8 years ago
  25. 5844e46 Do not call setPrimaryItem when ViewPager adapter is empty. by Jake Wharton · 8 years ago
  26. b2717a3 Merge "Add BoundaryCallback empty defaults" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  27. 7a15ab8 Merge "Remove checkVersion task from app-toolkit project." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  28. bdc66f5 Merge "Update Kotlin style wrapping and imports." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  29. ee4da72 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  30. dd5f4e7 Update Kotlin style wrapping and imports. by Aurimas Liutikas · 8 years ago
  31. 6f1f556 Reformat kotlin code to match ktlint expectations. by Aurimas Liutikas · 8 years ago
  32. 1ddf907 Merge "Turn off kotlin compilation daemon on build server" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 8 years ago
  33. 71469cb Turn off kotlin compilation daemon on build server by Sergey Vasilinets · 8 years ago
  34. b3845c3 Remove checkVersion task from app-toolkit project. by Aurimas Liutikas · 8 years ago
  35. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 8 years ago
  36. 927a6a5 Update version number for 27.0.2 by Kathy Kam · 8 years ago
  37. 510be0c Merge "Rewrite Doclava task to Kotlin" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  38. e9ee199 Merge "Fix double onInserted for async initial data" into oc-mr1-support-27.0-dev by Chris Craik · 8 years ago
  39. a9f40e9 Merge "Fix crash in TypefaceCompatApi26Impl" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  40. 17a1890 Rewrite Doclava task to Kotlin by Sergey Vasilinets · 8 years ago
  41. 5f9d120 Fix double onInserted for async initial data by Chris Craik · 8 years ago
  42. eacf406 Merge "Add InitialLoadCallback argument checks" into oc-mr1-support-27.0-dev by Chris Craik · 8 years ago
  43. a14113a Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 8 years ago
  44. b4739ba Merge "Symlink Android code style to app-toolkit project." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  45. 58a00b7 Add BoundaryCallback empty defaults by Chris Craik · 8 years ago
  46. 8628122 Symlink Android code style to app-toolkit project. by Aurimas Liutikas · 8 years ago
  47. a682a75 Add InitialLoadCallback argument checks by Chris Craik · 8 years ago
  48. 4535813 Convert Gradle Plugins and Maven Upload configurator to kotlin by Aurimas Liutikas · 8 years ago
  49. 46d031a Merge "Improve PagedList.Builder constructor" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  50. f33b479 Merge "Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called." into oc-mr1-support-27.0-dev by Shep Shapard · 8 years ago
  51. 4f289ef Merge "Convert SupportLibraryExtension to Kotlin." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  52. 92d9756 Convert SupportLibraryExtension to Kotlin. by Aurimas Liutikas · 8 years ago
  53. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 8 years ago
  54. 27ffc4a Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called. by shepshapard · 8 years ago
  55. a722df9 Improve PagedList.Builder constructor by Chris Craik · 8 years ago
  56. 56451e4 Merge "Start using local debug keys to avoid build flakiness." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  57. d057f5f Merge "Hint visibility in AppCompat text widgets in landscape mode" into oc-mr1-support-27.0-dev by Kirill Grouchnikov · 8 years ago
  58. 8f437bf Start using local debug keys to avoid build flakiness. by Aurimas Liutikas · 8 years ago
  59. 5a8b9cf Merge "Switch DataSources to be async to better support network usecase" into oc-mr1-support-27.0-dev by Chris Craik · 8 years ago
  60. 0467074 Correct nullability annotation to NonNull. by Jake Wharton · 8 years ago
  61. 1ce40f9 Hint visibility in AppCompat text widgets in landscape mode by Kirill Grouchnikov · 8 years ago
  62. 16847a1 Remove toolbar's child views from previous parents by Kirill Grouchnikov · 8 years ago
  63. 4728516 Merge "Use latest available source in processors." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  64. 3dd2396 Merge "Rewrite CheckApiTask to Kotlin" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 8 years ago
  65. 5dc2fd4 Switch DataSources to be async to better support network usecase by Chris Craik · 8 years ago
  66. 735e0f0 Rewrite CheckApiTask to Kotlin by Sergey Vasilinets · 8 years ago
  67. 90a5b82 Start using kotlin 1.1.51. by Aurimas Liutikas · 8 years ago
  68. d09bb0a Merge "Fix javadoc for BottomSheetBehavior.getState" into oc-mr1-support-27.0-dev by Yuichi Araki · 8 years ago
  69. 1f35b5c Merge "MediaBrowserCompat: Check service version when (un)subscribing" into oc-mr1-support-27.0-dev by Hyundo Moon · 8 years ago
  70. e0cf8ca MediaBrowserCompat: Check service version when (un)subscribing by Hyundo Moon · 8 years ago
  71. 35802d2 Merge "Cancel pending hover tooltip when updating tooltip text." into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  72. 9a14484 Use latest available source in processors. by Yigit Boyar · 8 years ago
  73. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 8 years ago
  74. f8e94cb Merge "Change theme application order" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  75. bf2a58b Merge "Add kotlin to buildSrc" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  76. 70a2e82 Add kotlin to buildSrc by Sergey Vasilinets · 8 years ago
  77. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 8 years ago
  78. 01b8f62 Fix crash in TypefaceCompatApi26Impl by Clara Bayarri · 8 years ago
  79. 97ab95a Merge "MediaBrowserCompat: Avoid to use framework codes" into oc-mr1-support-27.0-dev by Sungsoo Lim · 8 years ago
  80. d907f3e Fix javadoc for BottomSheetBehavior.getState by Yuichi Araki · 8 years ago
  81. 3578072 MediaBrowserCompat: Avoid to use framework codes by Sungsoo Lim · 8 years ago
  82. 6e29d3f Merge "Reiterate through all fragments while there are STARTED fragments" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  83. cade63d Reiterate through all fragments while there are STARTED fragments by Sergey Vasilinets · 8 years ago
  84. 61c5b7f Merge "Move to Kotlin friendly supportLibrary extension calling." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 8 years ago
  85. 7c2a2da Merge "Merge Flatfoot and Support library plugins" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  86. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 8 years ago
  87. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 8 years ago
  88. 14aa63b Merge "Update version number for 27.0.1" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  89. 2881742 Update version number for 27.0.1 by Alan Viverette · 8 years ago
  90. ab8bc43 Move to Gradle 4.3 by Aurimas Liutikas · 8 years ago
  91. 448d130 Cancel pending hover tooltip when updating tooltip text. by Vladislav Kaznacheev · 8 years ago
  92. 5673165 Merge "Fix android:fontFamily taking precedence over app:fontFamily" into oc-mr1-support-27.0-dev by TreeHugger Robot · 8 years ago
  93. 44f6e7d Finalize api & bump version 1.0.0 by Sergey Vasilinets · 8 years ago
  94. 04120f8 Merge "Refactor LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_oneObserver and LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_twoObservers to actually test what they intend to." into oc-mr1-support-27.0-dev by Shep Shapard · 8 years ago
  95. 0aab771 Merge "Fix dependency for core-testing artifact" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 8 years ago
  96. 5a1e6b3 Fix dependency for core-testing artifact by Sergey Vasilinets · 8 years ago
  97. 0d96d75 Merge "Comply with EditText.setKeyListener can be null" into oc-mr1-support-27.0-dev by Siyamed Sinir · 8 years ago
  98. ac30d1b Unify creation of source jars. by Aurimas Liutikas · 8 years ago
  99. 05d3576 Updating LiveDataReactiveStreams implementation to avoid concurrency issues by Florina Muntenescu · 8 years ago
  100. 40f536e Change theme application order by Christofer Åkersten · 8 years ago