1. bea20f7 PAGING = "3.3.0-beta01" Test: ./gradlew buildOnServer by Prajakta Patil · 6 months ago
  2. 6e9bc6d Correct nullability of extends and implements lists by Paul Duffin · 6 months ago
  3. 5c6a1cb Disable flaking test by Clara Fok · 6 months ago
  4. 7b81dfa Correct nullability of Continuation and bound in suspend lambda by Paul Duffin · 6 months ago
  5. 3fd67a1 Correct nullability of Continuation type bound by Paul Duffin · 6 months ago
  6. 98e7ce5a Remove sanura and aelias from OWNERS by Aurimas Liutikas · 6 months ago
  7. 81120ca Paging to use common MainThread annotation by Clara Fok · 7 months ago
  8. 24205d8 Update baseline files to use correct element id for property by Paul Duffin · 7 months ago
  9. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 7 months ago
  10. e3c6d28 Disable flaky paging test by Clara Fok · 7 months ago
  11. 55775726 Add ReferencesDeprecated suppression in paging by Julia McClellan · 7 months ago
  12. 7156ea1 Remove enum synthetic methods from signature files by Paul Duffin · 7 months ago
  13. d5f3dd3 Enable KMP native by default by Fred Sladkey · 8 months ago
  14. a2b53d1 Disable flaky test by Clara Fok · 7 months ago
  15. 6f49eac Require KMP projects to use kmpDocs in tip-of-tree by Julia McClellan · 7 months ago
  16. 139cf0c Fix flaky test in CachedPageEventFlowLeakTest by Clara Fok · 8 months ago
  17. d3bcbcf Disable flaking dontLeakNonCachedFlow_finished test by Aurimas Liutikas · 8 months ago
  18. 5b04b20 Merge "Make PagingDataPresenter public" into androidx-main by Clara Fok · 8 months ago
  19. 217e744 Merge "Rename NullPaddedList to PlaceholderPaddedList" into androidx-main by Clara Fok · 8 months ago
  20. 62184d7 Merge "AsyncPagingDataDiffer LoadState emission to yield if getting item" into androidx-main by Clara Fok · 8 months ago
  21. 029602e Merge "Re-add LoadStateUpdate yield and additional tests" into androidx-main by Clara Fok · 8 months ago
  22. bf103cf Merge "Add new LoadStates and CombinedLoadStates API" into androidx-main by Clara Fok · 8 months ago
  23. b739337 Make PagingDataPresenter public by Clara Fok · 8 months ago
  24. 15804fb Rename NullPaddedList to PlaceholderPaddedList by Clara Fok · 8 months ago
  25. 5c76ff1 AsyncPagingDataDiffer LoadState emission to yield if getting item by Clara Fok · 8 months ago
  26. cd3d5e2 Re-add LoadStateUpdate yield and additional tests by Clara Fok · 8 months ago
  27. ab6663e Add new LoadStates and CombinedLoadStates API by Clara Fok · 8 months ago
  28. 5d043d1 Merge "Remove no-op instances of RestrictedApi check suppression" into androidx-main by Treehugger Robot · 8 months ago
  29. 103f3fc [GH] Ignore unnecessary projectOrArtifactUsages by Yigit Boyar · 8 months ago
  30. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 8 months ago
  31. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 8 months ago
  32. e507324 Merge "Add samples' source jars as published artifacts to sampling libraries" into androidx-main by Owen Gray · 8 months ago
  33. 96be208 Add samples' source jars as published artifacts to sampling libraries by Owen Gray · 10 months ago
  34. 9809ec9 Merge "Fix emission on Drop events" into androidx-main by Clara Fok · 8 months ago
  35. 1282a87 Fix emission on Drop events by Clara Fok · 8 months ago
  36. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 10 months ago
  37. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 8 months ago
  38. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 9 months ago
  39. eab3946 Merge "Update API files from metalava build ID 11274726" into androidx-main by Julia McClellan · 8 months ago
  40. dbb8524 Update API files from metalava build ID 11274726 by Julia McClellan · 9 months ago
  41. fb2fc34 Remove DifferCallback from PagingDataPresenter by Clara Fok · 8 months ago
  42. 318d016 Implement PagingDataEvent equals, hashcode and string functions by Clara Fok · 8 months ago
  43. ea4cdfe Refactor event processing for Drop events by Clara Fok · 8 months ago
  44. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 9 months ago
  45. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 9 months ago
  46. ac036c3 Refactor LoadStateUpdates for Drop Events by Clara Fok · 9 months ago
  47. f8c3829 Fix mediator state change to non-null on drops by Clara Fok · 9 months ago
  48. ee0da74 Add comment to build.gradle files by Tiem Song · 9 months ago
  49. 8f41702 Refactor event processing for Refresh by Clara Fok · 9 months ago
  50. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 9 months ago
  51. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 9 months ago
  52. 949e051 Remove transform lastAccessedIndex after refresh by Clara Fok · 9 months ago
  53. 04395e8 Remove use of mutable lists in LazyPagingItemsTest by Clara Fok · 9 months ago
  54. 7c2431e3 Merge "Refactor event processing for Append and Prepend" into androidx-main by Clara Fok · 9 months ago
  55. c7505ae Refactor event processing for Append and Prepend by Clara Fok · 9 months ago
  56. 2d9a942 Pin paging-sample dependency on room to 2.6.1 by Clara Fok · 9 months ago
  57. 3621927b Rename PagingDataDiffer to PagingDataPresenter by Clara Fok · 9 months ago
  58. fb74183 Rename PagePresenter to PageStore by Clara Fok · 9 months ago
  59. 822b943 Refactor PagingDataDiffer PageEvent processing by Clara Fok · 9 months ago
  60. e86ad8ca Bump mockito-android dependency to 5.8.0 by Clara Fok · 9 months ago
  61. e0ca08a Add API for dropping all tables during destructive migrations. by Daniel Santiago Rivera · 1 year ago
  62. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 10 months ago
  63. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 10 months ago
  64. ee1b285 [GH] Fix paging playground by Dustin Lam · 11 months ago
  65. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 11 months ago
  66. 54df0483 Merge "Update expect and actual declarations for 1.9.20" into androidx-main by Andrei Shikov · 11 months ago
  67. 26cb242 Remove PrimitiveInLambda suppressions by George Mount · 11 months ago
  68. 2123054 Update expect and actual declarations for 1.9.20 by Andrei Shikov · 11 months ago
  69. 00ff473 Resolving room-common KMP issues. by elifbilgin · 12 months ago
  70. f1e3325 Remove dependencies on compilation target sourcesets by Andrei Shikov · 11 months ago
  71. e91e138 Merge "Add docs in Pager.kt" into androidx-main by Treehugger Robot · 11 months ago
  72. 47c64be Add docs in Pager.kt by Clara Fok · 11 months ago
  73. 78d5dc8 Filter out the deactivated semantic nodes by default and introduce assertIsDeactivated() by Andrey Kulikov · 11 months ago
  74. 2827ce0 Merge "PagingData.empty helpers now emit cached empty list" into androidx-main by Treehugger Robot · 11 months ago
  75. 84bdfb4 Split ComparableSubject to expect / actuals for Guava apis on JVM by Dustin Lam · 1 year ago
  76. ca693ef Added ComparableSubject#isIn and ComparableSubject#isNotIn. by Arkadii Ivanov · 1 year, 1 month ago
  77. 1f39cb9 PagingData.empty helpers now emit cached empty list by Clara Fok · 12 months ago
  78. 9dd34b6 Merge "Update lint baselines before filing new Fix-It bugs" into androidx-main by Treehugger Robot · 12 months ago
  79. f02087a Update lint baselines before filing new Fix-It bugs by Alan Viverette · 12 months ago
  80. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 12 months ago
  81. 22cecab Update metalava to latest build by Andrei Shikov · 12 months ago
  82. 70a3fe9 Fix paging-playground build by Clara Fok · 12 months ago
  83. a788bdd Fix paging-common tests which were not being run correctly due to tooling error by Fred Sladkey · 1 year ago
  84. 9653e02 Update paging-common to use Annotation 1.7.0 stable by Ian Lake · 1 year ago
  85. 213d81b Add source set for androidInstrumentedTest by Clara Fok · 1 year ago
  86. 559b339 [GH] Make `paging-testing` multiplatform by moving everything to `common*` by Veyndan Stuart · 1 year ago
  87. 3047ef2 Merge "Rename directories to follow source set layout v2." into androidx-main by Fred Sladkey · 1 year ago
  88. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 1 year ago
  89. d2ea9cf Update build files to use layout v2 by Fred Sladkey · 1 year, 1 month ago
  90. 1dd7534 Use AndroidUiDispatcher.Main in Paging Compose by Ian Lake · 1 year, 1 month ago
  91. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 1 year, 1 month ago
  92. b732d7c Move to using KSP instead of KAPT for room compiler by Aurimas Liutikas · 1 year, 1 month ago
  93. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  94. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 1 year, 1 month ago
  95. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 1 year, 1 month ago
  96. e23cabf Merge "Replace stately with internal atomics" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  97. 5506551 Remove usage of @suppress tags in compose ui tooling libraries by Aurimas Liutikas · 1 year, 1 month ago
  98. 358dfe6 Replace stately with internal atomics by Yigit Boyar · 1 year, 2 months ago
  99. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 1 month ago
  100. ab18122 Ensure that asSnapshot works with PagingData.from by Ian Lake · 1 year, 1 month ago