1. 545e9d2 Add memory leak tests for Paging by Yigit Boyar · 2 years, 11 months ago
  2. f5b33c9c Merge "Fix race condition in shared paging data" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  3. 8eb2a9b Fix race condition in shared paging data by Yigit Boyar · 2 years, 11 months ago
  4. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 11 months ago
  5. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 11 months ago
  6. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 11 months ago
  7. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 3 years ago
  8. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 3 years ago
  9. 210f875 Update lint baselines once again. by Aurimas Liutikas · 3 years ago
  10. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  11. 630bd32 Bump paging to 3.1.0-beta01 by Dustin Lam · 3 years ago
  12. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 3 years ago
  13. 66eb0a2 Merge "Process hints syncronously" into androidx-main by Treehugger Robot · 3 years ago
  14. bc5e5615 Process hints syncronously by Yigit Boyar · 3 years ago
  15. d3b6338 Always return endOfPaginationReached=false for REFRESH by Dustin Lam · 3 years ago
  16. f958564 Do not track remote states locally within PageFetcher for PageEvents by Dustin Lam · 3 years, 1 month ago
  17. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 3 years ago
  18. b2a22e1 Update lint baselines for tip of tree android lint by Aurimas Liutikas · 3 years ago
  19. 833c1c7 Merge "Remove initial CombinedLoadStates value from presenter APIs" into androidx-main by Dustin Lam · 3 years ago
  20. 70d4c85 Update to metalava ab/17659017 by Aurimas Liutikas · 3 years, 1 month ago
  21. ababbca Remove initial CombinedLoadStates value from presenter APIs by Dustin Lam · 3 years ago
  22. 9dbfc999 Drop paging-compose dependencies to latest stable compose by Dustin Lam · 3 years ago
  23. f4d6da6 Prevent GC from removing LoadStateCapture in PagedList tests by Dustin Lam · 3 years, 1 month ago
  24. b78e52e Make compose-runtime projectOrArtifact dependency of paging-compose for playground by Dustin Lam · 3 years, 1 month ago
  25. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  26. 5633a81 consolidating playground androidx-plugin with buildSrc by Jeff Gaston · 3 years, 1 month ago
  27. bb89fe7 Update KSP to beta07 by Yigit Boyar · 3 years, 1 month ago
  28. a4fd8bc Merge changes from topic "191673756_upstream_platform" into androidx-main by Alan Viverette · 3 years, 1 month ago
  29. ce3b8a8 Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into 191673756_upstream_platform_2 by Alan Viverette · 3 years, 1 month ago
  30. 5562368 Make concurrent calls to invoke() in InvalidatingPagingSourceFactory thread-safe by Dustin Lam · 3 years, 1 month ago
  31. ae8f5ac Merge "Add documentation to PagingData streams for cachedIn requirements" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  32. 393ea3d Merge "Remove redundant experimental declaration" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  33. 7e912ee Merge changes I55f90ac2,I897bbaed,Ica5bf1f2 into androidx-main am: 3530161670 by Clara Fok · 3 years, 1 month ago
  34. 2dfb235 Update build files due to PageEvent.Insert changes by Clara Fok · 3 years, 2 months ago
  35. 0729c62 Refactor PageEvent.Insert load state params by Clara Fok · 3 years, 2 months ago
  36. 145465e Refactor LoadStateUpdate to send LoadStates by Clara Fok · 3 years, 2 months ago
  37. f0b50bc Remove redundant experimental declaration by Dustin Lam · 3 years, 1 month ago
  38. 1fe6149 Add documentation to PagingData streams for cachedIn requirements by Dustin Lam · 3 years, 1 month ago
  39. 92e892c Merge "Improve the documentation for LazyPagingItems.itemSnapshotList" into androidx-main am: 8cb407107d by Andrey Kulikov · 3 years, 1 month ago
  40. 76c0846 Improve the documentation for LazyPagingItems.itemSnapshotList by Andrey Kulikov · 3 years, 1 month ago
  41. 5a7de39 Merge "Use property syntax for LazyPagingItems.snapshot()" into androidx-main am: 9fd91b466c by Andrey Kulikov · 3 years, 1 month ago
  42. 9fd91b4 Merge "Use property syntax for LazyPagingItems.snapshot()" into androidx-main by Andrey Kulikov · 3 years, 1 month ago
  43. c76deef Merge "Require room-paging artifact for PagingSource" into androidx-main am: ac531a520a by Clara Fok · 3 years, 1 month ago
  44. ac531a5 Merge "Require room-paging artifact for PagingSource" into androidx-main by Clara Fok · 3 years, 1 month ago
  45. 2d14993 Merge "Remove unneeded @SuppressLint("RestrictedApi")" into androidx-main am: ed1742c8d8 by Andrey Kulikov · 3 years, 1 month ago
  46. 7193a07 Merge "Remove deprecated LazyPagingItems.getAsState" into androidx-main am: 967b2db50a by Andrey Kulikov · 3 years, 1 month ago
  47. ed1742c Merge "Remove unneeded @SuppressLint("RestrictedApi")" into androidx-main by Andrey Kulikov · 3 years, 1 month ago
  48. 1062867 Require room-paging artifact for PagingSource by Clara Fok · 3 years, 2 months ago
  49. 541762e Use property syntax for LazyPagingItems.snapshot() by Andrey Kulikov · 3 years, 2 months ago
  50. dc893bc Remove unneeded @SuppressLint("RestrictedApi") by Andrey Kulikov · 3 years, 2 months ago
  51. 3af5363 Remove deprecated LazyPagingItems.getAsState by Andrey Kulikov · 3 years, 2 months ago
  52. 9d882d4 Merge "Update -compose integration libraries to depend on Compose 1.0.1" into androidx-main am: 10d1de036e by Treehugger Robot · 3 years, 2 months ago
  53. 674644d Update -compose integration libraries to depend on Compose 1.0.1 by Nick Anthony · 3 years, 2 months ago
  54. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  55. 13044f8 Fix invalidation checks for DataSource.isInvalid by Dustin Lam · 3 years, 2 months ago
  56. e268b11 Upgrade to Kotlin 1.5.21 and KSP 1.5.20-beta04 by Aurimas Liutikas · 3 years, 3 months ago
  57. a809187 Align Gradle project paths to Maven coordinates for paging by Alan Viverette · 3 years, 2 months ago
  58. 13bf2b2 Merge "Prevent infinite loops when calling InvalidatingPagingSourceFactory.invalidate()" into androidx-main by Dustin Lam · 3 years, 2 months ago
  59. a505e39 Prevent infinite loops when calling InvalidatingPagingSourceFactory.invalidate() by Dustin Lam · 3 years, 2 months ago
  60. ef531d1 Bump all compose dependencies to 1.0.0-rc02 by Nick Anthony · 3 years, 2 months ago
  61. 0dc41e0 Merge "Add LoadResult.Invalid support for Paging2" into androidx-main by Clara Fok · 3 years, 2 months ago
  62. 24ac03f Add LoadResult.Invalid support for Paging2 by Clara Fok · 3 years, 2 months ago
  63. 4a09222 Immediately trigger onInvalidateCallback if Source is already invalid by Dustin Lam · 3 years, 2 months ago
  64. 6bd2347f Implement Invalid return type in PagingSource by Clara Fok · 3 years, 2 months ago
  65. 7f68348 Keys support for LazyPagingItems items/itemsIndexed by Andrey Kulikov · 3 years, 3 months ago
  66. 98de2bc Merge "Fix LoadState and prevent subsequent InitialPagedList from clearing data" into androidx-main by Dustin Lam · 3 years, 3 months ago
  67. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 3 months ago
  68. dce71c3 Fix LoadState and prevent subsequent InitialPagedList from clearing data by Dustin Lam · 3 years, 3 months ago
  69. 71af8f6 Refactor LazyPagingItems to work similarly to mutableStateListOf() by Andrey Kulikov · 3 years, 3 months ago
  70. 499aae2 Pin all dependencies on Compose to 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  71. 8a0e3a8 Merge "Remove unnecesary comment for dispatcher restriction on .submitData()" into androidx-main by Dustin Lam · 3 years, 3 months ago
  72. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  73. 7246709 Remove unnecesary comment for dispatcher restriction on .submitData() by Dustin Lam · 3 years, 3 months ago
  74. d237ca9 Merge "Add onPagesUpdated presenter APIs" into androidx-main by Dustin Lam · 3 years, 3 months ago
  75. e29c501 Add onPagesUpdated presenter APIs by Dustin Lam · 3 years, 3 months ago
  76. 188eb5f Merge "Make InitialPagingSource extend DataSource" into androidx-main by Dustin Lam · 3 years, 3 months ago
  77. fb5d8ba Make InitialPagingSource extend DataSource by Dustin Lam · 3 years, 3 months ago
  78. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  79. 5281d99 [GH] Fix compose deps in playground by Yigit Boyar · 3 years, 3 months ago
  80. 7b9eb33 Merge "Remove @FlakyTest for known device flakes" into androidx-main by Ember Rose · 3 years, 3 months ago
  81. 62a2e14 Merge "Add @suppress to many @RestrictTo" into androidx-main by Owen Gray · 3 years, 3 months ago
  82. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 3 months ago
  83. 1330ec9 Add @suppress to many @RestrictTo by Owen Gray · 3 years, 4 months ago
  84. 82f0476 Suppress flaky tests by Ember Rose · 3 years, 3 months ago
  85. 6976cbd Merge "Migrate miscellaneous libraries to use Gradle Version Catalogs" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  86. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 4 months ago
  87. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  88. eea6137 Merge "Removes remaining androidx.ui references" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  89. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  90. 9f53b21 Replace custom sharing logic with SharedFlow by Yigit Boyar · 3 years, 4 months ago
  91. 231098c Merge "Remove stale current.ignore files" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  92. 01bd50c Merge "Upgrade to androidx.test 1.4.0-beta01" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  93. a595c65 Upgrade to androidx.test 1.4.0-beta01 by Aurimas Liutikas · 3 years, 4 months ago
  94. dbd90d1 Remove stale current.ignore files by Aurimas Liutikas · 3 years, 4 months ago
  95. 17acd9e Update public_plus_experimental to hide @RestrictTo items by Aurimas Liutikas · 3 years, 4 months ago
  96. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  97. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 6 months ago
  98. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  99. c671557 Don't flag private inner classes without constructors by Alan Viverette · 3 years, 4 months ago
  100. 09ff76e Merge "Use stable paging version in paging-compose" into androidx-main by Andrey Kulikov · 3 years, 4 months ago