- 6a0dd36 Expose SymbolProcessorEnvironment from XProcessingEnv through XConverters. by Wanying Ding · 1 year, 8 months ago
- 4cbdcd6 Merge "Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements." into androidx-main by Wanying Ding · 1 year, 8 months ago
- 52bcc97 Fixed XElement#toKS and XElement#getProcessingEnv by including logic on synthetic elements. by Wanying Ding · 1 year, 8 months ago
- 05a43a2 Merge "Revert "Update to AGP 8.0.0-beta05"" into androidx-main by Tiem Song · 1 year, 8 months ago
- d680766 Revert "Update to AGP 8.0.0-beta05" by Aurimas Liutikas · 1 year, 8 months ago
- 10161e8 Merge "Update to AGP 8.0.0-beta05" into androidx-main by Treehugger Robot · 1 year, 8 months ago
- f748a17 Duplicating all AutoMigration related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 8 months ago
- 017927c Update to AGP 8.0.0-beta05 by Aurimas Liutikas · 1 year, 8 months ago
- 98605a4 Merge "Fix duplicate names androidx.room in various test classes." into androidx-main by Treehugger Robot · 1 year, 8 months ago
- 399ef81 Fix duplicate names androidx.room in various test classes. by Daniel Santiago Rivera · 1 year, 8 months ago
- 09f1d49 Merge "Benchmark Kotlin Codegen" into androidx-main by Treehugger Robot · 1 year, 8 months ago
- dd6d0d8 Benchmark Kotlin Codegen by Daniel Santiago Rivera · 1 year, 9 months ago
- e639bbe Add an option for exporting schemas as JAR resources. by Daniel Santiago Rivera · 1 year, 8 months ago
- df77703 Merge "Fix :room:navigatiion-tests:room-testapp" into androidx-main by Treehugger Robot · 1 year, 8 months ago
- 7c67fd8 Fix :room:navigatiion-tests:room-testapp by Luke Edgar · 1 year, 8 months ago
- 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 10 months ago
- 2c99bab Merge "Added toKS for XElement" into androidx-main by Treehugger Robot · 1 year, 8 months ago
- 8aa3313 Added toKS for XElement by Wanying Ding · 1 year, 8 months ago
- cedbf4e Disable flaking AutoCloserTest by Aurimas Liutikas · 1 year, 8 months ago
- 627ae0a Merge "Update current/beta API signatures after Metalava update" into androidx-main by Aurimas Liutikas · 1 year, 8 months ago
- 6875562 Merge "Enable Kotlin codegen in Room integration app." into androidx-main by Elif Bilgin · 1 year, 8 months ago
- 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 8 months ago
- d46e8c1 Resolving issues with LiveData and Maybe to ultimately turn on Kotlin codegen in the test app. by elifbilgin · 1 year, 10 months ago
- 4b07951 Merge "FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened." into androidx-main by Treehugger Robot · 1 year, 8 months ago
- cedc0f9 FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened. by Daniel Santiago Rivera · 1 year, 8 months ago
- 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 8 months ago
- 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 9 months ago
- 626b799 Expand tests on XElement.kindName() by Kuan-Ying Chou · 1 year, 9 months ago
- 7f145c3 Add explicit dependencies where needed by Aurimas Liutikas · 1 year, 9 months ago
- e3e136e Expose JVM descriptors on XProcessing interfaces. by Daniel Santiago Rivera · 1 year, 9 months ago
- 9ef8231 Merge "KspEnumEntry does not extend KspTypeElement" into androidx-main by Treehugger Robot · 1 year, 9 months ago
- daa2cd1 [GH] Update repeatable annotation test to test repeatable kotlin annotations by Odin Asbjørnsen · 1 year, 9 months ago
- 2329761 KspEnumEntry does not extend KspTypeElement by Daniel Santiago Rivera · 1 year, 9 months ago
- 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 9 months ago
- 2637e29 Merge changes from topic "revert-2388492-androidx-agp-8.1.0-alpha02-DPZMDUDEDS" into androidx-main by Aurimas Liutikas · 1 year, 9 months ago
- 34030e3 Merge "Add tests to validate private interface function in Kotlin are ignored." into androidx-main by Treehugger Robot · 1 year, 9 months ago
- 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 9 months ago
- 085ddbc Merge "Make XType extend XAnnotated to support type annotations" into androidx-main by Kuan-Ying Chou · 1 year, 9 months ago
- 992aa01 Make XType extend XAnnotated to support type annotations by Kuan-Ying Chou · 1 year, 9 months ago
- afc7823 Disable flaking emitOnceForMultipleTablesInTransaction test by Aurimas Liutikas · 1 year, 9 months ago
- dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 9 months ago
- 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 9 months ago
- b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 10 months ago
- 4974629 Add tests to validate private interface function in Kotlin are ignored. by Daniel Santiago Rivera · 1 year, 9 months ago
- 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 9 months ago
- c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 9 months ago
- 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 9 months ago
- 4297ec0 Enable Kotlin codegen in Room integration app. by Daniel Santiago Rivera · 1 year, 9 months ago
- 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, 9 months ago
- f585b9e Merge "Resolving issue with Completable return types in DAO functions." into androidx-main by Treehugger Robot · 1 year, 9 months ago
- 516c186 Resolving issue with Completable return types in DAO functions. by elifbilgin · 1 year, 9 months ago
- 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, 9 months ago
- 3f742d5 Rebase to Kotlin 1.8.10 by Jim Sproch · 1 year, 9 months ago
- 6d2b93c Merge "Auditing and minimizing the usages of KClass.asClassName() in room-compiler." into androidx-main by Treehugger Robot · 1 year, 9 months ago
- f8bde84 Auditing and minimizing the usages of KClass.asClassName() in room-compiler. by elifbilgin · 1 year, 9 months ago
- 44b9adb Disable flaking AutoClosingRoomOpenHelperTest by Aurimas Liutikas · 1 year, 9 months ago
- 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, 9 months ago
- 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, 11 months ago
- 2426664 Correctly wrap Ksp ClassKind.ENUM_ENTRY in KspEnumTypeElement by Daniel Santiago Rivera · 1 year, 9 months ago
- 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, 9 months ago
- 61fffae Merge "Remove kotlinx-metadata-jvm dep from room-compiler." into androidx-main by Treehugger Robot · 1 year, 9 months ago
- 619d9ec Guarding against null values or collections with nullable type arguments being passed into DAO functions in Kotlin. by elifbilgin · 1 year, 10 months ago
- 1222394 Remove kotlinx-metadata-jvm dep from room-compiler. by Daniel Santiago Rivera · 1 year, 9 months ago
- ddc7d18 Disable flaking MultiTypedPagingSourceTest test by Aurimas Liutikas · 1 year, 9 months ago
- 8744d69 Migrate more usages of JavaPoet type name to XTypeName in room-compiler by Daniel Santiago Rivera · 1 year, 9 months ago
- b02bb94 Remove last remaining usages of CodeGenScope.builder() by Daniel Santiago Rivera · 1 year, 10 months ago
- 856cad7 Fix various miss usages of non-null return type queries that are asserted to return null. by Daniel Santiago Rivera · 1 year, 10 months ago
- c117201 Fix suspend vararg Kotlin overrides in XPoet by Daniel Santiago Rivera · 1 year, 10 months ago
- 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, 10 months ago
- a92310a Removing usages of $S, $T, $N, $L, $W and `toJavaPoet()` across all files in Room. by elifbilgin · 1 year, 11 months ago
- 025f666 Merge "Guarding against meaningless usage of nullable collections in DAO method return types." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 89bfa37 Guarding against meaningless usage of nullable collections in DAO method return types. by elifbilgin · 1 year, 10 months ago
- 2ed522e Correct all Observer nullability by sanura · 1 year, 10 months ago
- 8ad3bdc Change Observer's onChanged parameter name to value by sanura · 1 year, 10 months ago
- 00d4304 Update kotlinx-metadata-jvm to 0.6.0 by Daniel Santiago Rivera · 1 year, 10 months ago
- ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 11 months ago
- 5c72534 Merge "Fix method ordering for overloaded methods." into androidx-main by Brad Corso · 1 year, 10 months ago
- 12fa71d Merge "Use an isOpenInternal check when checking if DB is open." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 1988e1e Use an isOpenInternal check when checking if DB is open. by Daniel Santiago Rivera · 1 year, 11 months ago
- 10a4a95 Fix method ordering for overloaded methods. by Brad Corso · 1 year, 10 months ago
- d9578b2 Pass TestData into runProcessorTest() by Kuan-Ying Chou · 1 year, 10 months ago
- e84df8b Mark appendWithDelayedInvalidation as flaky by Tiem Song · 1 year, 10 months ago
- 6d05dc7 Upgrade to gradle-8.0-rc-1 by Alan Viverette · 1 year, 11 months ago
- 96c8dd8 room-compiler-processing-testing compileKotlin dependsOn writeTestPropsTask by Jeff Gaston · 1 year, 10 months ago
- b8337b1 Merge "Disallow non-null Void for ListenableFuture, and type args in general." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 960274c Disallow non-null Void for ListenableFuture, and type args in general. by Daniel Santiago Rivera · 1 year, 11 months ago
- 897f0c7 Disable flaking SuspendingQueryTest test by Aurimas Liutikas · 1 year, 11 months ago
- aa2b688 Disallow abstract properties as DAO getters or DAO queries in Kotlin codegen. by Daniel Santiago Rivera · 1 year, 11 months ago
- 63239ab Use internal visibility modifier in Room generated overrides for Kotlin codegen. by Daniel Santiago Rivera · 1 year, 11 months ago
- 2c9e6af Fix some issues attempting to generate Kotlin in Room integration test. by Daniel Santiago Rivera · 1 year, 11 months ago
- 1f76654 Generating Kotlin in the remaining files. by elifbilgin · 2 years ago
- 12df5de Fix getter and setter metadata flags. by Brad Corso · 1 year, 11 months ago
- 025ae5b Merge "Generating Kotlin in DataSourceFactoryQueryResultBinder and PositionalDataSourceQueryResultBinder." into androidx-main by Treehugger Robot · 1 year, 11 months ago
- adb0ec6 Add XHasModifiers#isInternal() API. by Brad Corso · 1 year, 11 months ago
- bd1249f Generating Kotlin in DataSourceFactoryQueryResultBinder and PositionalDataSourceQueryResultBinder. by elifbilgin · 1 year, 11 months ago
- b081279 Merge "Handle reentrant case in Room's acquireTransactionThread()" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 5b89f69 Merge changes I6f33fbcd,If71e2836 into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 7d8a5b1 Handle reentrant case in Room's acquireTransactionThread() by Daniel Santiago Rivera · 2 years ago
- e2cd9cb Don't throw TypeNotPresentException when creating a descriptor of an ErrorType. by Daniel Santiago Rivera · 1 year, 11 months ago
- 3668033 Fix XType.extendBounds() for unbounded KSP type arg. by Daniel Santiago Rivera · 1 year, 11 months ago