[go: nahoru, domu]

  1. cfd1258 Ensure legacy data source is always created on the fetcher by Yigit Boyar · 3 years, 9 months ago
  2. dd7d94e Merge changes I65619263,I5c5f2ac3,I2f1236fc,I8cf5aec7 into androidx-master-dev by Dustin Lam · 3 years, 9 months ago
  3. b03819f Make CombinedLoadState helpers more useful. by Dustin Lam · 3 years, 9 months ago
  4. 557d18d Remove page size from LoadParams by Yigit Boyar · 3 years, 9 months ago
  5. 5ac03b4 [GH] A PagingSource Factory that can be invalidated by Clara F · 3 years, 9 months ago
  6. f86129d RemoteMediatorAccessor Refactor by Yigit Boyar · 3 years, 11 months ago
  7. 0680b89 Ensure kotlin invalidate callbacks are called by WrapperDataSources by Dustin Lam · 4 years ago
  8. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 11 months ago
  9. 478c04d Merge "Prioritize hints from more recent presenter state" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  10. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 11 months ago
  11. 190a76e Prioritize hints from more recent presenter state by Dustin Lam · 3 years, 11 months ago
  12. ab8f79f Stop filtering empty pages on insertSeparators by Dustin Lam · 4 years, 1 month ago
  13. a3bfa99 Update signature files after metalava update. by Aurimas Liutikas · 4 years, 1 month ago
  14. cf7bd95 Add a .snapshot() method to retrieve presented items by Dustin Lam · 4 years, 1 month ago
  15. e50166f Add a public constructor for PagingData presenting a static list by Dustin Lam · 4 years, 1 month ago
  16. 74801b8 Make PagingState constructor public by Dustin Lam · 4 years, 2 months ago
  17. 482467d Merge "Use @JvmSynthetic to preserve map source compat" into androidx-master-dev by Chris Craik · 4 years, 1 month ago
  18. bb6ed7a Use @JvmSynthetic to preserve map source compat by Chris Craik · 4 years, 1 month ago
  19. 75659d8 Merge "Add overload for LoadResult.Page constructor" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  20. d7a07d9 Mark kotlin-specific APIs as @JvmSynthetic by Dustin Lam · 4 years, 2 months ago
  21. ef4a873 Add overload for LoadResult.Page constructor by Dustin Lam · 4 years, 2 months ago
  22. debb2cb Add suspend version of transform functions by Dustin Lam · 4 years, 2 months ago
  23. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years, 2 months ago
  24. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 4 years, 2 months ago
  25. 7a1c56e Add @JvmOverloads to PagingConfig constructor by Dustin Lam · 4 years, 2 months ago
  26. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 3 months ago
  27. e8cdbf1 LoadState improvements 1 - States held in single object by Chris Craik · 4 years, 3 months ago
  28. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 3 months ago
  29. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 4 years, 4 months ago
  30. e46919c Merge "Add fromRemote property to LoadState" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  31. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 4 months ago
  32. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 4 months ago
  33. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 4 months ago
  34. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 4 months ago
  35. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 4 months ago
  36. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 4 months ago
  37. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 4 months ago
  38. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 4 months ago
  39. cc1dd3d Use more clear names in LoadState by Dustin Lam · 4 years, 4 months ago
  40. 7d749bd Merge "Remove PagingConfig.Builder" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  41. b9ea3b6 Remove PagingConfig.Builder by Dustin Lam · 4 years, 4 months ago
  42. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 4 years, 4 months ago
  43. 67e60c5 Merge "Actually make PagingState non-null in RemoteMediator.load" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  44. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 4 years, 5 months ago
  45. 537c968 Add explicit opt-in to jumping from PagingSource by Dustin Lam · 4 years, 5 months ago
  46. d9ccaf3 Implement jumping behavior by Dustin Lam · 4 years, 5 months ago
  47. 779cddb Make PagingState non-null in RemoteMediator callbacks by Dustin Lam · 4 years, 5 months ago
  48. 1249ec0 Pass entire config into PagingState by Dustin Lam · 4 years, 5 months ago
  49. 4f1cfee Initial Network + DB support by Dustin Lam · 4 years, 5 months ago
  50. 5b1bb29 Use separators to implement insertHeaderItem/insertFooterItem by Chris Craik · 4 years, 5 months ago
  51. 5b5ca9c Rename addHeader -> insertHeaderItem by Chris Craik · 4 years, 5 months ago
  52. 1933a6a CheckResult for all operators by Chris Craik · 4 years, 5 months ago
  53. 7621909 Fix Separators generics by Chris Craik · 4 years, 5 months ago
  54. 74ee017 Deprecate PagedList APIs by Dustin Lam · 4 years, 6 months ago
  55. cee0e1e Deprecate DataSource APIs by Dustin Lam · 4 years, 7 months ago
  56. b82a27f Make PagingData.empty public by Dustin Lam · 4 years, 7 months ago
  57. bd57b93 Merge "Generalize getRefreshKeyFromPage for initialKey" into androidx-master-dev by Dustin Lam · 4 years, 7 months ago
  58. b034602 Generalize getRefreshKeyFromPage for initialKey by Dustin Lam · 4 years, 7 months ago
  59. 8f98fe7 Cleanup static constructors in Paging by Dustin Lam · 4 years, 7 months ago
  60. e57b6ad Add API to PagingData to clear content in PagingDataAdapter by Dustin Lam · 4 years, 7 months ago
  61. bfb4038 Close all per-generation channels on Pager invalidation by Dustin Lam · 4 years, 7 months ago
  62. caee0ab Make asPagingSourceFactory public by Dustin Lam · 4 years, 7 months ago
  63. c019a72 Rename files from PagedData to PagingData by Dustin Lam · 4 years, 7 months ago
  64. 4b8e0d0 Rename all instances of 'Paged' to 'Paging' in paging3 by Dustin Lam · 4 years, 7 months ago
  65. ac5b876 Remove all typealiases from Paging by Dustin Lam · 4 years, 7 months ago
  66. 8ed132d Implement header and footer transforms on PageEvent by Dustin Lam · 4 years, 8 months ago
  67. 1c09b585 Simplify builders to be static factory methods by Chris Craik · 4 years, 8 months ago
  68. 251f413 Replace PagedList.Config with PagingConfig by Chris Craik · 4 years, 8 months ago
  69. 208d32d9 Add migration API for DataSource + PagedData by Dustin Lam · 4 years, 8 months ago
  70. c77bc77 Add Flow<PagedData<T>>.cached by Yigit Boyar · 4 years, 8 months ago
  71. c3d0082 Simplify and expose PagedDataFlowBuilder by Chris Craik · 4 years, 8 months ago
  72. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 8 months ago
  73. c54be98 Merge "Expose PagedData, and its transforms" into androidx-master-dev by Chris Craik · 4 years, 8 months ago
  74. 3d29456 Merge "Remove futures package, unused executor" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  75. ca661cb Expose PagedData, and its transforms by Chris Craik · 4 years, 8 months ago
  76. 3d56fc8b Remove futures package, unused executor by Chris Craik · 4 years, 8 months ago
  77. 29bc469 Initial support for inserting separators between paginated items by Chris Craik · 4 years, 9 months ago
  78. d794133 Update api baselines. by Aurimas Liutikas · 4 years, 9 months ago
  79. 32fa353 Remove KeyProvider by Chris Craik · 5 years ago
  80. cda564f Simplify BaseResult, removing subclasses by Chris Craik · 5 years ago
  81. debe775 Merge "Enforce non-null in BoundaryCallback (lost in kotlin convert)" into androidx-master-dev by Treehugger Robot · 5 years ago
  82. 1813593 Merge "Remove DataSource APIs to bring it closer to 2.1" into androidx-master-dev by Treehugger Robot · 5 years ago
  83. 76c7229 Enforce non-null in BoundaryCallback (lost in kotlin convert) by Chris Craik · 5 years ago
  84. aefe38a Remove DataSource APIs to bring it closer to 2.1 by Chris Craik · 5 years ago
  85. 9e5b63a Create LoadResult.Page, LoadResult.Error by Chris Craik · 5 years ago
  86. bda30df Remove retryable from paging API by Chris Craik · 5 years ago
  87. c5178fb Make several unnecessarily open functions on PagedList final by Chris Craik · 5 years ago
  88. 4f0002c Make PagedStorage private to paging-common by Chris Craik · 5 years ago
  89. c6431e4 Move PagedLoadState out of PagedList by Dustin Lam · 5 years ago
  90. 9c66747 Rework diffing vs snapshot by Chris Craik · 5 years ago
  91. ee7b00e Remove PagedList.pagedSource by Chris Craik · 5 years ago
  92. 6d0a5dd Merge LoadState enums into single top-level definition by Dustin Lam · 5 years ago
  93. e483249 Convert PagedList.LoadState to a sealed class by Dustin Lam · 5 years ago
  94. 675ad1d Remove offset from PagedSource.LoadResult by Dustin Lam · 5 years ago
  95. 667bc24 Update PagedSource defaults & KeyProvider by Chris Craik · 5 years ago
  96. dc14fd0 Move PagedList to use CoroutineDispatcher directly by Dustin Lam · 5 years ago
  97. 9d4b837 Re-organize PagedSource.LoadResult params by Dustin Lam · 5 years ago
  98. acd3491 Remove default implementation of onError in load callbacks by Dustin Lam · 5 years ago
  99. 6d03239 Add PagedSource.Factory + LiveData implementation by Dustin Lam · 5 years ago
  100. 96d8fc7 Do not require counted to be explicitly passed into LoadResult by Dustin Lam · 5 years ago