1. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 3 years, 10 months ago
  2. 757ff42 Enable API lint check for MissingGetterMatchingBuilder in androidx. by Alexander Dorokhine · 3 years, 10 months ago
  3. 3b7d356 Merge "Dispatch LoadState updates from PagedList on notifyDispatcher" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  4. 410ebcf Dispatch LoadState updates from PagedList on notifyDispatcher by Dustin Lam · 3 years, 10 months ago
  5. f86129d RemoteMediatorAccessor Refactor by Yigit Boyar · 3 years, 10 months ago
  6. 1e338e7 Move androidx.paging:paging-compose to SNAPSHOT_AND_RELEASE by Nick Anthony · 3 years, 10 months ago
  7. 8ddeadd [GH] exclude compose from paging playground by Yigit Boyar · 3 years, 10 months ago
  8. 9ec478b Rename compose:paging to paging:paging-compose by Andrey Kulikov · 3 years, 10 months ago
  9. c570efa Move Paging Compose to the paging directory by Andrey Kulikov · 3 years, 10 months ago
  10. c97e218 Add priority to single runner by Yigit Boyar · 3 years, 10 months ago
  11. 2f5f4f0 Merge "Ensure kotlin invalidate callbacks are called by WrapperDataSources" into androidx-master-dev by Dustin Lam · 3 years, 10 months ago
  12. 0680b89 Ensure kotlin invalidate callbacks are called by WrapperDataSources by Dustin Lam · 4 years ago
  13. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 10 months ago
  14. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 11 months ago
  15. 89b6048 Update annotation-experimental to support RequiresOptIn by Alan Viverette · 3 years, 10 months ago
  16. 649d434 Merge "Refactor viewportHint logic in PageFetcherSnapshot" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  17. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 10 months ago
  18. 6952d7b Refactor viewportHint logic in PageFetcherSnapshot by Dustin Lam · 3 years, 10 months ago
  19. 70772f2 Change KDoc text for return from True to `true` by Tiem Song · 3 years, 10 months ago
  20. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 10 months ago
  21. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 10 months ago
  22. 310931b Merge "Improve KDocs in PagingConfig" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  23. 478c04d Merge "Prioritize hints from more recent presenter state" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  24. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 10 months ago
  25. 8ebce7b Improve KDocs in PagingConfig by Dustin Lam · 3 years, 10 months ago
  26. 190a76e Prioritize hints from more recent presenter state by Dustin Lam · 3 years, 10 months ago
  27. a7530b8 Introduce LibraryType. Minimal migration of existing code. by Owen Gray · 3 years, 11 months ago
  28. d221a78 Merge "Unify build_versions for androidx and compose" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  29. 29a411c Merge "Sample sources and bytecode jars now generated and published" into androidx-master-dev by Owen Gray · 3 years, 11 months ago
  30. f746b46 Sample sources and bytecode jars now generated and published by Owen Gray · 4 years, 1 month ago
  31. 7b0c00e Merge "Handle races between presenter and fetcher when creating PagingState" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  32. 52413b0 Handle races between presenter and fetcher when creating PagingState by Dustin Lam · 4 years ago
  33. 29c2abf Add Executor param to async Guava operators by Dustin Lam · 3 years, 11 months ago
  34. e00d1e1 Merge "Fix paging test dependencies on room to be consistent" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  35. 0df2130 Merge "Fix race between source invalidation and callback registration in fetcher" into androidx-master-dev by Dustin Lam · 3 years, 11 months ago
  36. 3c0d5d5 Fix paging test dependencies on room to be consistent by Yigit Boyar · 3 years, 11 months ago
  37. fa03401 Merge "Fix getRefreshKey for uncounted Positional LegacyPagingSource" into androidx-master-dev by Dustin Lam · 3 years, 11 months ago
  38. d89550d Fix getRefreshKey for uncounted Positional LegacyPagingSource by Dustin Lam · 4 years ago
  39. dcb7008 Fix race between source invalidation and callback registration in fetcher by Dustin Lam · 3 years, 11 months ago
  40. a9fe325 Name Rx* async transforms consistently by Dustin Lam · 3 years, 11 months ago
  41. 964fcfc Unify build_versions for androidx and compose by Aurimas Liutikas · 4 years ago
  42. 455c146 Merge "Fix invalidate registration race in LegacyPagingSource" into androidx-master-dev by Dustin Lam · 4 years ago
  43. 3ab8731 Fix invalidate registration race in LegacyPagingSource by Dustin Lam · 4 years ago
  44. a003ad0 [GH] PagingData transformation functions by Simon Schiller · 4 years ago
  45. 4537e3c Merge "Applying AndroidX lint configuration to apps too" into androidx-master-dev by Jeff Gaston · 4 years ago
  46. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years ago
  47. 38948fe [GH] Make PageFetcherSnapshotTests incremental by Clara F · 4 years ago
  48. 55f4875 Merge "Explicitly declare types of some fields in AsyncPagedListDiffer" into androidx-master-dev by Dustin Lam · 4 years ago
  49. 4d704c7 Explicitly declare types of some fields in AsyncPagedListDiffer by Dustin Lam · 4 years ago
  50. 9d3bf5f Merge changes from topic "kotlin1_4" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  51. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years ago
  52. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 4 years ago
  53. 7178c22 Fix internal KDocs in ViewportHint by Dustin Lam · 4 years ago
  54. 430258b Remove unused static initial values for GenerationalViewportHint by Dustin Lam · 4 years ago
  55. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 6 months ago
  56. 662543a Merge "Handle sparse empty pages in PagingState cloestItemToPosition" into androidx-master-dev by Dustin Lam · 4 years ago
  57. 1454a8b Handle sparse empty pages in PagingState cloestItemToPosition by Dustin Lam · 4 years ago
  58. a4d49db Add explicit exception for setHasStableIds in PagingDataAdapter by Dustin Lam · 4 years ago
  59. ab8f79f Stop filtering empty pages on insertSeparators by Dustin Lam · 4 years ago
  60. 01e9f7f Merge "[GH] Make asserts in LegacyPageFetcherTest incremental" into androidx-master-dev by Dustin Lam · 4 years ago
  61. b589294 Merge "Update signature files after metalava update." into androidx-master-dev by Alan Viverette · 4 years ago
  62. 5496124 [GH] Make asserts in LegacyPageFetcherTest incremental by Clara F · 4 years ago
  63. eed9923 [GH] Add playground support for paging by Dustin Lam · 4 years ago
  64. ca69a97 Fix lint errors in paging:samples by Dustin Lam · 4 years ago
  65. a3bfa99 Update signature files after metalava update. by Aurimas Liutikas · 4 years ago
  66. e30d88f Handle cancel before start in SharedFlowProducer by Yigit Boyar · 4 years ago
  67. f3fd282 Merge changes I9eb4eaa1,Ia0e38b9d into androidx-master-dev by Dustin Lam · 4 years ago
  68. 8c91582 Verify new ViewportHints do not trigger loading after retry errors by Dustin Lam · 4 years ago
  69. 816bc978 Use presenter storageCount to determine prefetch windows by Dustin Lam · 4 years, 1 month ago
  70. 5b8c75e Update deprecation message on dataRefreshFlow APIs by Dustin Lam · 4 years ago
  71. c140863 Merge "Deprecate dataRefreshFlow" into androidx-master-dev by Treehugger Robot · 4 years ago
  72. 5a44112 Deprecate dataRefreshFlow by Dustin Lam · 4 years ago
  73. cf7bd95 Add a .snapshot() method to retrieve presented items by Dustin Lam · 4 years, 1 month ago
  74. e58147f Merge "Add a peek() method which doesn't trigger page fetch" into androidx-master-dev by Dustin Lam · 4 years ago
  75. 329428d Merge "Enable jumping on PositionalDataSource wrapped by LegacyPagingSource" into androidx-master-dev by Dustin Lam · 4 years ago
  76. f0817a6 Enable jumping on PositionalDataSource wrapped by LegacyPagingSource by Dustin Lam · 4 years ago
  77. 4d7ed3e Add a peek() method which doesn't trigger page fetch by Dustin Lam · 4 years, 1 month ago
  78. badba02 Remove unused api files for unrelease alpha by Dustin Lam · 4 years ago
  79. d85b54f Merge "Add KDocs for helpers in CombinedLoadStates" into androidx-master-dev by Treehugger Robot · 4 years ago
  80. 1ec5890 Improve KDocs in retry() by Dustin Lam · 4 years, 1 month ago
  81. b546b24 Possible workaround for a kotlinc error by Dustin Lam · 4 years, 1 month ago
  82. d46adab Add KDocs for helpers in CombinedLoadStates by Dustin Lam · 4 years, 1 month ago
  83. e95f12f Merge "Use MainDispatcherRule in PagingDataDifferTest" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  84. b58db59 Merge "Add a public constructor for PagingData presenting a static list" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  85. b25cbf1 Merge "Add KDocs for .cachedIn operators" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  86. a9801bf Merge "Prevent ClosedSendChannelException when using synchronous submitData" into androidx-master-dev by Dustin Lam · 4 years, 1 month ago
  87. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 1 month ago
  88. e50166f Add a public constructor for PagingData presenting a static list by Dustin Lam · 4 years, 1 month ago
  89. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  90. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 1 month ago
  91. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  92. 93e69a2 Prevent ClosedSendChannelException when using synchronous submitData by Dustin Lam · 4 years, 1 month ago
  93. 35e2770 Add KDocs for .cachedIn operators by Dustin Lam · 4 years, 1 month ago
  94. bdb9f66 Use MainDispatcherRule in PagingDataDifferTest by Dustin Lam · 4 years, 1 month ago
  95. abf9c5d Move PresenterCallback into PagingDataDiffer by Dustin Lam · 4 years, 1 month ago
  96. 83b0d9c Add paging-rxjava3 artifact by Zac Sweers · 4 years, 1 month ago
  97. e071453 Bump paging to 1.0.0-alpha04 by Dustin Lam · 4 years, 1 month ago
  98. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 1 month ago
  99. fc303ca Return next/prevKey = null from PositionalDataSources by Chris Craik · 4 years, 1 month ago
  100. 74801b8 Make PagingState constructor public by Dustin Lam · 4 years, 2 months ago