1. a795453 Pin annotation-experimental in room-runtime to 1.4.1 by Daniel Santiago Rivera · 1 year, 7 months ago
  2. 7321a88 Enable Room Kotlin codegen by default on KSP by Daniel Santiago Rivera · 1 year, 7 months ago
  3. 5d043d1 Merge "Remove no-op instances of RestrictedApi check suppression" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  4. 103f3fc [GH] Ignore unnecessary projectOrArtifactUsages by Yigit Boyar · 1 year, 10 months ago
  5. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 1 year, 10 months ago
  6. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 1 year, 10 months ago
  7. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 1 year, 10 months ago
  8. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 1 year, 10 months ago
  9. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 1 year, 11 months ago
  10. e0ca08a Add API for dropping all tables during destructive migrations. by Daniel Santiago Rivera · 2 years ago
  11. ee1b285 [GH] Fix paging playground by Dustin Lam · 2 years, 1 month ago
  12. 00ff473 Resolving room-common KMP issues. by elifbilgin · 2 years, 1 month ago
  13. f02087a Update lint baselines before filing new Fix-It bugs by Alan Viverette · 2 years, 2 months ago
  14. 70a3fe9 Fix paging-playground build by Clara Fok · 2 years, 2 months ago
  15. b732d7c Move to using KSP instead of KAPT for room compiler by Aurimas Liutikas · 2 years, 3 months ago
  16. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 2 years, 3 months ago
  17. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 2 years, 4 months ago
  18. 20918a0 Reduce duration of test onPagesUpdatedFlow by Clara Fok · 2 years, 6 months ago
  19. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 6 months ago
  20. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 2 years, 7 months ago
  21. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 2 years, 7 months ago
  22. 420b7f6 Start using JDK 17 by Aurimas Liutikas · 3 years, 1 month ago
  23. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 3 years, 3 months ago
  24. b9fa90f Update lint baselines by Tiem Song · 3 years, 4 months ago
  25. d71e56c Remove line and position from lint baselines by Alan Viverette · 3 years, 6 months ago
  26. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 3 years, 7 months ago
  27. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 7 months ago
  28. b25b070 Persist RemoteKey for V3RemoteMediator integration sample by Dustin Lam · 3 years, 8 months ago
  29. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 3 years, 8 months ago
  30. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years, 8 months ago
  31. 378f5ba Enable -parameters for Paging integration test app since it depends on ToT Room and has Java sources. by Daniel Santiago Rivera · 3 years, 9 months ago
  32. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 4 years ago
  33. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 4 years, 1 month ago
  34. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 4 years, 1 month ago
  35. c76deef Merge "Require room-paging artifact for PagingSource" into androidx-main am: ac531a520a by Clara Fok · 4 years, 4 months ago
  36. 1062867 Require room-paging artifact for PagingSource by Clara Fok · 4 years, 4 months ago
  37. 611d6ea Start targeting API 31 by Aurimas Liutikas · 4 years, 4 months ago
  38. 4a09222 Immediately trigger onInvalidateCallback if Source is already invalid by Dustin Lam · 4 years, 4 months ago
  39. 6bd2347f Implement Invalid return type in PagingSource by Clara Fok · 4 years, 4 months ago
  40. 01d05de Run NewApi lint on tests by Alan Viverette · 4 years, 5 months ago
  41. e29c501 Add onPagesUpdated presenter APIs by Dustin Lam · 4 years, 5 months ago
  42. 802403a Update lint baselines by Alan Viverette · 4 years, 6 months ago
  43. 94ff434 Migrate paging to use Gradle Version Catalogs by Aurimas Liutikas · 4 years, 7 months ago
  44. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 4 years, 7 months ago
  45. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 4 years, 7 months ago
  46. f6d7a38 Cleanup LivePagedListBuilderTest by Dustin Lam · 4 years, 8 months ago
  47. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 4 years, 9 months ago
  48. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 4 years, 10 months ago
  49. 86445f1 Make terminal separator behavior configurable by Dustin Lam · 4 years, 11 months ago
  50. 348fa7e Add Executor param to PagingData operators for Java by Dustin Lam · 5 years ago
  51. 279dcce Remove redundant ExperimentalCoroutinesApi declarations by Dustin Lam · 5 years ago
  52. fb2969a Make PagingSource.getRefreshKey stable API by Dustin Lam · 5 years ago
  53. 46ad915 Merge "Fix experimental annotation in Pager" into androidx-master-dev by Alan Viverette · 5 years ago
  54. dd7d94e Merge changes I65619263,I5c5f2ac3,I2f1236fc,I8cf5aec7 into androidx-master-dev by Dustin Lam · 5 years ago
  55. 5d02a038 Fix experimental annotation in Pager by Alan Viverette · 5 years ago
  56. aa90cc2 Add empty terminal insert for separators support with RemoteMediator by Dustin Lam · 5 years ago
  57. 557d18d Remove page size from LoadParams by Yigit Boyar · 5 years ago
  58. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 5 years ago
  59. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 5 years ago
  60. 3c0d5d5 Fix paging test dependencies on room to be consistent by Yigit Boyar · 5 years ago
  61. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 5 years ago
  62. eed9923 [GH] Add playground support for paging by Dustin Lam · 5 years ago
  63. debb2cb Add suspend version of transform functions by Dustin Lam · 5 years ago
  64. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 5 years ago
  65. fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 5 years ago
  66. d72e66f Support for generating PagingSource in Room by Dustin Lam · 6 years ago
  67. 5dd7481 Rename presentData as an overload of submitData by Dustin Lam · 6 years ago
  68. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 6 years ago
  69. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 6 years ago
  70. 998d70d Add fromRemote property to LoadState by Dustin Lam · 6 years ago
  71. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 6 years ago
  72. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 6 years ago
  73. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 6 years ago
  74. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 6 years ago
  75. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 6 years ago
  76. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 6 years ago
  77. cc1dd3d Use more clear names in LoadState by Dustin Lam · 6 years ago
  78. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 6 years ago
  79. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 6 years ago
  80. 680c545 Add KDoc sample for RemoteMediator by Dustin Lam · 6 years ago
  81. 4f1cfee Initial Network + DB support by Dustin Lam · 6 years ago
  82. 4b897cb Update to JDK 11. by Aurimas Liutikas · 6 years ago
  83. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 6 years ago
  84. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 6 years ago
  85. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 6 years ago
  86. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 6 years ago
  87. 30d4e40 Fix crash when retrying REFRESH loads. by Dustin Lam · 6 years ago
  88. 5b5ca9c Rename addHeader -> insertHeaderItem by Chris Craik · 6 years ago
  89. 78d9045 LoadStateAdapter sample code by Chris Craik · 6 years ago
  90. 7621909 Fix Separators generics by Chris Craik · 6 years ago
  91. 7a32642 Remove @ExperimentalCoroutinesApi and @FlowPreview from public APIs by Chris Craik · 6 years ago
  92. 74ee017 Deprecate PagedList APIs by Dustin Lam · 6 years ago
  93. b39967d Update missed Room deps to 2.2.5 by Daniel Santiago Rivera · 6 years ago
  94. 29ff171 Merge "Import Room 2.2.5" into androidx-master-dev by Treehugger Robot · 6 years ago
  95. 7ce8376 Import Room 2.2.5 by Daniel Santiago Rivera · 6 years ago
  96. f944984 Add withLoadStateHeader/Footer APIs, based on MergeAdapter by Chris Craik · 6 years ago
  97. d61ec62 Making buildSrc-tests:ktlint cover buildSrc by Jeff Gaston · 6 years ago
  98. e58e7a0 Add non-suspending PageEvent collection API by Dustin Lam · 6 years ago
  99. 444168d Add a v3 + room paging sample by Dustin Lam · 6 years ago
  100. 3d0df3f Deprecate PagedListAdapter by Dustin Lam · 6 years ago