1. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  2. b9fa90f Update lint baselines by Tiem Song · 2 years, 2 months ago
  3. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  4. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 2 years, 5 months ago
  5. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  6. b25b070 Persist RemoteKey for V3RemoteMediator integration sample by Dustin Lam · 2 years, 8 months ago
  7. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  8. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  9. 378f5ba Enable -parameters for Paging integration test app since it depends on ToT Room and has Java sources. by Daniel Santiago Rivera · 2 years, 7 months ago
  10. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  11. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  12. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  13. c76deef Merge "Require room-paging artifact for PagingSource" into androidx-main am: ac531a520a by Clara Fok · 3 years, 2 months ago
  14. 1062867 Require room-paging artifact for PagingSource by Clara Fok · 3 years, 2 months ago
  15. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  16. 4a09222 Immediately trigger onInvalidateCallback if Source is already invalid by Dustin Lam · 3 years, 2 months ago
  17. 6bd2347f Implement Invalid return type in PagingSource by Clara Fok · 3 years, 2 months ago
  18. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  19. e29c501 Add onPagesUpdated presenter APIs by Dustin Lam · 3 years, 4 months ago
  20. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  21. 94ff434 Migrate paging to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 5 months ago
  22. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 5 months ago
  23. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  24. f6d7a38 Cleanup LivePagedListBuilderTest by Dustin Lam · 3 years, 6 months ago
  25. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 7 months ago
  26. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  27. 86445f1 Make terminal separator behavior configurable by Dustin Lam · 3 years, 9 months ago
  28. 348fa7e Add Executor param to PagingData operators for Java by Dustin Lam · 3 years, 9 months ago
  29. 279dcce Remove redundant ExperimentalCoroutinesApi declarations by Dustin Lam · 3 years, 10 months ago
  30. fb2969a Make PagingSource.getRefreshKey stable API by Dustin Lam · 3 years, 10 months ago
  31. 46ad915 Merge "Fix experimental annotation in Pager" into androidx-master-dev by Alan Viverette · 3 years, 10 months ago
  32. dd7d94e Merge changes I65619263,I5c5f2ac3,I2f1236fc,I8cf5aec7 into androidx-master-dev by Dustin Lam · 3 years, 10 months ago
  33. 5d02a038 Fix experimental annotation in Pager by Alan Viverette · 3 years, 10 months ago
  34. aa90cc2 Add empty terminal insert for separators support with RemoteMediator by Dustin Lam · 3 years, 10 months ago
  35. 557d18d Remove page size from LoadParams by Yigit Boyar · 3 years, 10 months ago
  36. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  37. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  38. 3c0d5d5 Fix paging test dependencies on room to be consistent by Yigit Boyar · 4 years ago
  39. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  40. eed9923 [GH] Add playground support for paging by Dustin Lam · 4 years, 1 month ago
  41. debb2cb Add suspend version of transform functions by Dustin Lam · 4 years, 3 months ago
  42. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 4 years, 3 months ago
  43. fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 4 years, 4 months ago
  44. d72e66f Support for generating PagingSource in Room by Dustin Lam · 4 years, 4 months ago
  45. 5dd7481 Rename presentData as an overload of submitData by Dustin Lam · 4 years, 4 months ago
  46. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 4 years, 5 months ago
  47. 343bb56 Mark LoadParams.pageSize as @Deprecated by Dustin Lam · 4 years, 5 months ago
  48. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 5 months ago
  49. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 5 months ago
  50. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 5 months ago
  51. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 5 months ago
  52. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 5 months ago
  53. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 5 months ago
  54. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 5 months ago
  55. cc1dd3d Use more clear names in LoadState by Dustin Lam · 4 years, 5 months ago
  56. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 4 years, 5 months ago
  57. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 4 years, 6 months ago
  58. 680c545 Add KDoc sample for RemoteMediator by Dustin Lam · 4 years, 6 months ago
  59. 4f1cfee Initial Network + DB support by Dustin Lam · 4 years, 6 months ago
  60. 4b897cb Update to JDK 11. by Aurimas Liutikas · 5 years ago
  61. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 4 years, 6 months ago
  62. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 4 years, 6 months ago
  63. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 4 years, 6 months ago
  64. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 5 years ago
  65. 30d4e40 Fix crash when retrying REFRESH loads. by Dustin Lam · 4 years, 6 months ago
  66. 5b5ca9c Rename addHeader -> insertHeaderItem by Chris Craik · 4 years, 6 months ago
  67. 78d9045 LoadStateAdapter sample code by Chris Craik · 4 years, 6 months ago
  68. 7621909 Fix Separators generics by Chris Craik · 4 years, 6 months ago
  69. 7a32642 Remove @ExperimentalCoroutinesApi and @FlowPreview from public APIs by Chris Craik · 4 years, 7 months ago
  70. 74ee017 Deprecate PagedList APIs by Dustin Lam · 4 years, 7 months ago
  71. b39967d Update missed Room deps to 2.2.5 by Daniel Santiago Rivera · 4 years, 7 months ago
  72. 29ff171 Merge "Import Room 2.2.5" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  73. 7ce8376 Import Room 2.2.5 by Daniel Santiago Rivera · 4 years, 7 months ago
  74. f944984 Add withLoadStateHeader/Footer APIs, based on MergeAdapter by Chris Craik · 4 years, 7 months ago
  75. d61ec62 Making buildSrc-tests:ktlint cover buildSrc by Jeff Gaston · 4 years, 7 months ago
  76. e58e7a0 Add non-suspending PageEvent collection API by Dustin Lam · 4 years, 7 months ago
  77. 444168d Add a v3 + room paging sample by Dustin Lam · 4 years, 7 months ago
  78. 3d0df3f Deprecate PagedListAdapter by Dustin Lam · 4 years, 8 months ago
  79. bd4b613 Deprecate LivePagedList APIs by Dustin Lam · 4 years, 8 months ago
  80. a505775 Deprecate PagedList methods in Rx2 by Dustin Lam · 4 years, 8 months ago
  81. b034602 Generalize getRefreshKeyFromPage for initialKey by Dustin Lam · 4 years, 8 months ago
  82. 1e17ff8 Merge "Add a granular collectFrom PagedData API which doesn't require scope" into androidx-master-dev by Dustin Lam · 4 years, 8 months ago
  83. b92dd93 Add Adapter/Differ.refresh by Chris Craik · 4 years, 8 months ago
  84. 3c6dee7 Add a granular collectFrom PagedData API which doesn't require scope by Dustin Lam · 4 years, 9 months ago
  85. 4b8e0d0 Rename all instances of 'Paged' to 'Paging' in paging3 by Dustin Lam · 4 years, 8 months ago
  86. 8ed132d Implement header and footer transforms on PageEvent by Dustin Lam · 4 years, 9 months ago
  87. aee807b Merge "Simplify builders to be static factory methods" into androidx-master-dev by Chris Craik · 4 years, 8 months ago
  88. 1c09b585 Simplify builders to be static factory methods by Chris Craik · 4 years, 9 months ago
  89. a533fa5 Cleanup paging integration testapp gradle by Chris Craik · 4 years, 9 months ago
  90. 251f413 Replace PagedList.Config with PagingConfig by Chris Craik · 4 years, 9 months ago
  91. 960fd8d Expose loading state in differ by Chris Craik · 4 years, 9 months ago
  92. c77bc77 Add Flow<PagedData<T>>.cached by Yigit Boyar · 4 years, 9 months ago
  93. 8480241 PagedData-based Differ, and add flow-based sample by Chris Craik · 4 years, 9 months ago
  94. 4f72dc3 Add PagingState by Chris Craik · 4 years, 10 months ago
  95. 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 5 years ago
  96. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 5 years ago
  97. 984e308 Turn UnnecessaryParentheses into an error in error-prone by Aurimas Liutikas · 5 years ago
  98. ecb180d Merge "Remove KeyProvider" into androidx-master-dev by Chris Craik · 5 years ago
  99. 32fa353 Remove KeyProvider by Chris Craik · 5 years ago
  100. 64c858b Switch to prebuilts from project() dependencies by Ian Lake · 5 years ago