1. 3e19b83 Update api lint baselines by Aurimas Liutikas · 5 years ago
  2. 6995b25 Merge "Remove default implementation of onError in load callbacks" into androidx-master-dev by Dustin Lam · 5 years ago
  3. 60b27a1 Merge "Add default ViewModel Factory interface" into androidx-master-dev by Treehugger Robot · 5 years ago
  4. d9bf09e Add unit test for PagedSource by Dustin Lam · 5 years ago
  5. acd3491 Remove default implementation of onError in load callbacks by Dustin Lam · 5 years ago
  6. 893865b Add default ViewModel Factory interface by Ian Lake · 5 years ago
  7. 6d03239 Add PagedSource.Factory + LiveData implementation by Dustin Lam · 5 years ago
  8. 96d8fc7 Do not require counted to be explicitly passed into LoadResult by Dustin Lam · 5 years ago
  9. 32228f1 Delete isContiguous from PagedList by Dustin Lam · 5 years ago
  10. 77017e2 Add default implementation of invalidate in PagedSource by Dustin Lam · 5 years ago
  11. 5cab6ee Move PagedList to PagedSource API by Dustin Lam · 5 years ago
  12. f74fa5e Finish moving ContiguousPagedList to PagedSource API by Dustin Lam · 5 years ago
  13. 792422c Move ContiguousPagedList to PagedSource API by Dustin Lam · 5 years ago
  14. 21e8d18 Delete remaining 2.2.0-alpha01 paging api docs by Dustin Lam · 5 years ago
  15. 74a70d2 Bump paging to 3.0.0-alpha01 by Dustin Lam · 5 years ago
  16. 39bed66 Move non-final reference in constructor to lazy call by Dustin Lam · 5 years ago
  17. cca08b6 Merge "Move Pager to use PagedSource API" into androidx-master-dev by Dustin Lam · 5 years ago
  18. ffb8c75 Move Pager to use PagedSource API by Dustin Lam · 5 years ago
  19. c79237e Merge "Remove legacy excludes from build.gradle." into androidx-master-dev by Treehugger Robot · 5 years ago
  20. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  21. aa0515c Add PagedSource constructors for PagedList. by Dustin Lam · 5 years ago
  22. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  23. 21798e8 Update api lint baseline after KotlinOperator check fix. by Aurimas Liutikas · 5 years ago
  24. 591f508 Cleanup docs in paging by Dustin Lam · 5 years ago
  25. b21368c Move PagedList.create to coroutines by Dustin Lam · 5 years ago
  26. 3b943ea Merge "Replace usages of ViewModelProviders.of() in code" into androidx-master-dev by Ian Lake · 5 years ago
  27. cbd2701 Replace usages of ViewModelProviders.of() in code by Ian Lake · 5 years ago
  28. 32488a5 Merge "Convert PositionalDataSource to coroutines" into androidx-master-dev by Dustin Lam · 5 years ago
  29. 3f9f0d6 Merge "Convert PageKeyedDataSource to coroutines" into androidx-master-dev by Dustin Lam · 5 years ago
  30. 8c46d1b Convert PositionalDataSource to coroutines by Dustin Lam · 5 years ago
  31. 000d48c Convert ItemKeyedDataSource to coroutines by Dustin Lam · 5 years ago
  32. bca5a17 Convert PageKeyedDataSource to coroutines by Dustin Lam · 5 years ago
  33. d847ca6 Convert DataSource.load to coroutine by Dustin Lam · 5 years ago
  34. dba215c Implement PagedSource with suspend load by Dustin Lam · 5 years ago
  35. d64dffc Revert "Replace all usages of ViewModelProviders.of()" by Aurimas Liutikas · 5 years ago
  36. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  37. a7fecfa Delete PositionalDataSource in preparation for coroutines api by Dustin Lam · 5 years ago
  38. 4dcef65 Delete PageKeyedDataSource in preparation for coroutines api by Dustin Lam · 5 years ago
  39. c7011f2 Add kotlin function type overloads for map / mapBy by Dustin Lam · 5 years ago
  40. 9a972d7 Delete ItemKeyedDataSource in preparation for coroutines api by Dustin Lam · 5 years ago
  41. 55e82ac9 Merge "Implement first version of PagedSource" into androidx-master-dev by Dustin Lam · 5 years ago
  42. ff2f979 Implement first version of PagedSource by Dustin Lam · 5 years ago
  43. 68cc8be Merge "Only keep baseline if the fine has more than a header." into androidx-master-dev by Treehugger Robot · 5 years ago
  44. c33c423 Only keep baseline if the fine has more than a header. by Aurimas Liutikas · 5 years ago
  45. 08631ad Replace all usages of ViewModelProviders.of() by Ian Lake · 5 years ago
  46. 502d394 Merge "Removed tiled implementation from PagedStorage" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. ce04737 Removed tiled implementation from PagedStorage by Chris Craik · 5 years ago
  48. 7b116f5 Add kotlin function types for broken SAM conversions for paging by Dustin Lam · 5 years ago
  49. e43c4b3 Merge "Delete Rx subclasses in preparation for 3.0 API" into androidx-master-dev by Dustin Lam · 5 years ago
  50. d4e492e5 Merge "Convert DirectExecutor to SAM" into androidx-master-dev by Dustin Lam · 5 years ago
  51. 4c29059 Delete Rx subclasses in preparation for 3.0 API by Dustin Lam · 5 years ago
  52. 77e18d1 Convert DirectExecutor to SAM by Dustin Lam · 5 years ago
  53. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  54. e16e2b5 Merge "Fix broken deprecation message" into androidx-master-dev by Dustin Lam · 5 years ago
  55. 07cfebd Merge "Add missing API files for 2.1.0 release" into androidx-master-dev by Dustin Lam · 5 years ago
  56. b2de3cc Paging kotlin conversion cleanup by Dustin Lam · 5 years ago
  57. 83f4510 Combine paging-rxjava2-ktx with paging-rxjava2 by Dustin Lam · 5 years ago
  58. 343539e Add missing API files for 2.1.0 release by Dustin Lam · 5 years ago
  59. c88868c Convert paging-rxjava2 to .kt by Dustin Lam · 5 years ago
  60. 7a1ffd0 Fix broken deprecation message by Dustin Lam · 5 years ago
  61. 8f042df Combine paging-runtime-ktx into paging-runtime by Dustin Lam · 5 years ago
  62. 278920e Convert paging-runtime to .kt by Dustin Lam · 5 years ago
  63. 26ca1a7 Combine paging:common with paging:common-ktx by Dustin Lam · 5 years ago
  64. 5f75457 Merge "Convert paging-common to .kt" into androidx-master-dev by Dustin Lam · 5 years ago
  65. 4d8e262 Add Dustin to paging/OWNERS by Chris Craik · 5 years ago
  66. b6bab3f Convert paging-common to .kt by Dustin Lam · 5 years ago
  67. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  68. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  69. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  70. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  71. 63b46ed Autoformat some unformatted files by Dustin Lam · 5 years ago
  72. e683c81 Move TestExecutor into common testutils by Dustin Lam · 5 years ago
  73. cb10a12 Merge "Add rx subclasses of datasources" into androidx-master-dev by Dustin Lam · 5 years ago
  74. 0699f45 Add rx subclasses of datasources by Dustin Lam · 5 years ago
  75. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  76. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  77. 2ee5d82 Update to rc and beta for May release by Nick Anthony · 5 years ago
  78. 6754caa Merge changes I39f2457f,I090f2022 into androidx-master-dev by Treehugger Robot · 5 years ago
  79. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  80. d9610e0 Move to kapt instead of annotationProcessor for paging testapp by Aurimas Liutikas · 5 years ago
  81. 87b4193 Overload static methods PositionalDataSource to keep ABI compatibility. by Daniel Santiago Rivera · 5 years ago
  82. 75789c7 Add package to paging ktx tests missing it by Chris Craik · 5 years ago
  83. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  84. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  85. 2cc275f Delete SupportJavaLibraryPlugin! by Aurimas Liutikas · 5 years ago
  86. 994bff7 Fix Warnings in paging by Chris Craik · 5 years ago
  87. 3130085 Remove useMetalava from AndroidXExtension. by Aurimas Liutikas · 5 years ago
  88. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  89. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  90. 63a2733 Updated annotation to 1.1.0-beta01! by Nick Anthony · 5 years ago
  91. a3d28a7 Reenabling Doclava to run against sources too by Jeff Gaston · 6 years ago
  92. 557c882 ListenableFuture API Overhaul by Chris Craik · 6 years ago
  93. 8e8df2c5 Updating restricted API txts by Jeff Gaston · 6 years ago
  94. cac14c8 Merge changes I9d832701,Ibb975b68,Id33a6abe into androidx-master-dev by Jeff Gaston · 6 years ago
  95. ac5f95fe Merge "Add ListenableFuture dependency and transform support" into androidx-master-dev by Chris Craik · 6 years ago
  96. 1fd3657 Merge "Center positional loads around last access when placeholders disabled" into androidx-master-dev by Chris Craik · 6 years ago
  97. 79285e9 Generating restricted API txts by Jeff Gaston · 6 years ago
  98. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 6 years ago
  99. 439b6413 Center positional loads around last access when placeholders disabled by Chris Craik · 6 years ago
  100. c11203f Add ListenableFuture dependency and transform support by Chris Craik · 6 years ago