1. 8e5224c Merge "Refactor LimitOffsetPagingSourceTest to use paging-testing artifact" into androidx-main by Clara Fok · 1 year, 9 months ago
  2. d0b3068 Merge "Workaround for KT-54030" into androidx-main by Aurimas Liutikas · 1 year, 9 months ago
  3. 688a2de Merge "Apply fix for KT-45545 to Room's copied Kapt Registrar." into androidx-main by Aurimas Liutikas · 1 year, 9 months ago
  4. 420b7f6 Start using JDK 17 by Aurimas Liutikas · 1 year, 11 months ago
  5. 280f1ee Merge "Specify namespace for all gradle testkit tests" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  6. 6efa933 Workaround for KT-54030 by Daniel Santiago Rivera · 1 year, 9 months ago
  7. 84e9efa Refactor LimitOffsetPagingSourceTest to use paging-testing artifact by Clara Fok · 1 year, 9 months ago
  8. bdb2b1f Specify namespace for all gradle testkit tests by Aurimas Liutikas · 1 year, 9 months ago
  9. 2033b7d Parse correctErrorTypes in KaptCompilationStep by Kuan-Ying Chou · 1 year, 9 months ago
  10. 5fd4d58 Merge changes I991284b7,I0684cf64 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  11. 0446792 Converting leftover room.migration files from Java to Kotlin. by elifbilgin · 1 year, 9 months ago
  12. d4a0e42 Merge "Upgrade all JVM host tests to mockito 4" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  13. 885c9eb Generate DAOs in Kotlin by Daniel Santiago Rivera · 1 year, 9 months ago
  14. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 9 months ago
  15. 66067a8 Merge changes I575e6f53,Ic3d06ac7 into androidx-main by Daniel Santiago Rivera · 1 year, 9 months ago
  16. 763ee71 Renaming leftover room.migration files from Java to Kotlin. by elifbilgin · 1 year, 9 months ago
  17. d7619a7 Fix isFinal() for properties and visibility for lateinit properties by Kuan-Ying Chou · 1 year, 9 months ago
  18. 8b793f8 Convert TypeWriter shared fields and methods to XPoet by Daniel Santiago Rivera · 1 year, 9 months ago
  19. 155f7ec Convert more ColumnTypeAdapters to XPoet by Daniel Santiago Rivera · 1 year, 9 months ago
  20. 2a2b64a Merge "Update versions for release 1664989200000" into androidx-main by Nick Anthony · 1 year, 9 months ago
  21. 0725778 Merge "Use maybeNullability for XTypeName in JavacType" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  22. 065653b Update versions for release 1664989200000 by Nick Anthony · 1 year, 9 months ago
  23. 8ace950 Use maybeNullability for XTypeName in JavacType by Daniel Santiago Rivera · 1 year, 9 months ago
  24. 85ea13d Merge "Changing the handling of undefined default value in columns." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  25. 3ea0c12 Changing the handling of undefined default value in columns. by elifbilgin · 1 year, 9 months ago
  26. 585840d Merge "Start generating Kotlin for FieldReadWriteWriter.readFromCursor()" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  27. 180942b Merge "Fixing typo in Kotlin documentation." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  28. 9b41215 Start generating Kotlin for FieldReadWriteWriter.readFromCursor() by Daniel Santiago Rivera · 1 year, 9 months ago
  29. 8ae8a43 Fixing typo in Kotlin documentation. by elifbilgin · 1 year, 9 months ago
  30. c5597bb Merge changes Ia1fa73af,Id36936e7 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  31. 8466ab5 Converted RxRoomTests from Java to Kotlin. by Elif Bilgin · 1 year, 10 months ago
  32. c73730c Merge changes I49f0f92e,Ifc18c449 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  33. fe98c70 Migrate remaining implementations of ClassWriter to TypeWriter. by Daniel Santiago Rivera · 1 year, 9 months ago
  34. 2326b43 Migrate XProcessing to XTypeName by Daniel Santiago Rivera · 1 year, 9 months ago
  35. 78d49c7 Merge changes Ife8382e8,I734644bd into androidx-main by Treehugger Robot · 1 year, 9 months ago
  36. 70b3e1a Converting test files in room-runtime from java to kotlin by Elif Bilgin · 1 year, 10 months ago
  37. 5db7fc3 Merge "Fix wrong shouldSucceed values" into androidx-main by Kuan-Ying Chou · 1 year, 9 months ago
  38. 5e843c4 Merge "Fixing issue where shadow table names are not included in the .json file output. Issue is resolved by adding @Transient to the shadow table properties." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  39. 9239141 Fix wrong shouldSucceed values by Kuan-Ying Chou · 1 year, 9 months ago
  40. bb0414d Merge "Re-enable SupportAnnotationUsage lint check" into androidx-main by Tiem Song · 1 year, 9 months ago
  41. cf409c8 Merge "Add line separator between raw compilation result logs." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  42. b7acc51 Merge "Create an XTypeName for XProcessing and XPoet" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  43. 430aebc Add line separator between raw compilation result logs. by Daniel Santiago Rivera · 1 year, 9 months ago
  44. 587c0219 Create an XTypeName for XProcessing and XPoet by Daniel Santiago Rivera · 1 year, 10 months ago
  45. 2598738 Renaming Java test files in room-runtime in preparation for converting to Kotlin by Elif Bilgin · 1 year, 10 months ago
  46. 8a2906f Renamed file name of RxRoomTest from .java to .kt by Elif Bilgin · 1 year, 10 months ago
  47. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 1 year, 9 months ago
  48. db9d056 Merge changes I251619c5,I5627dba9 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  49. 4dfa96e Merge changes I5166dc89,Ifbdf5a3a into androidx-main by Treehugger Robot · 1 year, 10 months ago
  50. 1fc510b Re-enable SupportAnnotationUsage lint check by Tiem Song · 1 year, 10 months ago
  51. 029a609 Remove @Synchronized from TransactionExecutor. by elifbilgin · 1 year, 10 months ago
  52. 684e629 Converting SupportSQLiteDatabase from *.java to *.kt. by elifbilgin · 1 year, 10 months ago
  53. 766b4e3 Add a Kotlin codegen flavor to Room's Kotlin test app. by Daniel Santiago Rivera · 1 year, 11 months ago
  54. b604ea3 Generate AutoMigration in Kotlin by Daniel Santiago Rivera · 1 year, 11 months ago
  55. 1224af0 Merge "Move Room test sources to 'test-data'" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  56. 4c80a72 Merge "Support AAR-as-JAR for arbitrary configurations" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  57. 545b351 Move Room test sources to 'test-data' by Daniel Santiago Rivera · 1 year, 10 months ago
  58. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 1 year, 10 months ago
  59. 6130a90 Fixing issue where shadow table names are not included in the .json file output. Issue is resolved by adding @Transient to the shadow table properties. by elifbilgin · 1 year, 10 months ago
  60. 00f5bda Merge "Resolving AutoMigration issue when performing multiple column renames." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  61. 6420f52 Resolving AutoMigration issue when performing multiple column renames. by elifbilgin · 1 year, 10 months ago
  62. 45743df Merge "Fix missing property accessors for Companion objects" into androidx-main by Kuan-Ying Chou · 1 year, 10 months ago
  63. a8f3988 Fix missing property accessors for Companion objects by Kuan-Ying Chou · 1 year, 10 months ago
  64. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  65. 05086a8 Merge changes from topic "sqlite2" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  66. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 10 months ago
  67. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 1 year, 11 months ago
  68. f08c546 Fix docs in SchemaDiffer by Owen Gray · 1 year, 10 months ago
  69. 4bdae31 Fix typeArguments for raw generic types in Java by Kuan-Ying Chou · 1 year, 10 months ago
  70. 6ef136a Merge "Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito" into androidx-main by David Saff · 1 year, 10 months ago
  71. 3382362 Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito by David Saff · 1 year, 10 months ago
  72. a873fbb Disable observeLiveData tests. by David Saff · 1 year, 10 months ago
  73. 9f34b5d Merge "Add hasXXXContainingMatch()" into androidx-main by Kuan-Ying Chou · 1 year, 10 months ago
  74. 1a537fa Add hasXXXContainingMatch() by Kuan-Ying Chou · 1 year, 10 months ago
  75. c8eadb6 Ignore whitespaces around new lines when comparing messages by Kuan-Ying Chou · 1 year, 10 months ago
  76. ef8205d Apply fix for KT-45545 to Room's copied Kapt Registrar. by Daniel Santiago Rivera · 1 year, 10 months ago
  77. 26972bd kotlin.Experimental is deprecated and no longer used. by Jim Sproch · 1 year, 10 months ago
  78. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  79. 370fd78 Merge changes from topic "framework-sqlite" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  80. a556349 Converting `sqlite-framework` related files in `sqlite-framework` from Java to Kotlin. by elifbilgin · 1 year, 11 months ago
  81. ba3ecb3 Merge "Correctly classify annotation processor projects." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  82. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  83. 11a3cb3 Adding error message check in EntityUpsertionAdapter. by pingxuanli · 1 year, 10 months ago
  84. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  85. 40e15ec Adding SuspendingQueryTest for @Upsert including upsert without returns and upsert with Long and List<Long> as return types by pingxuanli · 1 year, 11 months ago
  86. dafb0bc Merge "[GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  87. 9da941d Merge "Resolving AutoMigrationTest failure for SDK version below 16." into androidx-main by Elif Bilgin · 1 year, 10 months ago
  88. f8437f4 Resolving bug where tableInfo did not contain correct nullability information. by elifbilgin · 1 year, 11 months ago
  89. 5ee42a30 Resolving AutoMigrationTest failure for SDK version below 16. by elifbilgin · 1 year, 11 months ago
  90. 45c4978 [GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground by Dustin Lam · 1 year, 10 months ago
  91. a36a4f3 Merge "Integration tests for Upsert" into androidx-main by Yizhen Zhen · 1 year, 10 months ago
  92. f64bf74 Merge "Added more specified error messages for parameter-return type mismatch" into androidx-main by Yizhen Zhen · 1 year, 10 months ago
  93. e60ebd7 Integration tests for Upsert by yizhenz · 1 year, 11 months ago
  94. 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  95. 2be09ff Added more specified error messages for parameter-return type mismatch by yizhenz · 1 year, 11 months ago
  96. 94c8acb Merge changes from topic "sqlite1" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  97. dc5bf96 Annotate flaky tests by Ember Rose · 1 year, 11 months ago
  98. 5ea1735 Merge "Removed the restriction for Upsert annotation" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  99. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 1 year, 11 months ago
  100. e1b4be5 Removed the restriction for Upsert annotation by pingxuanli · 1 year, 11 months ago