1. 4dfa96e Merge changes I5166dc89,Ifbdf5a3a into androidx-main by Treehugger Robot · 2 years ago
  2. 029a609 Remove @Synchronized from TransactionExecutor. by elifbilgin · 2 years ago
  3. 766b4e3 Add a Kotlin codegen flavor to Room's Kotlin test app. by Daniel Santiago Rivera · 2 years, 1 month ago
  4. b604ea3 Generate AutoMigration in Kotlin by Daniel Santiago Rivera · 2 years, 1 month ago
  5. 1224af0 Merge "Move Room test sources to 'test-data'" into androidx-main by Treehugger Robot · 2 years ago
  6. 4c80a72 Merge "Support AAR-as-JAR for arbitrary configurations" into androidx-main by Treehugger Robot · 2 years ago
  7. 545b351 Move Room test sources to 'test-data' by Daniel Santiago Rivera · 2 years ago
  8. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 2 years ago
  9. 00f5bda Merge "Resolving AutoMigration issue when performing multiple column renames." into androidx-main by Treehugger Robot · 2 years ago
  10. 6420f52 Resolving AutoMigration issue when performing multiple column renames. by elifbilgin · 2 years ago
  11. 45743df Merge "Fix missing property accessors for Companion objects" into androidx-main by Kuan-Ying Chou · 2 years ago
  12. a8f3988 Fix missing property accessors for Companion objects by Kuan-Ying Chou · 2 years ago
  13. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 2 years ago
  14. 05086a8 Merge changes from topic "sqlite2" into androidx-main by Treehugger Robot · 2 years ago
  15. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 2 years ago
  16. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 2 years, 1 month ago
  17. f08c546 Fix docs in SchemaDiffer by Owen Gray · 2 years ago
  18. 4bdae31 Fix typeArguments for raw generic types in Java by Kuan-Ying Chou · 2 years ago
  19. 6ef136a Merge "Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito" into androidx-main by David Saff · 2 years ago
  20. 3382362 Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito by David Saff · 2 years ago
  21. a873fbb Disable observeLiveData tests. by David Saff · 2 years ago
  22. 9f34b5d Merge "Add hasXXXContainingMatch()" into androidx-main by Kuan-Ying Chou · 2 years ago
  23. 1a537fa Add hasXXXContainingMatch() by Kuan-Ying Chou · 2 years ago
  24. c8eadb6 Ignore whitespaces around new lines when comparing messages by Kuan-Ying Chou · 2 years ago
  25. 26972bd kotlin.Experimental is deprecated and no longer used. by Jim Sproch · 2 years, 1 month ago
  26. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  27. 370fd78 Merge changes from topic "framework-sqlite" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  28. a556349 Converting `sqlite-framework` related files in `sqlite-framework` from Java to Kotlin. by elifbilgin · 2 years, 1 month ago
  29. ba3ecb3 Merge "Correctly classify annotation processor projects." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  30. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  31. 11a3cb3 Adding error message check in EntityUpsertionAdapter. by pingxuanli · 2 years, 1 month ago
  32. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  33. 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
  34. dafb0bc Merge "[GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  35. 9da941d Merge "Resolving AutoMigrationTest failure for SDK version below 16." into androidx-main by Elif Bilgin · 2 years, 1 month ago
  36. f8437f4 Resolving bug where tableInfo did not contain correct nullability information. by elifbilgin · 2 years, 1 month ago
  37. 5ee42a30 Resolving AutoMigrationTest failure for SDK version below 16. by elifbilgin · 2 years, 1 month ago
  38. 45c4978 [GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground by Dustin Lam · 2 years, 1 month ago
  39. a36a4f3 Merge "Integration tests for Upsert" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  40. f64bf74 Merge "Added more specified error messages for parameter-return type mismatch" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  41. e60ebd7 Integration tests for Upsert by yizhenz · 2 years, 1 month ago
  42. 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  43. 2be09ff Added more specified error messages for parameter-return type mismatch by yizhenz · 2 years, 1 month ago
  44. 94c8acb Merge changes from topic "sqlite1" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  45. dc5bf96 Annotate flaky tests by Ember Rose · 2 years, 1 month ago
  46. 5ea1735 Merge "Removed the restriction for Upsert annotation" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  47. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 2 years, 1 month ago
  48. e1b4be5 Removed the restriction for Upsert annotation by pingxuanli · 2 years, 1 month ago
  49. f3d34fd Merge "Unregister SQLite JDBC driver to avoid memory leaks." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  50. 0bd479c Unregister SQLite JDBC driver to avoid memory leaks. by Daniel Santiago Rivera · 2 years, 1 month ago
  51. c2ec664 Merge "Removing the SneakyThrow.java file in room-runtime." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  52. 7b7ae86 Removing the SneakyThrow.java file in room-runtime. by elifbilgin · 2 years, 1 month ago
  53. 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
  54. f9e47dd Implemented integration test for upsert focusing on testing RxJava: Flowable and Observable by pingxuanli · 2 years, 1 month ago
  55. 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
  56. 7c24a75 Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable by pingxuanli · 2 years, 1 month ago
  57. 896cf24 Merge "Add kotlinpoet-javapoet as a dep for xprocessing." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  58. 1ded726 Add kotlinpoet-javapoet as a dep for xprocessing. by Daniel Santiago Rivera · 2 years, 1 month ago
  59. bc74773 Merge "Fix `ClassCastException` in `XType.getTypeElement().className`." into androidx-main by Brad Corso · 2 years, 1 month ago
  60. 092f2de Fix `ClassCastException` in `XType.getTypeElement().className`. by Brad Corso · 2 years, 1 month ago
  61. 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
  62. bc9a241 Added the validation check for upsert in DatabaseProcessor and tested it in DatabaseProcessorTest. by pingxuanli · 2 years, 1 month ago
  63. cd61c11 Added examples to Upsert.kt and edited Insert.kt to match Kotlin by yizhenz · 2 years, 1 month ago
  64. 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
  65. e3753be Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter. by pingxuanli · 2 years, 2 months ago
  66. a0df73a Merge "Fixed problem of methodBinder nullability in DaoWriter.kt" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  67. c3fa4f0 Merge "Updating kotlinified files to get rid of @RestrictTo annotations wherever possible, as well as following up on some internal cleanup." into androidx-main by Daniel Santiago Rivera · 2 years, 1 month ago
  68. b16d452 Fixed problem of methodBinder nullability in DaoWriter.kt by yizhenz · 2 years, 1 month ago
  69. d329d60 Merge "Merged insert and upsert adapters; piped adapter to processor" into androidx-main by Yizhen Zhen · 2 years, 1 month ago
  70. 56d1457 Merge "Support descriptors with LOCAL nesting type elements." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  71. 1502caa Merge "Add FlakyTest annotation to WriteAheadLoggingTest" into androidx-main by Fred Sladkey · 2 years, 1 month ago
  72. 37f759b Merge "Fix issue in `JavaPoetExt.toAnnotationSpec()`" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  73. 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  74. 70bcc82 Update xprocessing javax visitor versions. by Daniel Santiago Rivera · 2 years, 1 month ago
  75. 4f1f337 Merged insert and upsert adapters; piped adapter to processor by yizhenz · 2 years, 2 months ago
  76. b9fa90f Update lint baselines by Tiem Song · 2 years, 2 months ago
  77. bbaf31f Add FlakyTest annotation to WriteAheadLoggingTest by Fred Sladkey · 2 years, 2 months ago
  78. 565946b Correctly classify annotation processor projects. by Daniel Santiago Rivera · 2 years, 2 months ago
  79. e4ab6d0 A follow-up edit for EntityUpsertionAdapterWriter, deleted the unused suppress by pingxuanli · 2 years, 2 months ago
  80. 9afde91 Support descriptors with LOCAL nesting type elements. by Daniel Santiago Rivera · 2 years, 2 months ago
  81. b0e4528 Merge "Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer." into androidx-main by Pingxuan Li · 2 years, 2 months ago
  82. 9a7b4cc Fix issue in `JavaPoetExt.toAnnotationSpec()` by Brad Corso · 2 years, 2 months ago
  83. 7cce055 Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer. by pingxuanli · 2 years, 2 months ago
  84. 9895035 Merge "Adding elifbilgin@ to Room OWNERS." into androidx-main by Elif Bilgin · 2 years, 2 months ago
  85. 59cbb47 Merge "Filling in upsert processor; merged insert and UpsertMethod and binder" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  86. d3aa2e6 Adding elifbilgin@ to Room OWNERS. by elifbilgin · 2 years, 2 months ago
  87. 58accca Merge "Fixing suppressed lint issue(s) in Room." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  88. 4a0a766 Fixing suppressed lint issue(s) in Room. by elifbilgin · 2 years, 2 months ago
  89. bfc4bc2 Merge "Update XAnnotationValue API to include the value type." into androidx-main by Brad Corso · 2 years, 2 months ago
  90. 7360aa8 Update XAnnotationValue API to include the value type. by Brad Corso · 2 years, 2 months ago
  91. bbe34dd Filling in upsert processor; merged insert and UpsertMethod and binder by yizhenz · 2 years, 2 months ago
  92. cd94a15 Merge "Removing FlakyTest annotation as this test is no longer flaky." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  93. dba8078 Removing FlakyTest annotation as this test is no longer flaky. by elifbilgin · 2 years, 2 months ago
  94. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 2 months ago
  95. 8422e51 Merge "Add XExecutableType#isSameType() to XProcessing" into androidx-main by Brad Corso · 2 years, 2 months ago
  96. d52a31e Merge "DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev" into androidx-main by Alan Viverette · 2 years, 2 months ago
  97. d9f198a Merge "Adding EntityUpsertionAdapter and implementing the basic functions with unit testing" into androidx-main by Daniel Santiago Rivera · 2 years, 2 months ago
  98. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 2 years, 2 months ago
  99. 5314453 Merge "Creating the binders for upsert." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  100. 6ebae41 Adding EntityUpsertionAdapter and implementing the basic functions with unit testing by Pingxuan Li · 2 years, 2 months ago