1. 0b7b595 Add project dependency constraint between paging-common and paging-compose by Clara Fok · 1 year, 11 months ago
  2. e44aa3f Add project dependency constraint between paging-common and paging runtime by Clara Fok · 1 year, 11 months ago
  3. ac66217 Add VERBOSE level logging for each PageEvent sent to presenter side by Clara Fok · 2 years ago
  4. 7ec032d Make jump invalidation in PageFetcherSnapshot idempotent by Clara Fok · 2 years ago
  5. 0922eb3 Add LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years ago
  6. 512ac51 Revert "Implement LOGGER injection into paging-common from LazyPagingItems" by Clara Fok · 2 years ago
  7. 951ea11 Implement LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years ago
  8. d795cc8 Implement centralized logging controller for Paging library by Clara Fok · 2 years ago
  9. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years ago
  10. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years ago
  11. 7d6e83c Fix lint problems for LinearLayoutManager by George Mount · 2 years ago
  12. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years ago
  13. cd845c0 [GH] Fix ViewportHints sent to wrong generation by Clara F · 2 years, 1 month ago
  14. cfcad95 Update ViewportHint description by clarafok · 2 years, 1 month ago
  15. 96566e3 Disable frequently flaking test by Aurimas Liutikas · 2 years, 1 month ago
  16. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 1 month ago
  17. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 2 months ago
  18. b7f9085 Changing LazyPagingItem's inital LoadState refresh to Loading by Sanura N'Jaka · 2 years, 2 months ago
  19. adc51a2 Prioritize getRefreshKey if it returns null on invalidate by Dustin Lam · 2 years, 2 months ago
  20. 5750efd Cleanup PageFetcherSnapshotTest by Dustin Lam · 2 years, 2 months ago
  21. 1bd5f09 Merge "Add overloads for constructing Paging presenters with CoroutineContext" into androidx-main by Dustin Lam · 2 years, 2 months ago
  22. f58f152 Add overloads for constructing Paging presenters with CoroutineContext by Dustin Lam · 2 years, 2 months ago
  23. fb1267d Update coroutines to 1.6.1 by Yigit Boyar · 2 years, 2 months ago
  24. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 2 years, 2 months ago
  25. ba4114a Mark flaky LazyPagingItemsTest by David Saff · 2 years, 2 months ago
  26. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  27. b25b070 Persist RemoteKey for V3RemoteMediator integration sample by Dustin Lam · 2 years, 5 months ago
  28. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  29. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  30. c0ede47 Update API lint baselines by Ember Rose · 2 years, 3 months ago
  31. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  32. 453f196f Add pFLANS team as OWNERS for Paging by Dustin Lam · 2 years, 3 months ago
  33. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  34. e58f6bb [GH] Update PageFetcherSnapshotTests using deprecated test API by Clara F · 2 years, 3 months ago
  35. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 4 months ago
  36. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 6 months ago
  37. ba33f5f Avoid intermediate IDLE events by Yigit Boyar · 2 years, 4 months ago
  38. ee449f4 Merge "Enable -parameters for Paging integration test app since it depends on ToT Room and has Java sources." into androidx-main by Treehugger Robot · 2 years, 4 months ago
  39. 378f5ba Enable -parameters for Paging integration test app since it depends on ToT Room and has Java sources. by Daniel Santiago Rivera · 2 years, 4 months ago
  40. 642d42b Improve getRefreshKey docs by Yigit Boyar · 2 years, 4 months ago
  41. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  42. bd8b51d Hide paging-common facade classes that only have internal items by Aurimas Liutikas · 2 years, 5 months ago
  43. ef9b340 Paging javadoc micromisprint fix by rus_artur4ik · 2 years, 7 months ago
  44. b771f6a Bump stable deps of Paging to latest by Dustin Lam · 2 years, 7 months ago
  45. 7cd62ac Merge "Add @Ignore to flaky host test dontLeakCachedPageEventFlows_finished" into androidx-main by Fred Sladkey · 2 years, 7 months ago
  46. 5e43bbd Support PageEvent.StaticList in CachedPageEventFlow by Dustin Lam · 2 years, 7 months ago
  47. e273603 Add @Ignore to flaky host test dontLeakCachedPageEventFlows_finished by Fred Sladkey · 2 years, 7 months ago
  48. 928a4db Flaky and broken tests for 2021.11.18 by David Saff · 2 years, 7 months ago
  49. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 2 years, 9 months ago
  50. 2153489 Add LoadStates arguments to static PagingData constructors by Dustin Lam · 2 years, 8 months ago
  51. db82ebd Explicitly declare type to specify nullness by Tiem Song · 2 years, 8 months ago
  52. 1660f3f Merge "AGP 7.1.0-beta02" into androidx-main by Aurimas Liutikas · 2 years, 8 months ago
  53. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  54. dfc14c7 Bump paging-runtime to stable deps by Dustin Lam · 2 years, 8 months ago
  55. e95a4b9 [GH] Add settings plugin for playground projects and enable Gradle Enterprise by Daz DeBoer · 2 years, 8 months ago
  56. 1144a89 Merge "Repro for missing remote refresh on rapid invalidation" into androidx-main by Dustin Lam · 2 years, 8 months ago
  57. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  58. 62b82e1 Repro for missing remote refresh on rapid invalidation by Dustin Lam · 2 years, 8 months ago
  59. bed257a Prevent quick invalidation from preventing remote refresh from getting called by Dustin Lam · 2 years, 8 months ago
  60. 545e9d2 Add memory leak tests for Paging by Yigit Boyar · 2 years, 8 months ago
  61. f5b33c9c Merge "Fix race condition in shared paging data" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  62. 8eb2a9b Fix race condition in shared paging data by Yigit Boyar · 2 years, 8 months ago
  63. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 8 months ago
  64. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 8 months ago
  65. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 8 months ago
  66. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 8 months ago
  67. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 9 months ago
  68. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 9 months ago
  69. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  70. 630bd32 Bump paging to 3.1.0-beta01 by Dustin Lam · 2 years, 9 months ago
  71. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 2 years, 9 months ago
  72. 66eb0a2 Merge "Process hints syncronously" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  73. bc5e5615 Process hints syncronously by Yigit Boyar · 2 years, 9 months ago
  74. d3b6338 Always return endOfPaginationReached=false for REFRESH by Dustin Lam · 2 years, 9 months ago
  75. f958564 Do not track remote states locally within PageFetcher for PageEvents by Dustin Lam · 2 years, 10 months ago
  76. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 2 years, 9 months ago
  77. b2a22e1 Update lint baselines for tip of tree android lint by Aurimas Liutikas · 2 years, 9 months ago
  78. 833c1c7 Merge "Remove initial CombinedLoadStates value from presenter APIs" into androidx-main by Dustin Lam · 2 years, 9 months ago
  79. 70d4c85 Update to metalava ab/17659017 by Aurimas Liutikas · 2 years, 10 months ago
  80. ababbca Remove initial CombinedLoadStates value from presenter APIs by Dustin Lam · 2 years, 10 months ago
  81. 9dbfc999 Drop paging-compose dependencies to latest stable compose by Dustin Lam · 2 years, 10 months ago
  82. f4d6da6 Prevent GC from removing LoadStateCapture in PagedList tests by Dustin Lam · 2 years, 10 months ago
  83. b78e52e Make compose-runtime projectOrArtifact dependency of paging-compose for playground by Dustin Lam · 2 years, 10 months ago
  84. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 2 years, 10 months ago
  85. 5633a81 consolidating playground androidx-plugin with buildSrc by Jeff Gaston · 2 years, 10 months ago
  86. bb89fe7 Update KSP to beta07 by Yigit Boyar · 2 years, 10 months ago
  87. a4fd8bc Merge changes from topic "191673756_upstream_platform" into androidx-main by Alan Viverette · 2 years, 11 months ago
  88. ce3b8a8 Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into 191673756_upstream_platform_2 by Alan Viverette · 2 years, 11 months ago
  89. 5562368 Make concurrent calls to invoke() in InvalidatingPagingSourceFactory thread-safe by Dustin Lam · 2 years, 11 months ago
  90. ae8f5ac Merge "Add documentation to PagingData streams for cachedIn requirements" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  91. 393ea3d Merge "Remove redundant experimental declaration" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  92. 7e912ee Merge changes I55f90ac2,I897bbaed,Ica5bf1f2 into androidx-main am: 3530161670 by Clara Fok · 2 years, 11 months ago
  93. 2dfb235 Update build files due to PageEvent.Insert changes by Clara Fok · 2 years, 11 months ago
  94. 0729c62 Refactor PageEvent.Insert load state params by Clara Fok · 2 years, 11 months ago
  95. 145465e Refactor LoadStateUpdate to send LoadStates by Clara Fok · 3 years ago
  96. f0b50bc Remove redundant experimental declaration by Dustin Lam · 2 years, 11 months ago
  97. 1fe6149 Add documentation to PagingData streams for cachedIn requirements by Dustin Lam · 2 years, 11 months ago
  98. 92e892c Merge "Improve the documentation for LazyPagingItems.itemSnapshotList" into androidx-main am: 8cb407107d by Andrey Kulikov · 2 years, 11 months ago
  99. 76c0846 Improve the documentation for LazyPagingItems.itemSnapshotList by Andrey Kulikov · 2 years, 11 months ago
  100. 5a7de39 Merge "Use property syntax for LazyPagingItems.snapshot()" into androidx-main am: 9fd91b466c by Andrey Kulikov · 2 years, 11 months ago