1. 2153489 Add LoadStates arguments to static PagingData constructors by Dustin Lam · 2 years, 8 months ago
  2. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 8 months ago
  3. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 8 months ago
  4. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 8 months ago
  5. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 8 months ago
  6. bc5e5615 Process hints syncronously by Yigit Boyar · 2 years, 9 months ago
  7. a809187 Align Gradle project paths to Maven coordinates for paging by Alan Viverette · 3 years ago[Renamed from paging/common/api/current.txt]
  8. 6bd2347f Implement Invalid return type in PagingSource by Clara Fok · 3 years ago
  9. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years ago
  10. 9f53b21 Replace custom sharing logic with SharedFlow by Yigit Boyar · 3 years, 1 month ago
  11. 43ee990 Update Metalava hide annotations to include RequiresOptIn by Alan Viverette · 3 years, 4 months ago
  12. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 4 months ago
  13. eb830bc Make PagingSource.getRefreshKey required by Dustin Lam · 3 years, 5 months ago
  14. fd72a0a Implement simpleScan / simpleRunningReduce by Yigit Boyar · 3 years, 5 months ago
  15. f367380 Replace channelFlow with a basic non-experimental implementation by Yigit Boyar · 3 years, 6 months ago
  16. c904a65 Merge "Make terminal separator behavior configurable" into androidx-main by Dustin Lam · 3 years, 6 months ago
  17. 82e10ba Make InvalidatingPagingSourceFactory final by Dustin Lam · 3 years, 6 months ago
  18. 86445f1 Make terminal separator behavior configurable by Dustin Lam · 3 years, 6 months ago
  19. bafe6de Make InvalidatingPagingSourceFactory not abstract by Dustin Lam · 3 years, 6 months ago
  20. 348fa7e Add Executor param to PagingData operators for Java by Dustin Lam · 3 years, 7 months ago
  21. fb2969a Make PagingSource.getRefreshKey stable API by Dustin Lam · 3 years, 7 months ago
  22. cd76705 Merge "Ensure legacy data source is always created on the fetcher" into androidx-master-dev by Yigit Boyar · 3 years, 7 months ago
  23. 46ad915 Merge "Fix experimental annotation in Pager" into androidx-master-dev by Alan Viverette · 3 years, 7 months ago
  24. cfd1258 Ensure legacy data source is always created on the fetcher by Yigit Boyar · 3 years, 7 months ago
  25. dd7d94e Merge changes I65619263,I5c5f2ac3,I2f1236fc,I8cf5aec7 into androidx-master-dev by Dustin Lam · 3 years, 7 months ago
  26. 5d02a038 Fix experimental annotation in Pager by Alan Viverette · 3 years, 7 months ago
  27. b03819f Make CombinedLoadState helpers more useful. by Dustin Lam · 3 years, 7 months ago
  28. 557d18d Remove page size from LoadParams by Yigit Boyar · 3 years, 7 months ago
  29. 5ac03b4 [GH] A PagingSource Factory that can be invalidated by Clara F · 3 years, 7 months ago
  30. f86129d RemoteMediatorAccessor Refactor by Yigit Boyar · 3 years, 9 months ago
  31. 0680b89 Ensure kotlin invalidate callbacks are called by WrapperDataSources by Dustin Lam · 3 years, 10 months ago
  32. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  33. 478c04d Merge "Prioritize hints from more recent presenter state" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  34. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 9 months ago
  35. 190a76e Prioritize hints from more recent presenter state by Dustin Lam · 3 years, 9 months ago
  36. ab8f79f Stop filtering empty pages on insertSeparators by Dustin Lam · 3 years, 11 months ago
  37. a3bfa99 Update signature files after metalava update. by Aurimas Liutikas · 3 years, 11 months ago
  38. cf7bd95 Add a .snapshot() method to retrieve presented items by Dustin Lam · 4 years ago
  39. e50166f Add a public constructor for PagingData presenting a static list by Dustin Lam · 4 years ago
  40. 74801b8 Make PagingState constructor public by Dustin Lam · 4 years ago
  41. 482467d Merge "Use @JvmSynthetic to preserve map source compat" into androidx-master-dev by Chris Craik · 4 years ago
  42. bb6ed7a Use @JvmSynthetic to preserve map source compat by Chris Craik · 4 years ago
  43. 75659d8 Merge "Add overload for LoadResult.Page constructor" into androidx-master-dev by Dustin Lam · 4 years ago
  44. d7a07d9 Mark kotlin-specific APIs as @JvmSynthetic by Dustin Lam · 4 years ago
  45. ef4a873 Add overload for LoadResult.Page constructor by Dustin Lam · 4 years ago
  46. debb2cb Add suspend version of transform functions by Dustin Lam · 4 years ago
  47. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years ago
  48. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 4 years ago
  49. 7a1c56e Add @JvmOverloads to PagingConfig constructor by Dustin Lam · 4 years ago
  50. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  51. e8cdbf1 LoadState improvements 1 - States held in single object by Chris Craik · 4 years, 1 month ago
  52. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 1 month ago
  53. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 4 years, 2 months ago
  54. e46919c Merge "Add fromRemote property to LoadState" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  55. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 2 months ago
  56. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 2 months ago
  57. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 2 months ago
  58. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 2 months ago
  59. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 2 months ago
  60. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 2 months ago
  61. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 2 months ago
  62. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 2 months ago
  63. cc1dd3d Use more clear names in LoadState by Dustin Lam · 4 years, 2 months ago
  64. 7d749bd Merge "Remove PagingConfig.Builder" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  65. b9ea3b6 Remove PagingConfig.Builder by Dustin Lam · 4 years, 2 months ago
  66. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 4 years, 2 months ago
  67. 67e60c5 Merge "Actually make PagingState non-null in RemoteMediator.load" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  68. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 4 years, 3 months ago
  69. 537c968 Add explicit opt-in to jumping from PagingSource by Dustin Lam · 4 years, 3 months ago
  70. d9ccaf3 Implement jumping behavior by Dustin Lam · 4 years, 3 months ago
  71. 779cddb Make PagingState non-null in RemoteMediator callbacks by Dustin Lam · 4 years, 3 months ago
  72. 1249ec0 Pass entire config into PagingState by Dustin Lam · 4 years, 3 months ago
  73. 4f1cfee Initial Network + DB support by Dustin Lam · 4 years, 4 months ago
  74. 5b1bb29 Use separators to implement insertHeaderItem/insertFooterItem by Chris Craik · 4 years, 3 months ago
  75. 5b5ca9c Rename addHeader -> insertHeaderItem by Chris Craik · 4 years, 3 months ago
  76. 1933a6a CheckResult for all operators by Chris Craik · 4 years, 3 months ago
  77. 7621909 Fix Separators generics by Chris Craik · 4 years, 4 months ago
  78. 74ee017 Deprecate PagedList APIs by Dustin Lam · 4 years, 4 months ago
  79. cee0e1e Deprecate DataSource APIs by Dustin Lam · 4 years, 5 months ago
  80. b82a27f Make PagingData.empty public by Dustin Lam · 4 years, 5 months ago
  81. bd57b93 Merge "Generalize getRefreshKeyFromPage for initialKey" into androidx-master-dev by Dustin Lam · 4 years, 5 months ago
  82. b034602 Generalize getRefreshKeyFromPage for initialKey by Dustin Lam · 4 years, 5 months ago
  83. 8f98fe7 Cleanup static constructors in Paging by Dustin Lam · 4 years, 5 months ago
  84. e57b6ad Add API to PagingData to clear content in PagingDataAdapter by Dustin Lam · 4 years, 5 months ago
  85. bfb4038 Close all per-generation channels on Pager invalidation by Dustin Lam · 4 years, 5 months ago
  86. caee0ab Make asPagingSourceFactory public by Dustin Lam · 4 years, 5 months ago
  87. c019a72 Rename files from PagedData to PagingData by Dustin Lam · 4 years, 5 months ago
  88. 4b8e0d0 Rename all instances of 'Paged' to 'Paging' in paging3 by Dustin Lam · 4 years, 6 months ago
  89. ac5b876 Remove all typealiases from Paging by Dustin Lam · 4 years, 6 months ago
  90. 8ed132d Implement header and footer transforms on PageEvent by Dustin Lam · 4 years, 6 months ago
  91. 1c09b585 Simplify builders to be static factory methods by Chris Craik · 4 years, 6 months ago
  92. 251f413 Replace PagedList.Config with PagingConfig by Chris Craik · 4 years, 6 months ago
  93. 208d32d9 Add migration API for DataSource + PagedData by Dustin Lam · 4 years, 6 months ago
  94. c77bc77 Add Flow<PagedData<T>>.cached by Yigit Boyar · 4 years, 6 months ago
  95. c3d0082 Simplify and expose PagedDataFlowBuilder by Chris Craik · 4 years, 6 months ago
  96. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 6 months ago
  97. c54be98 Merge "Expose PagedData, and its transforms" into androidx-master-dev by Chris Craik · 4 years, 6 months ago
  98. 3d29456 Merge "Remove futures package, unused executor" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  99. ca661cb Expose PagedData, and its transforms by Chris Craik · 4 years, 6 months ago
  100. 3d56fc8b Remove futures package, unused executor by Chris Craik · 4 years, 6 months ago