1. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  2. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 5 months ago
  3. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  4. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 2 years ago
  5. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  6. 0b7b595 Add project dependency constraint between paging-common and paging-compose by Clara Fok · 2 years, 2 months ago
  7. e44aa3f Add project dependency constraint between paging-common and paging runtime by Clara Fok · 2 years, 2 months ago
  8. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  9. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  10. b771f6a Bump stable deps of Paging to latest by Dustin Lam · 2 years, 10 months ago
  11. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 3 years ago
  12. a809187 Align Gradle project paths to Maven coordinates for paging by Alan Viverette · 3 years, 2 months ago[Renamed from paging/common/build.gradle]
  13. 94ff434 Migrate paging to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 5 months ago
  14. 936132d Enable Library / API mode for paging-common by Dustin Lam · 3 years, 7 months ago
  15. 1d283ff Bump paging to beta01 by Dustin Lam · 3 years, 8 months ago
  16. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  17. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  18. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  19. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  20. 30b26f5 Disable artifact generation for internal testutils by Dustin Lam · 4 years, 5 months ago
  21. ae00d0f Cleanup paging gradle files by Chris Craik · 4 years, 6 months ago
  22. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  23. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  24. f4ac93d Add paging-testutils module by Dustin Lam · 4 years, 8 months ago
  25. 8480241 PagedData-based Differ, and add flow-based sample by Chris Craik · 4 years, 9 months ago
  26. c3d0082 Simplify and expose PagedDataFlowBuilder by Chris Craik · 4 years, 9 months ago
  27. 1606968 Implement LoadHint -> PageEvent stream by Dustin Lam · 4 years, 10 months ago
  28. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 10 months ago
  29. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 5 years ago
  30. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 5 years ago
  31. 005a920 Remove ARCH_* constants from Dependencies.kt by Ian Lake · 5 years ago
  32. dc14fd0 Move PagedList to use CoroutineDispatcher directly by Dustin Lam · 5 years ago
  33. b21368c Move PagedList.create to coroutines by Dustin Lam · 5 years ago
  34. d847ca6 Convert DataSource.load to coroutine by Dustin Lam · 5 years ago
  35. dba215c Implement PagedSource with suspend load by Dustin Lam · 5 years ago
  36. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  37. b6bab3f Convert paging-common to .kt by Dustin Lam · 5 years ago
  38. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  39. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  40. e683c81 Move TestExecutor into common testutils by Dustin Lam · 5 years ago
  41. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  42. 2cc275f Delete SupportJavaLibraryPlugin! by Aurimas Liutikas · 5 years ago
  43. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  44. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  45. ac5f95fe Merge "Add ListenableFuture dependency and transform support" into androidx-master-dev by Chris Craik · 6 years ago
  46. c11203f Add ListenableFuture dependency and transform support by Chris Craik · 6 years ago
  47. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 6 years ago
  48. 6690c17 Move Room to prebuilts. by Yigit Boyar · 6 years ago
  49. f02d885 Update paging dependencies to explicit version numbers by Chris Craik · 6 years ago
  50. 792bd53 Lint Java projects and distinguish between host vs. device libraries by Jake Wharton · 6 years ago
  51. 368e82c Add initial rxjava2 support to Paging by Chris Craik · 7 years ago
  52. ba069d5 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 7 years ago
  53. b7a0b6f Revert "Switch paging to prebuilts of arch components" by Chris Craik · 7 years ago
  54. 7036b1e Switch paging to prebuilts of arch components by Chris Craik · 7 years ago
  55. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 7 years ago
  56. cdcbdb0 Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  57. 81b5bac Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 7 years ago
  58. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  59. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  60. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  61. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  62. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  63. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  64. a150f19 Fix paging dependency on junit by Chris Craik · 7 years ago
  65. f0d1360 Paging doc codesample improvements, api cleanup by Chris Craik · 7 years ago
  66. ad919fe enable paging artifacts by Yigit Boyar · 7 years ago
  67. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  68. 2e9d513 DataSource key rework by Chris Craik · 7 years ago
  69. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  70. ad73eb9 Merge "hide paging from release" into oc-support-26.0-dev am: 50442a97e4 by Yigit Boyar · 7 years ago
  71. 3ec9f62 hide paging from release by Yigit Boyar · 7 years ago
  72. e4741f3c Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  73. 9fd8e617 Initial commit of paging component. by Chris Craik · 7 years ago