1. 4a3bea8 Merge "Guarding against potential leaks in calls to endTransaction() for prepared queries." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  2. 9ab0333 Guarding against potential leaks in calls to endTransaction() for prepared queries. by elifbilgin · 1 year, 3 months ago
  3. 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, 2 months ago
  4. 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, 3 months ago
  5. f0b820e0 Kotlin 1.8.20 by Jim S · 1 year, 4 months ago
  6. d4396d3 Merge changes from topic "androidx-main" into androidx-main by Arkadii Ivanov · 1 year, 3 months ago
  7. bfa6a00 Duplicating ProvidedTypeConverterTest in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 3 months ago
  8. 0c433cc Replaced Truth with Kruth in room-testapp-kotlin. by Arkadii Ivanov · 1 year, 3 months ago
  9. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  10. e572a97 Merge "Fix KAPT suspend override check." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  11. 8ef7454 Fix KAPT suspend override check. by Daniel Santiago Rivera · 1 year, 3 months ago
  12. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 3 months ago
  13. bb3ff86 Always use a temp local val in FieldGetter when gen Kotlin and nullable. by Daniel Santiago Rivera · 1 year, 3 months ago
  14. 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, 3 months ago
  15. efe27d6 Merge "Adding test cases for LongSparseArray, SparseArrayCompat and ArrayMap in MultimapQueryTest.kt." into androidx-main by Elif Bilgin · 1 year, 3 months ago
  16. 33415cb Adding test cases for LongSparseArray, SparseArrayCompat and ArrayMap in MultimapQueryTest.kt. by elifbilgin · 1 year, 3 months ago
  17. 691020c Replace Truth with Kruth in room-ktx tests by Arkadii Ivanov · 1 year, 3 months ago
  18. b990c75 Merge "Bump lifecycle's profileinstaller dependency to 1.3" into androidx-main by Chris Craik · 1 year, 3 months ago
  19. 8ded110 Merge changes from topic "use-kruth-in-room-common" into androidx-main by Arkadii Ivanov · 1 year, 3 months ago
  20. bfc8f1b Duplicating all Multimap related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 4 months ago
  21. 4bb158a Bump lifecycle's profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  22. 05d4e20 Merge "Duplicating tests into the kotlin test app that test conflict in DAOs." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  23. 9802ded Duplicating tests into the kotlin test app that test conflict in DAOs. by elifbilgin · 1 year, 3 months ago
  24. 4f9cf65 Merge "Supporting value classes in Room for KSP." into androidx-main by Elif Bilgin · 1 year, 3 months ago
  25. 4194095 Supporting value classes in Room for KSP. by elifbilgin · 1 year, 4 months ago
  26. fdfe7c4 Replace Truth with Kruth in room-common tests by Arkadii Ivanov · 1 year, 3 months ago
  27. 206e35c Expose APIs to tell if a method param is synthetic. by Wanying Ding · 1 year, 3 months ago
  28. 6a0dd36 Expose SymbolProcessorEnvironment from XProcessingEnv through XConverters. by Wanying Ding · 1 year, 3 months ago
  29. 4cbdcd6 Merge "Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements." into androidx-main by Wanying Ding · 1 year, 3 months ago
  30. 52bcc97 Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements. by Wanying Ding · 1 year, 3 months ago
  31. 05a43a2 Merge "Revert "Update to AGP 8.0.0-beta05"" into androidx-main by Tiem Song · 1 year, 3 months ago
  32. d680766 Revert "Update to AGP 8.0.0-beta05" by Aurimas Liutikas · 1 year, 3 months ago
  33. 10161e8 Merge "Update to AGP 8.0.0-beta05" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  34. f748a17 Duplicating all AutoMigration related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 4 months ago
  35. 017927c Update to AGP 8.0.0-beta05 by Aurimas Liutikas · 1 year, 4 months ago
  36. 98605a4 Merge "Fix duplicate names androidx.room in various test classes." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  37. 399ef81 Fix duplicate names androidx.room in various test classes. by Daniel Santiago Rivera · 1 year, 4 months ago
  38. 09f1d49 Merge "Benchmark Kotlin Codegen" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  39. dd6d0d8 Benchmark Kotlin Codegen by Daniel Santiago Rivera · 1 year, 4 months ago
  40. e639bbe Add an option for exporting schemas as JAR resources. by Daniel Santiago Rivera · 1 year, 4 months ago
  41. df77703 Merge "Fix :room:navigatiion-tests:room-testapp" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  42. 7c67fd8 Fix :room:navigatiion-tests:room-testapp by Luke Edgar · 1 year, 4 months ago
  43. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  44. 2c99bab Merge "Added toKS for XElement" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  45. 8aa3313 Added toKS for XElement by Wanying Ding · 1 year, 4 months ago
  46. cedbf4e Disable flaking AutoCloserTest by Aurimas Liutikas · 1 year, 4 months ago
  47. 627ae0a Merge "Update current/beta API signatures after Metalava update" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  48. 6875562 Merge "Enable Kotlin codegen in Room integration app." into androidx-main by Elif Bilgin · 1 year, 4 months ago
  49. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  50. d46e8c1 Resolving issues with LiveData and Maybe to ultimately turn on Kotlin codegen in the test app. by elifbilgin · 1 year, 5 months ago
  51. 4b07951 Merge "FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  52. cedc0f9 FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened. by Daniel Santiago Rivera · 1 year, 4 months ago
  53. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  54. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  55. 626b799 Expand tests on XElement.kindName() by Kuan-Ying Chou · 1 year, 4 months ago
  56. 7f145c3 Add explicit dependencies where needed by Aurimas Liutikas · 1 year, 4 months ago
  57. e3e136e Expose JVM descriptors on XProcessing interfaces. by Daniel Santiago Rivera · 1 year, 4 months ago
  58. 9ef8231 Merge "KspEnumEntry does not extend KspTypeElement" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  59. daa2cd1 [GH] Update repeatable annotation test to test repeatable kotlin annotations by Odin Asbjørnsen · 1 year, 4 months ago
  60. 2329761 KspEnumEntry does not extend KspTypeElement by Daniel Santiago Rivera · 1 year, 4 months ago
  61. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  62. 2637e29 Merge changes from topic "revert-2388492-androidx-agp-8.1.0-alpha02-DPZMDUDEDS" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  63. 34030e3 Merge "Add tests to validate private interface function in Kotlin are ignored." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  64. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  65. 085ddbc Merge "Make XType extend XAnnotated to support type annotations" into androidx-main by Kuan-Ying Chou · 1 year, 4 months ago
  66. 992aa01 Make XType extend XAnnotated to support type annotations by Kuan-Ying Chou · 1 year, 5 months ago
  67. afc7823 Disable flaking emitOnceForMultipleTablesInTransaction test by Aurimas Liutikas · 1 year, 4 months ago
  68. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  69. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 5 months ago
  70. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  71. 4974629 Add tests to validate private interface function in Kotlin are ignored. by Daniel Santiago Rivera · 1 year, 5 months ago
  72. 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  73. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 5 months ago
  74. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  75. 4297ec0 Enable Kotlin codegen in Room integration app. by Daniel Santiago Rivera · 1 year, 5 months ago
  76. 94d1699 Merge "Removing automigration related warnings as well as nullable collection parameter warnings in preparation for turning on the Kotlin CodeGen testapp." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  77. f585b9e Merge "Resolving issue with Completable return types in DAO functions." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  78. 516c186 Resolving issue with Completable return types in DAO functions. by elifbilgin · 1 year, 5 months ago
  79. d62dc35 Removing automigration related warnings as well as nullable collection parameter warnings in preparation for turning on the Kotlin CodeGen testapp. by elifbilgin · 1 year, 5 months ago
  80. 3f742d5 Rebase to Kotlin 1.8.10 by Jim Sproch · 1 year, 5 months ago
  81. 6d2b93c Merge "Auditing and minimizing the usages of KClass.asClassName() in room-compiler." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  82. f8bde84 Auditing and minimizing the usages of KClass.asClassName() in room-compiler. by elifbilgin · 1 year, 5 months ago
  83. 44b9adb Disable flaking AutoClosingRoomOpenHelperTest by Aurimas Liutikas · 1 year, 5 months ago
  84. 126d777 Merge "Handling type mismatches in shortcut functions that return non-generic types e.g. `Array<Long>` instead of `Array<out Long>`." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  85. 18ff62a Handling type mismatches in shortcut functions that return non-generic types e.g. `Array<Long>` instead of `Array<out Long>`. by elifbilgin · 1 year, 6 months ago
  86. 2426664 Correctly wrap Ksp ClassKind.ENUM_ENTRY in KspEnumTypeElement by Daniel Santiago Rivera · 1 year, 5 months ago
  87. 10f4122 Merge "Guarding against null values or collections with nullable type arguments being passed into DAO functions in Kotlin." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  88. 61fffae Merge "Remove kotlinx-metadata-jvm dep from room-compiler." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  89. 619d9ec Guarding against null values or collections with nullable type arguments being passed into DAO functions in Kotlin. by elifbilgin · 1 year, 5 months ago
  90. 1222394 Remove kotlinx-metadata-jvm dep from room-compiler. by Daniel Santiago Rivera · 1 year, 5 months ago
  91. ddc7d18 Disable flaking MultiTypedPagingSourceTest test by Aurimas Liutikas · 1 year, 5 months ago
  92. 8744d69 Migrate more usages of JavaPoet type name to XTypeName in room-compiler by Daniel Santiago Rivera · 1 year, 5 months ago
  93. b02bb94 Remove last remaining usages of CodeGenScope.builder() by Daniel Santiago Rivera · 1 year, 5 months ago
  94. 856cad7 Fix various miss usages of non-null return type queries that are asserted to return null. by Daniel Santiago Rivera · 1 year, 5 months ago
  95. c117201 Fix suspend vararg Kotlin overrides in XPoet by Daniel Santiago Rivera · 1 year, 5 months ago
  96. 0ea12a7 Merge "Removing usages of $S, $T, $N, $L, $W and `toJavaPoet()` across all files in Room." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  97. a92310a Removing usages of $S, $T, $N, $L, $W and `toJavaPoet()` across all files in Room. by elifbilgin · 1 year, 6 months ago
  98. 025f666 Merge "Guarding against meaningless usage of nullable collections in DAO method return types." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  99. 89bfa37 Guarding against meaningless usage of nullable collections in DAO method return types. by elifbilgin · 1 year, 6 months ago
  100. 2ed522e Correct all Observer nullability by sanura · 1 year, 5 months ago