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