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