1. 91b99a1 Merge "Set LoadState updates from RemoteMediator REFRESH" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  2. 2a0829b Set LoadState updates from RemoteMediator REFRESH by Dustin Lam · 4 years, 1 month ago
  3. c66bd7e Add Flow API for CombinedLoadStates to PagingDataDiffer / Adapter by Dustin Lam · 4 years, 1 month ago
  4. 3b70371 Merge "Deprecate entire Rx+LivePagedListBuilder classes" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  5. ee2a2cd Merge "Fix insert logic in PageFetcherSnapshot when RemoteMediator is set" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  6. 882bcf0 Merge "Fix broken link in PagedListAdapter Kdoc" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  7. ac7dc25 Merge "Move paging3-rxjava2 constructs into androidx.paging.rxjava2" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  8. e600b8e Fix insert logic in PageFetcherSnapshot when RemoteMediator is set by Dustin Lam · 4 years, 2 months ago
  9. c840b76 Deprecate entire Rx+LivePagedListBuilder classes by Dustin Lam · 4 years, 2 months ago
  10. 351934e Move paging3-rxjava2 constructs into androidx.paging.rxjava2 by Dustin Lam · 4 years, 2 months ago
  11. 2e25f33 Fix broken link in PagedListAdapter Kdoc by Dustin Lam · 4 years, 2 months ago
  12. 4f4aed5 Regenerate old API files using new metalava. by Aurimas Liutikas · 4 years, 2 months ago
  13. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 2 months ago
  14. 5138b87 Merge "Add samples for page-keyed PagingSource and Page()" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  15. d662b47 Add samples for page-keyed PagingSource and Page() by Chris Craik · 4 years, 2 months ago
  16. 9c38da4 Merge "Make Paging's core dependency explicit" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  17. 2315700 Merge "Use LoadStates in LoadStateListener public API" into androidx-master-dev by Chris Craik · 4 years, 2 months ago
  18. 038a870 Merge "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" into androidx-master-dev by Chris Craik · 4 years, 2 months ago
  19. 4728684 Revert "API lint check for the MissingJvmstatic is enabled for androidx" by Chris Craik · 4 years, 2 months ago
  20. 9a3e0f9 Make Paging's core dependency explicit by Chris Craik · 4 years, 2 months ago
  21. 4321fca Merge "Update paging dependencies to be explicit" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  22. fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 4 years, 2 months ago
  23. 86638e4 Update paging dependencies to be explicit by Chris Craik · 4 years, 2 months ago
  24. 5cea38f Test behavior around remote vs local 'done' states by Chris Craik · 4 years, 2 months ago
  25. 1dc75a0 Merge "LoadState improvements 1 - States held in single object" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  26. fcd0a31 Merge "Fix key reuse check to happen on page arrival" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  27. ca43400 Fix key reuse check to happen on page arrival by Chris Craik · 4 years, 2 months ago
  28. e8cdbf1 LoadState improvements 1 - States held in single object by Chris Craik · 4 years, 2 months ago
  29. 35eb4e3 Merge "API lint check for the MissingJvmstatic is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  30. bc7e086 Modify LegacyPagingSourceTest to expect expected initial load by Dustin Lam · 4 years, 2 months ago
  31. 72583b1 API lint check for the MissingJvmstatic is enabled for androidx by Sergey · 4 years, 4 months ago
  32. ae52978 Update KDocs for latest API + references to Pager directly by Dustin Lam · 4 years, 2 months ago
  33. b57e789 Merge "Add an experimental API to listen for refresh updates" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  34. e05dde4 Add an experimental API to listen for refresh updates by Dustin Lam · 4 years, 2 months ago
  35. 85427e0 Merge "Support for generating PagingSource in Room" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  36. 50156459 Merge "Throw IllegalStateException on re-using keys" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  37. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 2 months ago
  38. ec9e34a Clarify submitData suspend behavior in Kdocs by Dustin Lam · 4 years, 2 months ago
  39. d72e66f Support for generating PagingSource in Room by Dustin Lam · 4 years, 2 months ago
  40. a0a0881 Add a clarifying comment to LivePagedListBuilderTest by Dustin Lam · 4 years, 2 months ago
  41. 69726da Use ArchTaskExecutors as default for LivePagedList by Dustin Lam · 4 years, 2 months ago
  42. 5e1bd86 Set initial value of LivePagedList on main thread in tests by Dustin Lam · 4 years, 2 months ago
  43. c0650f2 Merge "Rename presentData as an overload of submitData" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  44. 5dd7481 Rename presentData as an overload of submitData by Dustin Lam · 4 years, 2 months ago
  45. ef0c56c Add Kdocs for refresh() by Dustin Lam · 4 years, 2 months ago
  46. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 4 years, 2 months ago
  47. d1f1269 Merge "Update LoadState after RemoteMediator.load() finishes" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  48. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 4 years, 2 months ago
  49. 1fc7098 Kdoc cleanup for PagingSource.LoadParams by Dustin Lam · 4 years, 2 months ago
  50. 65229e0 Update LoadState after RemoteMediator.load() finishes by Dustin Lam · 4 years, 2 months ago
  51. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 4 years, 2 months ago
  52. 4d9e297 Merge "Make unnecesarily open methods final in PagingDataAdapter/Differ" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  53. 0385080 Merge "Add KDocs for retry()" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  54. eaf595e Make unnecesarily open methods final in PagingDataAdapter/Differ by Dustin Lam · 4 years, 2 months ago
  55. e46919c Merge "Add fromRemote property to LoadState" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  56. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 3 months ago
  57. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 2 months ago
  58. e1f8495 Add KDocs for retry() by Dustin Lam · 4 years, 2 months ago
  59. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 2 months ago
  60. 2fb5762 Merge "Mark PagingSource.getRefreshKey as experimental" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  61. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 3 months ago
  62. aa74799 Merge "Set UiReceiver immediately on PagingDataDiffer.collectFrom()" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  63. 4fbc22b Merge "Fix retry for RemoteMediator loads from APPEND / PREPEND" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  64. 3d6d60b Fix retry for RemoteMediator loads from APPEND / PREPEND by Dustin Lam · 4 years, 3 months ago
  65. 9c350b9 Merge "Move RemoteMediatorAccessor into its own file and add tests" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  66. ec461ae Set UiReceiver immediately on PagingDataDiffer.collectFrom() by Dustin Lam · 4 years, 3 months ago
  67. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 3 months ago
  68. d60125a Merge "Rename START / END to PREPEND / APPEND" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  69. be1814d Move RemoteMediatorAccessor into its own file and add tests by Dustin Lam · 4 years, 3 months ago
  70. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 3 months ago
  71. 8796306 Remove synthetic accessor for PagingSource.LoadResult.EMPTY by Dustin Lam · 4 years, 3 months ago
  72. 3e1c03b Fix KDoc link in PagingSource by Dustin Lam · 4 years, 3 months ago
  73. 0d0ca99 Merge "Move PagingDataFlow extension to a proper object" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  74. a61c629 Merge "Rename canRequestMoreData to endOfPaginationReached in MediatorResult" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  75. 63284afa Merge "Add additional documentation for "Done" LoadState." into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  76. 4d4f026 Merge "Use more clear names in LoadState" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  77. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 3 months ago
  78. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 3 months ago
  79. fe8bb58 Add additional documentation for "Done" LoadState. by Dustin Lam · 4 years, 3 months ago
  80. cc1dd3d Use more clear names in LoadState by Dustin Lam · 4 years, 3 months ago
  81. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 3 months ago
  82. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 3 months ago
  83. d9dcff1 Merge "Make PagingDataAdapter.getItemId final" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  84. b0f5ce2 Merge "Fix LoadState updates from RemoteMediator" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  85. 7c56b40 Merge "Forward errors from MediatorResult to Pager for REFRESH" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  86. ab9a19a Make PagingDataAdapter.getItemId final by Dustin Lam · 4 years, 3 months ago
  87. 5c9803b Replace Mockito with manual fakes in paging-runtime by Dustin Lam · 4 years, 3 months ago
  88. 15a724e Merge "Disable artifact generation for internal testutils" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  89. 800a13a Fix LoadState updates from RemoteMediator by Dustin Lam · 4 years, 3 months ago
  90. 45d1f35 Forward errors from MediatorResult to Pager for REFRESH by Dustin Lam · 4 years, 3 months ago
  91. 28c9b63 Merge "Move ListDataSource to testutils" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  92. 30b26f5 Disable artifact generation for internal testutils by Dustin Lam · 4 years, 3 months ago
  93. c1418c0 Move ListDataSource to testutils by Dustin Lam · 4 years, 3 months ago
  94. e9a01bb Use immutable deep-copy of existing jobs in RemoteMediatorAccessor by Dustin Lam · 4 years, 3 months ago
  95. 7d749bd Merge "Remove PagingConfig.Builder" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  96. 4348563 Merge changes I953e57d1,I9a94c346 into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  97. fffe53c Merge "Rename hasMoreData to canRequestMoreData" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  98. b9ea3b6 Remove PagingConfig.Builder by Dustin Lam · 4 years, 3 months ago
  99. 5e5b24b Set LoadState.Idle for RemoteMediator.load callback by Dustin Lam · 4 years, 3 months ago
  100. 1235918 Fix typo in RemoteMediatorMock by Dustin Lam · 4 years, 3 months ago