- fb2fc34 Remove DifferCallback from PagingDataPresenter by Clara Fok · 1 year, 11 months ago
- 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 11 months ago
- 8f41702 Refactor event processing for Refresh by Clara Fok · 1 year, 11 months ago
- 9dfae4a Migrate remaining KMP files to platform-suffixed naming scheme by Alan Viverette · 1 year, 11 months ago
- 949e051 Remove transform lastAccessedIndex after refresh by Clara Fok · 1 year, 11 months ago
- c7505ae Refactor event processing for Append and Prepend by Clara Fok · 1 year, 11 months ago
- 3621927b Rename PagingDataDiffer to PagingDataPresenter by Clara Fok · 1 year, 11 months ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 2 years, 4 months ago
- 89b052d [GH] Make `testutils-paging` a KMP by Veyndan Stuart · 2 years, 5 months ago
- e29360e [GH] Remove all usages of DirectDispatcher in paging-common tests by Veyndan Stuart · 2 years, 7 months ago
- aa5145a [GH] Replace usage of DirectDispatcher with EmptyCoroutineContext in testutils-paging by Veyndan Stuart · 2 years, 8 months ago
- 4080c22 Update OWNERS files by Aurimas Liutikas · 2 years, 9 months ago
- 5a98b30 Implement getData and getPagingState in TestPager by Clara Fok · 3 years, 2 months ago
- d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 3 years, 3 months ago
- d07b7d0 Temporarily disable NullAnnotationGroup for certain library types by Tiem Song · 3 years, 6 months ago
- 077e0c1b Generate lint report if an annotation's group can't be found by Tiem Song · 3 years, 6 months ago
- adc51a2 Prioritize getRefreshKey if it returns null on invalidate by Dustin Lam · 3 years, 7 months ago
- bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 7 months ago
- 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 4 years ago
- 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 4 years, 1 month ago
- 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 4 years, 1 month ago
- f958564 Do not track remote states locally within PageFetcher for PageEvents by Dustin Lam · 4 years, 2 months ago
- ababbca Remove initial CombinedLoadStates value from presenter APIs by Dustin Lam · 4 years, 2 months ago
- 0729c62 Refactor PageEvent.Insert load state params by Clara Fok · 4 years, 3 months ago
- 145465e Refactor LoadStateUpdate to send LoadStates by Clara Fok · 4 years, 3 months ago
- dce71c3 Fix LoadState and prevent subsequent InitialPagedList from clearing data by Dustin Lam · 4 years, 5 months ago
- 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 4 years, 6 months ago
- c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 4 years, 8 months ago
- 61bccf7 Re-trigger access hint when inserted page is empty by Yigit Boyar · 4 years, 9 months ago
- b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 4 years, 10 months ago
- 81b1652 Allow differ.refresh() to also trigger remote refresh by Dustin Lam · 5 years ago
- 2ed00f1 Merge "Add a callback for AsyncDiffer to update presenter state before ListUpdateCallback triggers" into androidx-master-dev by Dustin Lam · 5 years ago
- 07cd249 Add a callback for AsyncDiffer to update presenter state before ListUpdateCallback triggers by Dustin Lam · 5 years ago
- fb2969a Make PagingSource.getRefreshKey stable API by Dustin Lam · 5 years ago
- b03819f Make CombinedLoadState helpers more useful. by Dustin Lam · 5 years ago
- 6d4cbbf Preserve PagingState across generations if no hint received by Dustin Lam · 5 years ago
- f86129d RemoteMediatorAccessor Refactor by Yigit Boyar · 5 years ago
- 0680b89 Ensure kotlin invalidate callbacks are called by WrapperDataSources by Dustin Lam · 5 years ago
- 5d7cebf Formatting for ktlint 0.39.0 by Jeff Gaston · 5 years ago
- a003ad0 [GH] PagingData transformation functions by Simon Schiller · 5 years ago
- c3d1fd7 Remove empty baseline files by Oussama Ben Abdelbaki · 5 years ago
- d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 5 years ago
- 93e69a2 Prevent ClosedSendChannelException when using synchronous submitData by Dustin Lam · 5 years ago
- b5e4aa03 Allow local REFRESH even if remote REFRESH fails by Dustin Lam · 5 years ago
- fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 5 years ago
- 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 6 years ago
- 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 6 years ago
- 2fb5762 Merge "Mark PagingSource.getRefreshKey as experimental" into androidx-master-dev by Dustin Lam · 6 years ago
- 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 6 years ago
- 4fbc22b Merge "Fix retry for RemoteMediator loads from APPEND / PREPEND" into androidx-master-dev by Dustin Lam · 6 years ago
- 3d6d60b Fix retry for RemoteMediator loads from APPEND / PREPEND by Dustin Lam · 6 years ago
- 9c350b9 Merge "Move RemoteMediatorAccessor into its own file and add tests" into androidx-master-dev by Dustin Lam · 6 years ago
- c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 6 years ago
- d60125a Merge "Rename START / END to PREPEND / APPEND" into androidx-master-dev by Dustin Lam · 6 years ago
- be1814d Move RemoteMediatorAccessor into its own file and add tests by Dustin Lam · 6 years ago
- bab6f38 Add OWNERS to testutils/testutils-paging by Dustin Lam · 6 years ago
- 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 6 years ago
- 30b26f5 Disable artifact generation for internal testutils by Dustin Lam · 6 years ago