1. ddc49c9 Don't return collapsedSemantics on unattached or deactivated nodes by Melba Nuzen · 8 months ago
  2. a18f72a Migrate to ktfmt 0.50 and remove our custom @sample hack by Omar Ismail · 9 months ago
  3. 0ee887e Migrate paging to use ktfmt by Omar Ismail · 9 months ago
  4. 8054151 Fix Paging kdocs by Clara Fok · 10 months ago
  5. fb2fc34 Remove DifferCallback from PagingDataPresenter by Clara Fok · 1 year, 2 months ago
  6. ea4cdfe Refactor event processing for Drop events by Clara Fok · 1 year, 2 months ago
  7. 8f41702 Refactor event processing for Refresh by Clara Fok · 1 year, 3 months ago
  8. 949e051 Remove transform lastAccessedIndex after refresh by Clara Fok · 1 year, 3 months ago
  9. 04395e8 Remove use of mutable lists in LazyPagingItemsTest by Clara Fok · 1 year, 3 months ago
  10. c7505ae Refactor event processing for Append and Prepend by Clara Fok · 1 year, 3 months ago
  11. 3621927b Rename PagingDataDiffer to PagingDataPresenter by Clara Fok · 1 year, 3 months ago
  12. 26cb242 Remove PrimitiveInLambda suppressions by George Mount · 1 year, 4 months ago
  13. 78d5dc8 Filter out the deactivated semantic nodes by default and introduce assertIsDeactivated() by Andrey Kulikov · 1 year, 5 months ago
  14. 1f39cb9 PagingData.empty helpers now emit cached empty list by Clara Fok · 1 year, 5 months ago
  15. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 1 year, 6 months ago
  16. 1dd7534 Use AndroidUiDispatcher.Main in Paging Compose by Ian Lake · 1 year, 6 months ago
  17. 50653c6 Fix flaky test by Clara Fok · 1 year, 7 months ago
  18. 490f3c8 Disable flaky test by Clara Fok · 1 year, 7 months ago
  19. 6820b29 Move files to commonMain by Clara Fok · 1 year, 8 months ago
  20. eade331 Change paging-compose to kmp structure by Clara Fok · 1 year, 8 months ago
  21. 8448061 Refactor Logger to PagingLogger by Clara Fok · 1 year, 8 months ago
  22. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  23. a93a3a2 Update AndroidX to coroutines 1.7.1 by Zhiyuan Wang · 1 year, 8 months ago
  24. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 9 months ago
  25. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 10 months ago
  26. a879573 Fix flaky test in LazyPagingItemsTest by Clara Fok · 1 year, 10 months ago
  27. 714c170 Remove deprecated LazyPagingItems API by Clara Fok · 1 year, 10 months ago
  28. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
  29. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 10 months ago
  30. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 10 months ago
  31. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 10 months ago
  32. 15fa26d Add support for Paging preview in compose by Clara Fok · 1 year, 10 months ago
  33. 64fd300 Fix Paging Compose deprecation messages by Ian Lake · 1 year, 10 months ago
  34. 75b22ef Cached data immediately available in LazyPagingItems by Clara Fok · 1 year, 10 months ago
  35. 9e45b01 Fix flaky test in LazyPagingItemsTest by Clara Fok · 1 year, 11 months ago
  36. f534dce Merge "[GH] Replace usage of TestDispatcher with StandardTestDispatcher in paging-compose" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  37. e738454 Deprecate LazyListScope#itemsIndexed extension for LazyPagingItems by Clara Fok · 1 year, 11 months ago
  38. 046cecf [GH] Replace usage of TestDispatcher with StandardTestDispatcher in paging-compose by Veyndan Stuart · 1 year, 11 months ago
  39. f6fb638 Deprecate LazyListScope#items extension for LazyPagingItems by Clara Fok · 1 year, 11 months ago
  40. e1fab63 Remove internal class reference from public function kdoc by Clara Fok · 1 year, 11 months ago
  41. 3a178a5 Refactor itemKey to be more efficient by Clara Fok · 1 year, 11 months ago
  42. 4bfb8df Implement LazyPagingItem itemContenType as helper function by Clara Fok · 2 years ago
  43. 9619907 Implement LazyPagingItem itemKey as helper function by Clara Fok · 2 years ago
  44. a154940 Add LazyPagingItems support for item contentType by Clara Fok · 2 years ago
  45. be2023a Disable flaking LazyPagingItemsTest test by Aurimas Liutikas · 2 years, 1 month ago
  46. ade35b3 Expose PagingDataDiffer.loadStateFlow as StateFlow by Clara Fok · 2 years, 2 months ago
  47. 42b28e6 Fix flaky test LazyPagingItemsTest.collectOnWorkerThread by Clara Fok · 2 years, 6 months ago
  48. ca03450 Add support for custom context in collectAsLazyPagingItems by Clara Fok · 2 years, 6 months ago
  49. 0922eb3 Add LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years, 8 months ago
  50. 512ac51 Revert "Implement LOGGER injection into paging-common from LazyPagingItems" by Clara Fok · 2 years, 8 months ago
  51. 951ea11 Implement LOGGER injection into paging-common from LazyPagingItems by Clara Fok · 2 years, 8 months ago
  52. 96566e3 Disable frequently flaking test by Aurimas Liutikas · 2 years, 10 months ago
  53. b7f9085 Changing LazyPagingItem's inital LoadState refresh to Loading by Sanura N'Jaka · 2 years, 10 months ago
  54. f58f152 Add overloads for constructing Paging presenters with CoroutineContext by Dustin Lam · 2 years, 11 months ago
  55. ba4114a Mark flaky LazyPagingItemsTest by David Saff · 2 years, 11 months ago
  56. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years ago
  57. 2dfb235 Update build files due to PageEvent.Insert changes by Clara Fok · 3 years, 7 months ago
  58. 76c0846 Improve the documentation for LazyPagingItems.itemSnapshotList by Andrey Kulikov · 3 years, 7 months ago
  59. 9fd91b4 Merge "Use property syntax for LazyPagingItems.snapshot()" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  60. ed1742c Merge "Remove unneeded @SuppressLint("RestrictedApi")" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  61. 541762e Use property syntax for LazyPagingItems.snapshot() by Andrey Kulikov · 3 years, 7 months ago
  62. dc893bc Remove unneeded @SuppressLint("RestrictedApi") by Andrey Kulikov · 3 years, 7 months ago
  63. 3af5363 Remove deprecated LazyPagingItems.getAsState by Andrey Kulikov · 3 years, 7 months ago
  64. 7f68348 Keys support for LazyPagingItems items/itemsIndexed by Andrey Kulikov · 3 years, 8 months ago
  65. 71af8f6 Refactor LazyPagingItems to work similarly to mutableStateListOf() by Andrey Kulikov · 3 years, 9 months ago
  66. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 9 months ago
  67. 82f0476 Suppress flaky tests by Ember Rose · 3 years, 9 months ago
  68. 09de3f1 Fix LazyPagingItems docs by Andrey Kulikov · 3 years, 10 months ago
  69. 2a414bd Make LazyPagingItems' itemCount and item getter observable by Andrey Kulikov · 4 years ago
  70. 5f80de6 size -> requiredSize, preferredSize -> size by Mihai Popa · 4 years, 1 month ago
  71. bb05cd7 Add items(count: Int) overload for LazyColumn/LazyRow/LazyVerticalGrid by Andrey Kulikov · 4 years, 3 months ago
  72. 07cd249 Add a callback for AsyncDiffer to update presenter state before ListUpdateCallback triggers by Dustin Lam · 4 years, 3 months ago
  73. b03819f Make CombinedLoadState helpers more useful. by Dustin Lam · 4 years, 3 months ago
  74. 502bb07 [GH] Add support for paging-compose and navigation-compose by Dustin Lam · 4 years, 4 months ago