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