1. 3e34c01 Converting all RoomDatabase related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  2. 263d171 Initial code check-in for renaming all remaining related files in `room-runtime` from *.java to *.kt. by Elif Bilgin · 2 years, 5 months ago
  3. fe8f7bb Merge "Update component id for room to internal id" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  4. 5f46cf5 Fix room integration tests on API 17 by Aurimas Liutikas · 2 years, 2 months ago
  5. 8aeee5b Update component id for room to internal id by Aurimas Liutikas · 2 years, 2 months ago
  6. 0189010 Merge "Fix the incorrect usage of a wrapper cursor in entity cursor converters." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  7. 88a9e8b Fix the incorrect usage of a wrapper cursor in entity cursor converters. by Daniel Santiago Rivera · 2 years, 2 months ago
  8. 62a5109 Merge "Temporarily disable NullAnnotationGroup for certain library types" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  9. d07b7d0 Temporarily disable NullAnnotationGroup for certain library types by Tiem Song · 2 years, 2 months ago
  10. ea073d8 Mark flaky test with Ignore by clarafok · 2 years, 2 months ago
  11. 077e0c1 Generate lint report if an annotation's group can't be found by Tiem Song · 2 years, 2 months ago
  12. 4692676 Merge changes from topic "232550720_strip_positions" into androidx-main by Alan Viverette · 2 years, 2 months ago
  13. 8720e0d Merge changes I96c25112,Iea840cbf into androidx-main by Treehugger Robot · 2 years, 2 months ago
  14. 5570e61 Enable publishing of new Room Paging artifacts by clarafok · 2 years, 2 months ago
  15. a6f3b46 Converting the final set of Java files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 3 months ago
  16. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  17. d1ba579 Hook up room-paging-rxjava2 to room-compiler by clarafok · 2 years, 2 months ago
  18. 402d879 Merge "Implement rxjava2 LimitOffsetRxPagingSource" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  19. c4782c2 Implement rxjava2 LimitOffsetRxPagingSource by clarafok · 2 years, 2 months ago
  20. 57503a6 Fix memory leak in test LimitOffsetRxPagingSourceTest by clarafok · 2 years, 2 months ago
  21. 06751e66 Remove delays in RxPagingSourceTest by clarafok · 2 years, 2 months ago
  22. cce233b Merge "Hook up rxjava3 LimitOffsetRxPagingSource to room-compiler" into androidx-main by Clara Fok · 2 years, 2 months ago
  23. f0e52f6 Merge changes Iaaf4bc57,I4b444b04,Icc4b50a0,If1792af1 into androidx-main by Treehugger Robot · 2 years, 2 months ago
  24. 9dafd3c Initial code check-in for the final set of Java files in `room-runtime` from *.java to *.kt. by Elif Bilgin · 2 years, 3 months ago
  25. c7b01e9 Hook up rxjava3 LimitOffsetRxPagingSource to room-compiler by clarafok · 2 years, 2 months ago
  26. a5a856d Implement room-paging-rxjava3 LimitOffsetRxPagingSource by clarafok · 2 years, 2 months ago
  27. 9fa44fa Add benchmark for AmbiguousColumnResolver by Daniel Santiago Rivera · 2 years, 3 months ago
  28. 894b0ff Duplicate column resolution heuristic algorithm by Daniel Santiago Rivera · 2 years, 8 months ago
  29. 282ef24 Add table names of key and value columns in @MapInfo by Daniel Santiago Rivera · 2 years, 3 months ago
  30. 6a3dc55c Merge "Provide a runProcessorTest() API that takes processors." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  31. 2ca8464 Merge "Set jvm-default=all for Room runtime libraries." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  32. 9c06524 Refactor Room compiler cursor index variable generation to its own adapter. by Daniel Santiago Rivera · 2 years, 3 months ago
  33. 500e39b Provide a runProcessorTest() API that takes processors. by Daniel Santiago Rivera · 2 years, 2 months ago
  34. 0b37270 Set jvm-default=all for Room runtime libraries. by Daniel Santiago Rivera · 2 years, 2 months ago
  35. 76e8c1e Hook up room-paging-guava to room-compiler by Clara Fok · 2 years, 2 months ago
  36. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 2 months ago
  37. b3f10cb Give room gradle test more memory by Aurimas Liutikas · 2 years, 2 months ago
  38. e72325b Refactor room-paging integration test into parameterized test by Clara Fok · 2 years, 3 months ago
  39. 3267211 Converting `auto closer` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 2 months ago
  40. 4943d97 Initial code check-in for renaming `auto closer` related files in `room-runtime` from *.java to *.kt. by Elif Bilgin · 2 years, 4 months ago
  41. 6bbc9d6 Merge changes from topic "inavlidation-tracker-runtime" into androidx-main by Elif Bilgin · 2 years, 2 months ago
  42. b22bc2b PagingSource type providers to use generalized binder by Clara Fok · 2 years, 2 months ago
  43. 9e87eb6 Converting `invalidation tracker` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  44. c0e3538 Initial code check-in for renaming `invalidation tracker` related files in `room-runtime` from *.java to *.kt. by Elif Bilgin · 2 years, 5 months ago
  45. 4faafcc Change from refreshVersionsAsync to refreshVersionsSync by clarafok · 2 years, 3 months ago
  46. 84960db Fix InvalidationTracker.Observer registration on main thread by clarafok · 2 years, 3 months ago
  47. f6fd168 Merge "Update coroutines to 1.6.1" into androidx-main by Yigit Boyar · 2 years, 2 months ago
  48. 5ccc565 Merge "Fail the build if library projects use src/kotlin instead of src/java" into androidx-main by Alan Viverette · 2 years, 3 months ago
  49. 2ce9745 Merge "Deprecate XTypeElement.superType in favor of superClass." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  50. 1c7ba76 Merge "Fix flaky room-paging test loadEverything_inReverse" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  51. 2975a40 Fix flaky room-paging test loadEverything_inReverse by clarafok · 2 years, 3 months ago
  52. fb1267d Update coroutines to 1.6.1 by Yigit Boyar · 2 years, 3 months ago
  53. cd9288e Cleanup dependencies in Room by Dustin Lam · 2 years, 3 months ago
  54. e5952b1 Deprecate XTypeElement.superType in favor of superClass. by Daniel Santiago Rivera · 2 years, 3 months ago
  55. c2faa62 Merge "Bump to Kotlin 1.6.21" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  56. e41fc57 Merge "Add back jvm-default to Room" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  57. dc6ad79 Add back jvm-default to Room by Daniel Santiago Rivera · 2 years, 3 months ago
  58. 5061837 Bump to Kotlin 1.6.21 by Jim Sproch · 2 years, 3 months ago
  59. 2ff493e Merge "Fix bug in getAllMethods for pkg-private methods" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  60. f6dc3ae Fix bug in getAllMethods for pkg-private methods by Brad Corso · 2 years, 3 months ago
  61. 741cf12 Merge "Fix LongSparseArray and SparseArray key row adapter." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  62. d76ba7b Fail the build if library projects use src/kotlin instead of src/java by Alan Viverette · 2 years, 3 months ago
  63. 2ab42bf5 Merge "Baseline for metalava update" into androidx-main by Sam Gilbert · 2 years, 3 months ago
  64. 66225d2 Fix LongSparseArray and SparseArray key row adapter. by Daniel Santiago Rivera · 2 years, 3 months ago
  65. 6a90edb Merge "Attempt to fix InvalidationTrackerTest#testWeak flake." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  66. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 3 months ago
  67. e378ecd Merge "Assert on executor being idle in WriteAheadLoggingTest" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  68. 58a7338 Attempt to fix InvalidationTrackerTest#testWeak flake. by Daniel Santiago Rivera · 2 years, 3 months ago
  69. 4ec35d4 Assert on executor being idle in WriteAheadLoggingTest by Daniel Santiago Rivera · 2 years, 3 months ago
  70. 2f45502 Implement LimitOffsetListenableFuturePagingSource by clarafok · 2 years, 3 months ago
  71. 93e8ecb8 Cleanup usages of deprecated process() and processOver() by Kuan-Ying Chou · 2 years, 3 months ago
  72. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  73. 35daf7a Merge "Move outDir set up to settings.gradle" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  74. a036352 Merge "Use new JvmDefaultMode values for Kotlin 1.6.20" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  75. 7fceeb6 Move outDir set up to settings.gradle by Aurimas Liutikas · 2 years, 3 months ago
  76. 10b44a6 [GH] limit room test heap size to 512 by Dustin Lam · 2 years, 3 months ago
  77. 0cb0be6 Refactor database query functions out of LimitOffsetPagingSource by clarafok · 2 years, 3 months ago
  78. 60c83e9 Merge changes Ib27a2953,I0d147f4f into androidx-main by Clara Fok · 2 years, 3 months ago
  79. 1a91be9 Merge "Special case overrides() check for suspend methods in KAPT." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  80. 711271a Refactor refreshKey calcluation out of LimitOffsetPagingSource by clarafok · 2 years, 4 months ago
  81. 50392c7 Refactor limit and offset calcluation out of LimitOffsetPagingSource by clarafok · 2 years, 4 months ago
  82. 510c358 Refactor InvalidationTracker helper functions out of LimitOffsetPagingSource by clarafok · 2 years, 4 months ago
  83. 5496dca Special case overrides() check for suspend methods in KAPT. by Daniel Santiago Rivera · 2 years, 4 months ago
  84. d0e5334 Use new JvmDefaultMode values for Kotlin 1.6.20 by Daniel Santiago Rivera · 2 years, 3 months ago
  85. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  86. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  87. 7895e40 [GH] Introduce "NONE" conflict resolution strategy by mzgreen · 2 years, 3 months ago
  88. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  89. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 4 months ago
  90. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 4 months ago
  91. 3ba4280 Update Metalava to build 8210943 by Ember Rose · 2 years, 4 months ago
  92. 41a1d4f [GH] Add room-paging-rxjava2 module to Room by Clara F · 2 years, 4 months ago
  93. eb60980 [GH] Add room-paging-rxjava3 module to Room by Clara F · 2 years, 4 months ago
  94. 3d8c385 Merge "[GH] Use type nullability instead of declaration nullability in EmbeddedField" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  95. 1ee1e14 [GH] Use type nullability instead of declaration nullability in EmbeddedField by mzgreen · 2 years, 4 months ago
  96. 1b9ae44 [GH] Add room-paging-guava module to Room by Clara F · 2 years, 4 months ago
  97. 0a4ff59 Merge "Make userCursor public (but restricted) to be able to use it from test apps." into androidx-main by Treehugger Robot · 2 years, 4 months ago
  98. d40608a Make userCursor public (but restricted) to be able to use it from test apps. by Daniel Santiago Rivera · 2 years, 4 months ago
  99. 6451462 Merge "Consider views during database bundle schema equality check." into androidx-main by Treehugger Robot · 2 years, 4 months ago
  100. 332acc4 Consider views during database bundle schema equality check. by Daniel Santiago Rivera · 2 years, 4 months ago