1. a90dc7f Merge "Define QueryCallback as a functional interface" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  2. c0fd42a Merge "Fix KSTypeVarianceResolver for raw TypeName" into androidx-main by Brad Corso · 1 year, 4 months ago
  3. 720412a Merge "Handle nullable value class in type converter." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  4. 3c36f6e Fix KSTypeVarianceResolver for raw TypeName by Brad Corso · 1 year, 4 months ago
  5. 9910fe8 Define QueryCallback as a functional interface by Daniel Santiago Rivera · 1 year, 4 months ago
  6. a5af67e Handle nullable value class in type converter. by Daniel Santiago Rivera · 1 year, 4 months ago
  7. 21d4563 Exclude kotlin_module files from kotlinx-metadata-jvm during shading. by Daniel Santiago Rivera · 1 year, 4 months ago
  8. 257b611 Merge "Fix Java TypeName for @JvmInline types" into androidx-main by Brad Corso · 1 year, 4 months ago
  9. 245265fc Fix Java TypeName for @JvmInline types by Brad Corso · 1 year, 4 months ago
  10. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  11. 044acba Used assertWithMessage from Kruth in room-testapp-kotlin. by Arkadii Ivanov · 1 year, 5 months ago
  12. 0137117 Merge "Ignore flaky test" into androidx-main by Alan Viverette · 1 year, 4 months ago
  13. bfa7dd8 Merge "Fix KSTypeVarianceResolver for type aliases with type parameters." into androidx-main by Brad Corso · 1 year, 4 months ago
  14. 2905a68 Fix KSTypeVarianceResolver for type aliases with type parameters. by Brad Corso · 1 year, 4 months ago
  15. 0b82256 Ignore flaky test by Alan Viverette · 1 year, 4 months ago
  16. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  17. 3e75b8b Merge "Fix JavacFiler.writeSource() when the passed package name is empty" into androidx-main by Kuan-Ying Chou · 1 year, 4 months ago
  18. e0ee54e Fix JavacFiler.writeSource() when the passed package name is empty by Kuan-Ying Chou · 1 year, 4 months ago
  19. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  20. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  21. 20d3481 Merge "Shadow / jarjar kotlinx-metadata-jvm in room-compiler-processing." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  22. ef199b8 Reorder TestPager constructor parameters by Clara Fok · 1 year, 4 months ago
  23. 36cc640 Shadow / jarjar kotlinx-metadata-jvm in room-compiler-processing. by Daniel Santiago Rivera · 1 year, 4 months ago
  24. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  25. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  26. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  27. fa4ce4a TypeVarianceResolver for suspend functions. by Brad Corso · 1 year, 4 months ago
  28. 4647364 Merge "Refactor KSTypeVarianceResolver" into androidx-main by Brad Corso · 1 year, 4 months ago
  29. f429590 Refactor KSTypeVarianceResolver by Brad Corso · 1 year, 4 months ago
  30. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  31. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  32. 3ecd1a6 [GH] Update androidx.room Delete example documentation by Sergio Belda · 1 year, 4 months ago
  33. 409a200 Merge "Merge jvmDescriptor tests" into androidx-main by Kuan-Ying Chou · 1 year, 4 months ago
  34. d72dfb1 Merge jvmDescriptor tests by Kuan-Ying Chou · 1 year, 5 months ago
  35. 4a050b8 Merge "Fix @JvmSuppressWildcards issues in KSTypeVarianceResolver." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  36. 836627b Fix @JvmSuppressWildcards issues in KSTypeVarianceResolver. by Treehugger Robot · 1 year, 5 months ago
  37. 51ad89d Add Dagger's ElementDescriptorsTest to XProcessing by Kuan-Ying Chou · 1 year, 5 months ago
  38. 18dad66 Merge "Move arch.core dependencies to latest prebuilt" into androidx-main by Jeremy Woods · 1 year, 5 months ago
  39. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 5 months ago
  40. 4a65de2 Merge "Update KSP to 1.8.20-1.0.11" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  41. 7ce9d43 Update KSP to 1.8.20-1.0.11 by Daniel Santiago Rivera · 1 year, 5 months ago
  42. 75c34af Moving room integration-tests kotlin app to lifecycle prebuilts by Jeremy Woods · 1 year, 5 months ago
  43. f83cfa8 Merge "Ignore the compile only classes of LiveData." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  44. 1647d2f Merge "Room Gradle Plugin" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  45. ae61d19 Move to lifecycle prebuilts in all artifacts that are not lifecycle by Jeremy Woods · 1 year, 5 months ago
  46. ff5f304c Merge "Add lint check to ban usage of non-default @VisibleForTesting params" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  47. a1848c2 Ignore the compile only classes of LiveData. by elifbilgin · 1 year, 5 months ago
  48. f0eb740 Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 1 year, 5 months ago
  49. 8a26ca2 Add XFiler.writeSource() by Kuan-Ying Chou · 1 year, 5 months ago
  50. e8dc18d Room Gradle Plugin by Daniel Santiago Rivera · 1 year, 10 months ago
  51. 467ffc2 Merge "Add XProcessingEnv.toKSResolver()" into androidx-main by Kuan-Ying Chou · 1 year, 5 months ago
  52. 2f460cc Merge "Fix variance resolver when used with asMemberOf." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  53. 12734e3 Add XProcessingEnv.toKSResolver() by Kuan-Ying Chou · 1 year, 5 months ago
  54. 4af66fd Fix variance resolver when used with asMemberOf. by Brad Corso · 1 year, 5 months ago
  55. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 5 months ago
  56. f13fe80 Fix issues with the KSTypeVarianceResolver. by Brad Corso · 1 year, 5 months ago
  57. 68e4fa2 Migrate all UnstableAidl violations to Stable AIDL by Alan Viverette · 1 year, 5 months ago
  58. e42ace1 Warn when unstable AIDL files are missing RequiresOptIn markers by Alan Viverette · 1 year, 6 months ago
  59. b70b1f8 Disable flaky or failing tests by Alan Viverette · 1 year, 5 months ago
  60. 4a3bea8 Merge "Guarding against potential leaks in calls to endTransaction() for prepared queries." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  61. 9ab0333 Guarding against potential leaks in calls to endTransaction() for prepared queries. by elifbilgin · 1 year, 5 months ago
  62. 4f8daf8 Merge "Renaming ROOM_UNNECESSARY_NULLABILITY_IN_DAO_RETURN_TYPE to remove ROOM_ prefix, but add “ROOM_” prefix in value for consistency with other constants." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  63. fc8a955 Renaming ROOM_UNNECESSARY_NULLABILITY_IN_DAO_RETURN_TYPE to remove ROOM_ prefix, but add “ROOM_” prefix in value for consistency with other constants. by elifbilgin · 1 year, 5 months ago
  64. f0b820e0 Kotlin 1.8.20 by Jim S · 1 year, 7 months ago
  65. d4396d3 Merge changes from topic "androidx-main" into androidx-main by Arkadii Ivanov · 1 year, 6 months ago
  66. bfa6a00 Duplicating ProvidedTypeConverterTest in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 6 months ago
  67. 0c433cc Replaced Truth with Kruth in room-testapp-kotlin. by Arkadii Ivanov · 1 year, 6 months ago
  68. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 6 months ago
  69. e572a97 Merge "Fix KAPT suspend override check." into androidx-main by Treehugger Robot · 1 year, 6 months ago
  70. 8ef7454 Fix KAPT suspend override check. by Daniel Santiago Rivera · 1 year, 6 months ago
  71. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 6 months ago
  72. bb3ff86 Always use a temp local val in FieldGetter when gen Kotlin and nullable. by Daniel Santiago Rivera · 1 year, 6 months ago
  73. b7449016 Replacing the null check on `getSystemService` in `resolve` function of RoomDatabase.kt to account for Robolectric tests that may fail as the method can return null in the `SystemServiceRegistry` implementation. by elifbilgin · 1 year, 6 months ago
  74. efe27d6 Merge "Adding test cases for LongSparseArray, SparseArrayCompat and ArrayMap in MultimapQueryTest.kt." into androidx-main by Elif Bilgin · 1 year, 6 months ago
  75. 33415cb Adding test cases for LongSparseArray, SparseArrayCompat and ArrayMap in MultimapQueryTest.kt. by elifbilgin · 1 year, 6 months ago
  76. 691020c Replace Truth with Kruth in room-ktx tests by Arkadii Ivanov · 1 year, 6 months ago
  77. b990c75 Merge "Bump lifecycle's profileinstaller dependency to 1.3" into androidx-main by Chris Craik · 1 year, 6 months ago
  78. 8ded110 Merge changes from topic "use-kruth-in-room-common" into androidx-main by Arkadii Ivanov · 1 year, 6 months ago
  79. bfc8f1b Duplicating all Multimap related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 6 months ago
  80. 4bb158a Bump lifecycle's profileinstaller dependency to 1.3 by Chris Craik · 1 year, 6 months ago
  81. 05d4e20 Merge "Duplicating tests into the kotlin test app that test conflict in DAOs." into androidx-main by Treehugger Robot · 1 year, 6 months ago
  82. 9802ded Duplicating tests into the kotlin test app that test conflict in DAOs. by elifbilgin · 1 year, 6 months ago
  83. 4f9cf65 Merge "Supporting value classes in Room for KSP." into androidx-main by Elif Bilgin · 1 year, 6 months ago
  84. 4194095 Supporting value classes in Room for KSP. by elifbilgin · 1 year, 7 months ago
  85. fdfe7c4 Replace Truth with Kruth in room-common tests by Arkadii Ivanov · 1 year, 6 months ago
  86. 206e35c Expose APIs to tell if a method param is synthetic. by Wanying Ding · 1 year, 6 months ago
  87. 6a0dd36 Expose SymbolProcessorEnvironment from XProcessingEnv through XConverters. by Wanying Ding · 1 year, 6 months ago
  88. 4cbdcd6 Merge "Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements." into androidx-main by Wanying Ding · 1 year, 6 months ago
  89. 52bcc97 Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements. by Wanying Ding · 1 year, 6 months ago
  90. 05a43a2 Merge "Revert "Update to AGP 8.0.0-beta05"" into androidx-main by Tiem Song · 1 year, 6 months ago
  91. d680766 Revert "Update to AGP 8.0.0-beta05" by Aurimas Liutikas · 1 year, 6 months ago
  92. 10161e8 Merge "Update to AGP 8.0.0-beta05" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  93. f748a17 Duplicating all AutoMigration related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 7 months ago
  94. 017927c Update to AGP 8.0.0-beta05 by Aurimas Liutikas · 1 year, 6 months ago
  95. 98605a4 Merge "Fix duplicate names androidx.room in various test classes." into androidx-main by Treehugger Robot · 1 year, 6 months ago
  96. 399ef81 Fix duplicate names androidx.room in various test classes. by Daniel Santiago Rivera · 1 year, 6 months ago
  97. 09f1d49 Merge "Benchmark Kotlin Codegen" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  98. dd6d0d8 Benchmark Kotlin Codegen by Daniel Santiago Rivera · 1 year, 7 months ago
  99. e639bbe Add an option for exporting schemas as JAR resources. by Daniel Santiago Rivera · 1 year, 6 months ago
  100. df77703 Merge "Fix :room:navigatiion-tests:room-testapp" into androidx-main by Treehugger Robot · 1 year, 6 months ago