1. e91fb35 Use an isOpenInternal check when checking if DB is open. by Daniel Santiago Rivera · 1 year, 9 months ago
  2. 219f98b Handle reentrant case in Room's acquireTransactionThread() by Daniel Santiago Rivera · 1 year, 10 months ago
  3. abc5171 Bump Room to 2.5.0 stable. by Elif Bilgin · 1 year, 9 months ago
  4. dca2843 Updating all androidx.sqlite and androidx.room files where bindArgs parameters were not covariant after the migration to Kotlin. by elifbilgin · 1 year, 11 months ago
  5. 2a2b64a Merge "Update versions for release 1664989200000" into androidx-main by Nick Anthony · 2 years ago
  6. 0725778 Merge "Use maybeNullability for XTypeName in JavacType" into androidx-main by Treehugger Robot · 2 years ago
  7. 065653b Update versions for release 1664989200000 by Nick Anthony · 2 years ago
  8. 8ace950 Use maybeNullability for XTypeName in JavacType by Daniel Santiago Rivera · 2 years ago
  9. 85ea13d Merge "Changing the handling of undefined default value in columns." into androidx-main by Treehugger Robot · 2 years ago
  10. 3ea0c12 Changing the handling of undefined default value in columns. by elifbilgin · 2 years ago
  11. 585840d Merge "Start generating Kotlin for FieldReadWriteWriter.readFromCursor()" into androidx-main by Treehugger Robot · 2 years ago
  12. 180942b Merge "Fixing typo in Kotlin documentation." into androidx-main by Treehugger Robot · 2 years ago
  13. 9b41215 Start generating Kotlin for FieldReadWriteWriter.readFromCursor() by Daniel Santiago Rivera · 2 years ago
  14. 8ae8a43 Fixing typo in Kotlin documentation. by elifbilgin · 2 years ago
  15. c5597bb Merge changes Ia1fa73af,Id36936e7 into androidx-main by Treehugger Robot · 2 years ago
  16. 8466ab5 Converted RxRoomTests from Java to Kotlin. by Elif Bilgin · 2 years, 1 month ago
  17. c73730c Merge changes I49f0f92e,Ifc18c449 into androidx-main by Treehugger Robot · 2 years ago
  18. fe98c70 Migrate remaining implementations of ClassWriter to TypeWriter. by Daniel Santiago Rivera · 2 years ago
  19. 2326b43 Migrate XProcessing to XTypeName by Daniel Santiago Rivera · 2 years ago
  20. 78d49c7 Merge changes Ife8382e8,I734644bd into androidx-main by Treehugger Robot · 2 years ago
  21. 70b3e1a Converting test files in room-runtime from java to kotlin by Elif Bilgin · 2 years, 1 month ago
  22. 5db7fc3 Merge "Fix wrong shouldSucceed values" into androidx-main by Kuan-Ying Chou · 2 years ago
  23. 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 · 2 years ago
  24. 9239141 Fix wrong shouldSucceed values by Kuan-Ying Chou · 2 years ago
  25. bb0414d Merge "Re-enable SupportAnnotationUsage lint check" into androidx-main by Tiem Song · 2 years ago
  26. cf409c8 Merge "Add line separator between raw compilation result logs." into androidx-main by Treehugger Robot · 2 years ago
  27. b7acc51 Merge "Create an XTypeName for XProcessing and XPoet" into androidx-main by Treehugger Robot · 2 years ago
  28. 430aebc Add line separator between raw compilation result logs. by Daniel Santiago Rivera · 2 years ago
  29. 587c0219 Create an XTypeName for XProcessing and XPoet by Daniel Santiago Rivera · 2 years ago
  30. 2598738 Renaming Java test files in room-runtime in preparation for converting to Kotlin by Elif Bilgin · 2 years, 1 month ago
  31. 8a2906f Renamed file name of RxRoomTest from .java to .kt by Elif Bilgin · 2 years, 1 month ago
  32. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 2 years ago
  33. db9d056 Merge changes I251619c5,I5627dba9 into androidx-main by Treehugger Robot · 2 years ago
  34. 4dfa96e Merge changes I5166dc89,Ifbdf5a3a into androidx-main by Treehugger Robot · 2 years ago
  35. 1fc510b Re-enable SupportAnnotationUsage lint check by Tiem Song · 2 years ago
  36. 029a609 Remove @Synchronized from TransactionExecutor. by elifbilgin · 2 years ago
  37. 684e629 Converting SupportSQLiteDatabase from *.java to *.kt. by elifbilgin · 2 years, 1 month ago
  38. 766b4e3 Add a Kotlin codegen flavor to Room's Kotlin test app. by Daniel Santiago Rivera · 2 years, 1 month ago
  39. b604ea3 Generate AutoMigration in Kotlin by Daniel Santiago Rivera · 2 years, 1 month ago
  40. 1224af0 Merge "Move Room test sources to 'test-data'" into androidx-main by Treehugger Robot · 2 years ago
  41. 4c80a72 Merge "Support AAR-as-JAR for arbitrary configurations" into androidx-main by Treehugger Robot · 2 years ago
  42. 545b351 Move Room test sources to 'test-data' by Daniel Santiago Rivera · 2 years ago
  43. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 2 years ago
  44. 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 · 2 years ago
  45. 00f5bda Merge "Resolving AutoMigration issue when performing multiple column renames." into androidx-main by Treehugger Robot · 2 years ago
  46. 6420f52 Resolving AutoMigration issue when performing multiple column renames. by elifbilgin · 2 years ago
  47. 45743df Merge "Fix missing property accessors for Companion objects" into androidx-main by Kuan-Ying Chou · 2 years ago
  48. a8f3988 Fix missing property accessors for Companion objects by Kuan-Ying Chou · 2 years ago
  49. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 2 years ago
  50. 05086a8 Merge changes from topic "sqlite2" into androidx-main by Treehugger Robot · 2 years ago
  51. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 2 years ago
  52. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 2 years, 1 month ago
  53. f08c546 Fix docs in SchemaDiffer by Owen Gray · 2 years ago
  54. 4bdae31 Fix typeArguments for raw generic types in Java by Kuan-Ying Chou · 2 years ago
  55. 6ef136a Merge "Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito" into androidx-main by David Saff · 2 years ago
  56. 3382362 Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito by David Saff · 2 years ago
  57. a873fbb Disable observeLiveData tests. by David Saff · 2 years ago
  58. 9f34b5d Merge "Add hasXXXContainingMatch()" into androidx-main by Kuan-Ying Chou · 2 years ago
  59. 1a537fa Add hasXXXContainingMatch() by Kuan-Ying Chou · 2 years ago
  60. c8eadb6 Ignore whitespaces around new lines when comparing messages by Kuan-Ying Chou · 2 years ago
  61. 26972bd kotlin.Experimental is deprecated and no longer used. by Jim Sproch · 2 years, 1 month ago
  62. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  63. 370fd78 Merge changes from topic "framework-sqlite" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  64. a556349 Converting `sqlite-framework` related files in `sqlite-framework` from Java to Kotlin. by elifbilgin · 2 years, 1 month ago
  65. ba3ecb3 Merge "Correctly classify annotation processor projects." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  66. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  67. 11a3cb3 Adding error message check in EntityUpsertionAdapter. by pingxuanli · 2 years, 1 month ago
  68. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  69. 40e15ec Adding SuspendingQueryTest for @Upsert including upsert without returns and upsert with Long and List<Long> as return types by pingxuanli · 2 years, 1 month ago
  70. dafb0bc Merge "[GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  71. 9da941d Merge "Resolving AutoMigrationTest failure for SDK version below 16." into androidx-main by Elif Bilgin · 2 years, 1 month ago
  72. f8437f4 Resolving bug where tableInfo did not contain correct nullability information. by elifbilgin · 2 years, 1 month ago
  73. 5ee42a30 Resolving AutoMigrationTest failure for SDK version below 16. by elifbilgin · 2 years, 1 month ago
  74. 45c4978 [GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground by Dustin Lam · 2 years, 1 month ago
  75. a36a4f3 Merge "Integration tests for Upsert" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  76. f64bf74 Merge "Added more specified error messages for parameter-return type mismatch" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  77. e60ebd7 Integration tests for Upsert by yizhenz · 2 years, 1 month ago
  78. 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  79. 2be09ff Added more specified error messages for parameter-return type mismatch by yizhenz · 2 years, 1 month ago
  80. 94c8acb Merge changes from topic "sqlite1" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  81. dc5bf96 Annotate flaky tests by Ember Rose · 2 years, 1 month ago
  82. 5ea1735 Merge "Removed the restriction for Upsert annotation" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  83. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 2 years, 1 month ago
  84. e1b4be5 Removed the restriction for Upsert annotation by pingxuanli · 2 years, 1 month ago
  85. f3d34fd Merge "Unregister SQLite JDBC driver to avoid memory leaks." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  86. 0bd479c Unregister SQLite JDBC driver to avoid memory leaks. by Daniel Santiago Rivera · 2 years, 1 month ago
  87. c2ec664 Merge "Removing the SneakyThrow.java file in room-runtime." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  88. 7b7ae86 Removing the SneakyThrow.java file in room-runtime. by elifbilgin · 2 years, 1 month ago
  89. 0e3124c Included collection of entites as an acceptable param for return List of Ids, changed the return types of upsertAndReturnArrayBox and insertAndReturnArrayBox to not accept null with tests. by pingxuanli · 2 years, 1 month ago
  90. f9e47dd Implemented integration test for upsert focusing on testing RxJava: Flowable and Observable by pingxuanli · 2 years, 1 month ago
  91. 7653963 Merge "Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable" into androidx-main by Pingxuan Li · 2 years, 1 month ago
  92. 7c24a75 Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable by pingxuanli · 2 years, 1 month ago
  93. 896cf24 Merge "Add kotlinpoet-javapoet as a dep for xprocessing." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  94. 1ded726 Add kotlinpoet-javapoet as a dep for xprocessing. by Daniel Santiago Rivera · 2 years, 1 month ago
  95. bc74773 Merge "Fix `ClassCastException` in `XType.getTypeElement().className`." into androidx-main by Brad Corso · 2 years, 1 month ago
  96. 092f2de Fix `ClassCastException` in `XType.getTypeElement().className`. by Brad Corso · 2 years, 1 month ago
  97. d4f37bc Merge "Added examples to Upsert.kt and edited Insert.kt to match Kotlin" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  98. bc9a241 Added the validation check for upsert in DatabaseProcessor and tested it in DatabaseProcessorTest. by pingxuanli · 2 years, 2 months ago
  99. cd61c11 Added examples to Upsert.kt and edited Insert.kt to match Kotlin by yizhenz · 2 years, 1 month ago
  100. 2df05b0 Merge "Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter." into androidx-main by Pingxuan Li · 2 years, 1 month ago