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