1. 9619907 Implement LazyPagingItem itemKey as helper function by Clara Fok · 1 year, 5 months ago
  2. 0bd0685 [GH] Remove redundant 'run' scope by Veyndan Stuart · 1 year, 4 months ago
  3. aa5145a [GH] Replace usage of DirectDispatcher with EmptyCoroutineContext in testutils-paging by Veyndan Stuart · 1 year, 5 months ago
  4. e198b09 Removal of separately specified constraints in paging by Jeff Gaston · 1 year, 5 months ago
  5. 07224da Remove duplicate @JvmMultifileClass API entries by Julia McClellan · 1 year, 5 months ago
  6. a154940 Add LazyPagingItems support for item contentType by Clara Fok · 1 year, 5 months ago
  7. 223bfc3 [GH] Convert java.lang.Math#random to kotlin.random.Random by Veyndan Stuart · 1 year, 5 months ago
  8. 5d61087 Update current API signature after Metalava update by Jinseong Jeon · 1 year, 5 months ago
  9. 75ff89f Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  10. 26f3ebd Merge "[GH] Convert java.util.concurrent.CancellationException to kotlinx.coroutines.CancellationException" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  11. 4ce4057 Merge "[GH] Convert java.util.concurrent.TimeUnit to kotlin.time.Duration" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  12. 73ffe8d [GH] Convert java.util.concurrent.CancellationException to kotlinx.coroutines.CancellationException by Veyndan Stuart · 1 year, 5 months ago
  13. 4692e21 [GH] Convert java.util.concurrent.TimeUnit to kotlin.time.Duration by Veyndan Stuart · 1 year, 5 months ago
  14. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 7 months ago
  15. 2d9dfa8 [GH] Convert java.lang.Integer to kotlin.Int by Veyndan Stuart · 1 year, 5 months ago
  16. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 5 months ago
  17. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 5 months ago
  18. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 6 months ago
  19. cc217e4 Update OWNERS ordering for pFLANS libraries by Ian Lake · 1 year, 6 months ago
  20. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 6 months ago
  21. 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago
  22. 332c92f Merge "Add kdocs in PagingSource regarding jumping" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  23. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 6 months ago
  24. 18317e0 Add kdocs in PagingSource regarding jumping by Clara Fok · 1 year, 6 months ago
  25. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 6 months ago
  26. 1676f58 Implement load error recovery in snapshots by Clara Fok · 1 year, 6 months ago
  27. be2023a Disable flaking LazyPagingItemsTest test by Aurimas Liutikas · 1 year, 6 months ago
  28. 73e02d3 Expand SnapshotLoader api #flingTo Append by Clara Fok · 1 year, 6 months ago
  29. 60e9502 Add new SnapshotLoader api #flingTo by Clara Fok · 1 year, 6 months ago
  30. 83a253e Clean up PagerFlowSnapshotTest by Clara Fok · 1 year, 6 months ago
  31. ec11bf5 Refactor scrollTo to focus on await loads by Clara Fok · 1 year, 6 months ago
  32. 8a8e7ca1 Refactor PagerFlowSnapshot's awaitNotLoading by Clara Fok · 1 year, 7 months ago
  33. 2a62135 Add testing for separators and page drops by Clara Fok · 1 year, 7 months ago
  34. 053d429 PrependTo supports negative indices by Clara Fok · 1 year, 7 months ago
  35. 5103421 ScrollTo append with await placeholders by Clara Fok · 1 year, 7 months ago
  36. aa6d1cc ScrollTo prepend with await placeholders by Clara Fok · 1 year, 7 months ago
  37. ade35b3 Expose PagingDataDiffer.loadStateFlow as StateFlow by Clara Fok · 1 year, 7 months ago
  38. 9dc3878 Add prependScrollWhile API for Pager layer testing by Clara Fok · 1 year, 8 months ago
  39. cd7efa3 Simplify Android logger by Jake Wharton · 1 year, 8 months ago
  40. c7e2b96 Refactor MutableCombinedLoadStateCollection to expose StateFlow by Clara Fok · 1 year, 8 months ago
  41. 63a7499 Merge "Adjust PagerFlowSnapshot initial lastAccessedIndex calculation" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  42. bc67295 Adjust PagerFlowSnapshot initial lastAccessedIndex calculation by Clara Fok · 1 year, 8 months ago
  43. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 8 months ago
  44. c8e5fd8 Merge "Add appendScrollWhile tests" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  45. e952c8c Add appendScrollWhile tests by Clara Fok · 1 year, 8 months ago
  46. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 8 months ago
  47. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 8 months ago
  48. 321535f Add appendScrollWhile API for Pager layer testing by Clara Fok · 1 year, 9 months ago
  49. 43466fc Add multi-generational support in paging-testing Pager layer by Clara Fok · 1 year, 9 months ago
  50. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 9 months ago
  51. dad6de5 Update androidx-core in the Compose ui module to latest version. by Zach Klippenstein · 1 year, 9 months ago
  52. a74dfb5 Initial implementation of asSnapshot API by Clara Fok · 1 year, 10 months ago
  53. 2f2ac0c Remove PageEventTest test name reference to object by Clara Fok · 1 year, 9 months ago
  54. cc94bd7 Make PagingDataDiffer data access only on MainThread by Clara Fok · 1 year, 10 months ago
  55. 97232ec Merge "Remove wildcards from TestPager APIs" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  56. cd689d8 Implement Flow extension method to generate a PagingSourceFactory by Clara Fok · 1 year, 10 months ago
  57. b9a9d30 Remove wildcards from TestPager APIs by Ian Lake · 1 year, 10 months ago
  58. 6f99469 Prepare Paging Testing for release by Ian Lake · 1 year, 10 months ago
  59. 420b7f6 Start using JDK 17 by Aurimas Liutikas · 2 years ago
  60. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 10 months ago
  61. 20a2837 Implement StaticListPagingSource by Clara Fok · 1 year, 10 months ago
  62. 2f191e8 Implement page-dropping in TestPager by Clara Fok · 1 year, 10 months ago
  63. 8141841 Add overloaded getPagingState helper function by Clara Fok · 1 year, 11 months ago
  64. 35c0e49 Remove checks for invalidated PagingSource before loads by Clara Fok · 1 year, 10 months ago
  65. bb0414d Merge "Re-enable SupportAnnotationUsage lint check" into androidx-main by Tiem Song · 1 year, 11 months ago
  66. 1fc510b Re-enable SupportAnnotationUsage lint check by Tiem Song · 1 year, 11 months ago
  67. 5a98b30 Implement getData and getPagingState in TestPager by Clara Fok · 1 year, 11 months ago
  68. 5c9e20f Merge "Make LoadResult.Page extend Iterator" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  69. 3a6524b Make LoadResult.Page extend Iterator by Clara Fok · 1 year, 11 months ago
  70. c21e4b8 Update directory of TestPager and its test class by Clara Fok · 1 year, 11 months ago
  71. 7d6bc6f Implement append and prepend operations in TestPager by Clara Fok · 1 year, 11 months ago
  72. cdb6c8e Merge "Initial implementation of TestPager" into androidx-main by Clara Fok · 1 year, 11 months ago
  73. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 1 year, 11 months ago
  74. 2654b4a Remove deprecated test coroutine API and workaround in CachingTest.kt by Clara Fok · 1 year, 11 months ago
  75. 3311f1a Initial implementation of TestPager by Clara Fok · 1 year, 11 months ago
  76. d7e09e3 Add paging-testing artifact into Paging by Clara Fok · 1 year, 11 months ago
  77. a27d645 Merge "Remove deprecated Koltin Coroutines test api in PageFetcherSnapshotTest" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  78. 1953993 Remove deprecated Koltin Coroutines test api in PageFetcherSnapshotTest by Clara Fok · 1 year, 11 months ago
  79. 42b28e6 Fix flaky test LazyPagingItemsTest.collectOnWorkerThread by Clara Fok · 2 years ago
  80. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years ago
  81. ca03450 Add support for custom context in collectAsLazyPagingItems by Clara Fok · 2 years ago
  82. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years ago
  83. 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 2 years ago
  84. b9fa90f Update lint baselines by Tiem Song · 2 years ago
  85. 1dcb2e5 Add VERBOSE log when new page is presented by Clara Fok · 2 years ago
  86. 386e82d Add default log to trace load and invalidation triggers by Clara Fok · 2 years ago
  87. 4163656 Add DEBUG and VERBOSE default logging for PagingSource loads by Clara Fok · 2 years ago
  88. 0b7b595 Add project dependency constraint between paging-common and paging-compose by Clara Fok · 2 years, 1 month ago
  89. e44aa3f Add project dependency constraint between paging-common and paging runtime by Clara Fok · 2 years, 1 month ago
  90. ac66217 Add VERBOSE level logging for each PageEvent sent to presenter side by Clara Fok · 2 years, 1 month ago
  91. 7ec032d Make jump invalidation in PageFetcherSnapshot idempotent by Clara Fok · 2 years, 1 month ago
  92. 0922eb3 Add LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years, 1 month ago
  93. 512ac51 Revert "Implement LOGGER injection into paging-common from LazyPagingItems" by Clara Fok · 2 years, 1 month ago
  94. 951ea11 Implement LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years, 1 month ago
  95. d795cc8 Implement centralized logging controller for Paging library by Clara Fok · 2 years, 1 month ago
  96. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years, 2 months ago
  97. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years, 2 months ago
  98. 7d6e83c Fix lint problems for LinearLayoutManager by George Mount · 2 years, 2 months ago
  99. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years, 2 months ago
  100. cd845c0 [GH] Fix ViewportHints sent to wrong generation by Clara F · 2 years, 2 months ago