1. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years, 3 months ago
  2. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 4 years, 3 months ago
  3. 7a1c56e Add @JvmOverloads to PagingConfig constructor by Dustin Lam · 4 years, 3 months ago
  4. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 4 months ago
  5. e8cdbf1 LoadState improvements 1 - States held in single object by Chris Craik · 4 years, 4 months ago
  6. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 4 months ago
  7. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 4 years, 5 months ago
  8. e46919c Merge "Add fromRemote property to LoadState" into androidx-master-dev by Dustin Lam · 4 years, 5 months ago
  9. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 5 months ago
  10. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 5 months ago
  11. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 5 months ago
  12. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 5 months ago
  13. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 5 months ago
  14. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 5 months ago
  15. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 5 months ago
  16. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 5 months ago
  17. cc1dd3d Use more clear names in LoadState by Dustin Lam · 4 years, 5 months ago
  18. 7d749bd Merge "Remove PagingConfig.Builder" into androidx-master-dev by Dustin Lam · 4 years, 5 months ago
  19. b9ea3b6 Remove PagingConfig.Builder by Dustin Lam · 4 years, 5 months ago
  20. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 4 years, 5 months ago
  21. 67e60c5 Merge "Actually make PagingState non-null in RemoteMediator.load" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  22. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 4 years, 6 months ago
  23. 537c968 Add explicit opt-in to jumping from PagingSource by Dustin Lam · 4 years, 6 months ago
  24. d9ccaf3 Implement jumping behavior by Dustin Lam · 4 years, 6 months ago
  25. 779cddb Make PagingState non-null in RemoteMediator callbacks by Dustin Lam · 4 years, 6 months ago
  26. 1249ec08 Pass entire config into PagingState by Dustin Lam · 4 years, 6 months ago
  27. 4f1cfee Initial Network + DB support by Dustin Lam · 4 years, 6 months ago
  28. 5b1bb29 Use separators to implement insertHeaderItem/insertFooterItem by Chris Craik · 4 years, 6 months ago
  29. 5b5ca9c Rename addHeader -> insertHeaderItem by Chris Craik · 4 years, 6 months ago
  30. 1933a6a CheckResult for all operators by Chris Craik · 4 years, 6 months ago
  31. 7621909 Fix Separators generics by Chris Craik · 4 years, 6 months ago
  32. 74ee017 Deprecate PagedList APIs by Dustin Lam · 4 years, 7 months ago
  33. cee0e1ed Deprecate DataSource APIs by Dustin Lam · 4 years, 8 months ago
  34. b82a27f Make PagingData.empty public by Dustin Lam · 4 years, 8 months ago
  35. bd57b93 Merge "Generalize getRefreshKeyFromPage for initialKey" into androidx-master-dev by Dustin Lam · 4 years, 8 months ago
  36. b034602 Generalize getRefreshKeyFromPage for initialKey by Dustin Lam · 4 years, 8 months ago
  37. 8f98fe7 Cleanup static constructors in Paging by Dustin Lam · 4 years, 8 months ago
  38. e57b6ad Add API to PagingData to clear content in PagingDataAdapter by Dustin Lam · 4 years, 8 months ago
  39. bfb4038 Close all per-generation channels on Pager invalidation by Dustin Lam · 4 years, 8 months ago
  40. caee0ab Make asPagingSourceFactory public by Dustin Lam · 4 years, 8 months ago
  41. c019a72 Rename files from PagedData to PagingData by Dustin Lam · 4 years, 8 months ago
  42. 4b8e0d0 Rename all instances of 'Paged' to 'Paging' in paging3 by Dustin Lam · 4 years, 8 months ago
  43. ac5b876 Remove all typealiases from Paging by Dustin Lam · 4 years, 8 months ago
  44. 8ed132d Implement header and footer transforms on PageEvent by Dustin Lam · 4 years, 9 months ago
  45. 1c09b585 Simplify builders to be static factory methods by Chris Craik · 4 years, 8 months ago
  46. 251f413 Replace PagedList.Config with PagingConfig by Chris Craik · 4 years, 9 months ago
  47. 208d32d9 Add migration API for DataSource + PagedData by Dustin Lam · 4 years, 9 months ago
  48. c77bc77 Add Flow<PagedData<T>>.cached by Yigit Boyar · 4 years, 9 months ago
  49. c3d0082 Simplify and expose PagedDataFlowBuilder by Chris Craik · 4 years, 9 months ago
  50. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 9 months ago
  51. c54be98 Merge "Expose PagedData, and its transforms" into androidx-master-dev by Chris Craik · 4 years, 9 months ago
  52. 3d29456 Merge "Remove futures package, unused executor" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  53. ca661cb Expose PagedData, and its transforms by Chris Craik · 4 years, 9 months ago
  54. 3d56fc8b Remove futures package, unused executor by Chris Craik · 4 years, 9 months ago
  55. 29bc469 Initial support for inserting separators between paginated items by Chris Craik · 4 years, 10 months ago
  56. d794133 Update api baselines. by Aurimas Liutikas · 4 years, 10 months ago
  57. 32fa353 Remove KeyProvider by Chris Craik · 5 years ago
  58. cda564f Simplify BaseResult, removing subclasses by Chris Craik · 5 years ago
  59. debe775 Merge "Enforce non-null in BoundaryCallback (lost in kotlin convert)" into androidx-master-dev by Treehugger Robot · 5 years ago
  60. 1813593 Merge "Remove DataSource APIs to bring it closer to 2.1" into androidx-master-dev by Treehugger Robot · 5 years ago
  61. 76c7229 Enforce non-null in BoundaryCallback (lost in kotlin convert) by Chris Craik · 5 years ago
  62. aefe38a Remove DataSource APIs to bring it closer to 2.1 by Chris Craik · 5 years ago
  63. 9e5b63a Create LoadResult.Page, LoadResult.Error by Chris Craik · 5 years ago
  64. bda30df Remove retryable from paging API by Chris Craik · 5 years ago
  65. 15e364c Update out of date public_plus_experimental. by Aurimas Liutikas · 5 years ago
  66. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago