1. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 3 years ago
  2. 84e9efa Refactor LimitOffsetPagingSourceTest to use paging-testing artifact by Clara Fok · 3 years, 1 month ago
  3. 065653b Update versions for release 1664989200000 by Nick Anthony · 3 years, 2 months ago
  4. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 3 years, 2 months ago
  5. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 3 years, 3 months ago
  6. 4c07e2a Updating kotlinified files to get rid of @RestrictTo annotations wherever possible, as well as following up on some internal cleanup. by elifbilgin · 3 years, 4 months ago
  7. c96fe7d Remove kapt support in room-paging type artifacts by Clara Fok · 3 years, 5 months ago
  8. 3e34c01 Converting all RoomDatabase related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 3 years, 6 months ago
  9. 9e87eb67 Converting `invalidation tracker` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 3 years, 7 months ago
  10. 5ccc565 Merge "Fail the build if library projects use src/kotlin instead of src/java" into androidx-main by Alan Viverette · 3 years, 7 months ago
  11. cd9288e Cleanup dependencies in Room by Dustin Lam · 3 years, 7 months ago
  12. d76ba7b Fail the build if library projects use src/kotlin instead of src/java by Alan Viverette · 3 years, 7 months ago
  13. 2f45502 Implement LimitOffsetListenableFuturePagingSource by clarafok · 3 years, 7 months ago
  14. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 7 months ago
  15. 0cb0be6 Refactor database query functions out of LimitOffsetPagingSource by clarafok · 3 years, 8 months ago
  16. 711271a Refactor refreshKey calcluation out of LimitOffsetPagingSource by clarafok · 3 years, 8 months ago
  17. 50392c7 Refactor limit and offset calcluation out of LimitOffsetPagingSource by clarafok · 3 years, 8 months ago
  18. 510c358 Refactor InvalidationTracker helper functions out of LimitOffsetPagingSource by clarafok · 3 years, 8 months ago
  19. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years, 8 months ago
  20. e97c96b Merge changes from topic "room-runtime-util-kotlinify" into androidx-main by Treehugger Robot · 3 years, 9 months ago
  21. 04773d8 Converting `util` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 3 years, 9 months ago
  22. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 3 years, 9 months ago
  23. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 10 months ago
  24. f356a67 Bump Room and androidx.sqlite to rc01 by Daniel Santiago Rivera · 4 years ago
  25. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 4 years ago
  26. 25a2517 De-flake load_multipleQueryArguments in LimitOffsetPagingSourceTest by Dustin Lam · 4 years, 1 month ago
  27. e9559c0 Merge "Reenabling MissingTestSizeAnnotation on tests" into androidx-main by Jeff Gaston · 4 years, 1 month ago
  28. 1c776f8 Merge "Pinning versions for Room sqlite and paging dependencies." into androidx-main by Elif Bilgin · 4 years, 1 month ago
  29. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 4 years, 1 month ago
  30. d9ee410 Pinning versions for Room sqlite and paging dependencies. by Elif Bilgin · 4 years, 1 month ago
  31. 57907d7 Suppress flaky tests by Ember Rose · 4 years, 1 month ago
  32. ab5fb6e2 Update versions for release id 1634144400000 by Nick Anthony · 4 years, 1 month ago
  33. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 4 years, 1 month ago
  34. b0897a4 Use Room's queryDispatcher over Dispatchers.IO in LimitOffsetPagingSource by Dustin Lam · 4 years, 2 months ago
  35. 5f0dafa Update Room version to 2.4.0-beta01 by Daniel Santiago Rivera · 4 years, 2 months ago
  36. 583863d Add LimitOffsetPagingSource unit test by Clara Fok · 4 years, 3 months ago
  37. 44032d0 Merge "Revert "Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky"" into androidx-main by Treehugger Robot · 4 years, 3 months ago
  38. b94381b Revert "Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky" by Clara Fok · 4 years, 3 months ago
  39. 62edae6 Merge changes Ie22cc1d3,I8060e530 into androidx-main by Treehugger Robot · 4 years, 3 months ago
  40. 0c26433 Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky by Jeff Gaston · 4 years, 3 months ago
  41. 601bd57 Fix flaky test in LimitOffsetPagingSourceTest by Clara Fok · 4 years, 4 months ago
  42. 2506199 Merge "Revert "Add @FlakyTest to LimitOffsetPagingSourceTest#prepend_invalidResult"" into androidx-main by Clara Fok · 4 years, 4 months ago
  43. f7f4575 Revert "Add @FlakyTest to LimitOffsetPagingSourceTest#prepend_invalidResult" by Clara Fok · 4 years, 4 months ago
  44. 6554edd Merge "Fix LimitOffsetPagingSourceTest flaky test" into androidx-main by Treehugger Robot · 4 years, 4 months ago
  45. 0837a2a Fix LimitOffsetPagingSourceTest flaky test by Clara Fok · 4 years, 4 months ago
  46. 9aa4cb9 Add @FlakyTest to LimitOffsetPagingSourceTest#prepend_invalidResult by Fred Sladkey · 4 years, 4 months ago
  47. 3882ac8 Implement LoadResult.Invalid to handle race by Clara Fok · 4 years, 4 months ago
  48. 2518687 Flip room-paging flag for release by Clara Fok · 4 years, 5 months ago
  49. cadc8a0 Additional tests for refresh key behavior by Clara Fok · 4 years, 5 months ago
  50. 96682f2 Invalid large key clips to load last page by Clara Fok · 4 years, 5 months ago
  51. 2c9450d Initial implementation of LimitOffsetPagingSource by Clara Fok · 4 years, 5 months ago
  52. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 4 years, 6 months ago
  53. 73f0b5a Setup room-paging artifact by Dustin Lam · 4 years, 6 months ago