- 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 94c8acb Merge changes from topic "sqlite1" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- dc5bf96 Annotate flaky tests by Ember Rose · 2 years, 4 months ago
- 5ea1735 Merge "Removed the restriction for Upsert annotation" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 2 years, 4 months ago
- e1b4be5 Removed the restriction for Upsert annotation by pingxuanli · 2 years, 4 months ago
- f3d34fd Merge "Unregister SQLite JDBC driver to avoid memory leaks." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 0bd479c Unregister SQLite JDBC driver to avoid memory leaks. by Daniel Santiago Rivera · 2 years, 4 months ago
- c2ec664 Merge "Removing the SneakyThrow.java file in room-runtime." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 7b7ae86 Removing the SneakyThrow.java file in room-runtime. by elifbilgin · 2 years, 4 months ago
- 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, 4 months ago
- f9e47dd Implemented integration test for upsert focusing on testing RxJava: Flowable and Observable by pingxuanli · 2 years, 4 months ago
- 7653963 Merge "Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable" into androidx-main by Pingxuan Li · 2 years, 4 months ago
- 7c24a75 Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable by pingxuanli · 2 years, 4 months ago
- 896cf24 Merge "Add kotlinpoet-javapoet as a dep for xprocessing." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 1ded726 Add kotlinpoet-javapoet as a dep for xprocessing. by Daniel Santiago Rivera · 2 years, 4 months ago
- bc74773 Merge "Fix `ClassCastException` in `XType.getTypeElement().className`." into androidx-main by Brad Corso · 2 years, 4 months ago
- 092f2de Fix `ClassCastException` in `XType.getTypeElement().className`. by Brad Corso · 2 years, 4 months ago
- d4f37bc Merge "Added examples to Upsert.kt and edited Insert.kt to match Kotlin" into androidx-main by Yizhen Zhen · 2 years, 4 months ago
- bc9a241 Added the validation check for upsert in DatabaseProcessor and tested it in DatabaseProcessorTest. by pingxuanli · 2 years, 4 months ago
- cd61c11 Added examples to Upsert.kt and edited Insert.kt to match Kotlin by yizhenz · 2 years, 4 months ago
- 2df05b0 Merge "Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter." into androidx-main by Pingxuan Li · 2 years, 4 months ago
- e3753be Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter. by pingxuanli · 2 years, 4 months ago
- a0df73a Merge "Fixed problem of methodBinder nullability in DaoWriter.kt" into androidx-main by Yizhen Zhen · 2 years, 4 months ago
- 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, 4 months ago
- b16d452 Fixed problem of methodBinder nullability in DaoWriter.kt by yizhenz · 2 years, 4 months ago
- d329d60 Merge "Merged insert and upsert adapters; piped adapter to processor" into androidx-main by Yizhen Zhen · 2 years, 4 months ago
- 56d1457 Merge "Support descriptors with LOCAL nesting type elements." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 1502caa Merge "Add FlakyTest annotation to WriteAheadLoggingTest" into androidx-main by Fred Sladkey · 2 years, 4 months ago
- 37f759b Merge "Fix issue in `JavaPoetExt.toAnnotationSpec()`" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 70bcc82 Update xprocessing javax visitor versions. by Daniel Santiago Rivera · 2 years, 4 months ago
- 4f1f337 Merged insert and upsert adapters; piped adapter to processor by yizhenz · 2 years, 4 months ago
- b9fa90f Update lint baselines by Tiem Song · 2 years, 4 months ago
- bbaf31f Add FlakyTest annotation to WriteAheadLoggingTest by Fred Sladkey · 2 years, 4 months ago
- e4ab6d0 A follow-up edit for EntityUpsertionAdapterWriter, deleted the unused suppress by pingxuanli · 2 years, 4 months ago
- 9afde91 Support descriptors with LOCAL nesting type elements. by Daniel Santiago Rivera · 2 years, 4 months ago
- b0e4528 Merge "Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer." into androidx-main by Pingxuan Li · 2 years, 4 months ago
- 9a7b4cc Fix issue in `JavaPoetExt.toAnnotationSpec()` by Brad Corso · 2 years, 4 months ago
- 7cce055 Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer. by pingxuanli · 2 years, 4 months ago
- 9895035 Merge "Adding elifbilgin@ to Room OWNERS." into androidx-main by Elif Bilgin · 2 years, 4 months ago
- 59cbb47 Merge "Filling in upsert processor; merged insert and UpsertMethod and binder" into androidx-main by Treehugger Robot · 2 years, 4 months ago
- d3aa2e6 Adding elifbilgin@ to Room OWNERS. by elifbilgin · 2 years, 4 months ago
- 58accca Merge "Fixing suppressed lint issue(s) in Room." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- 4a0a766 Fixing suppressed lint issue(s) in Room. by elifbilgin · 2 years, 4 months ago
- bfc4bc2 Merge "Update XAnnotationValue API to include the value type." into androidx-main by Brad Corso · 2 years, 4 months ago
- 7360aa8 Update XAnnotationValue API to include the value type. by Brad Corso · 2 years, 4 months ago
- bbe34dd Filling in upsert processor; merged insert and UpsertMethod and binder by yizhenz · 2 years, 4 months ago
- cd94a15 Merge "Removing FlakyTest annotation as this test is no longer flaky." into androidx-main by Treehugger Robot · 2 years, 4 months ago
- dba8078 Removing FlakyTest annotation as this test is no longer flaky. by elifbilgin · 2 years, 4 months ago
- ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 4 months ago
- 8422e51 Merge "Add XExecutableType#isSameType() to XProcessing" into androidx-main by Brad Corso · 2 years, 4 months ago
- 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, 4 months ago
- d9f198a Merge "Adding EntityUpsertionAdapter and implementing the basic functions with unit testing" into androidx-main by Daniel Santiago Rivera · 2 years, 4 months ago
- 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 2 years, 5 months ago
- 5314453 Merge "Creating the binders for upsert." into androidx-main by Treehugger Robot · 2 years, 5 months ago
- 6ebae41 Adding EntityUpsertionAdapter and implementing the basic functions with unit testing by Pingxuan Li · 2 years, 5 months ago
- d455526 Creating the binders for upsert. by yizhenz · 2 years, 5 months ago
- 6c72fce Add XExecutableType#isSameType() to XProcessing by Brad Corso · 2 years, 5 months ago
- 527f791f Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main am: 1512331e00 by Daniel Santiago Rivera · 2 years, 5 months ago
- 1512331 Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main by Daniel Santiago Rivera · 2 years, 5 months ago
- 4e7ae52 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main am: bc22542891 by Aurimas Liutikas · 2 years, 5 months ago
- bc22542 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
- 90b763f Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main am: d2996a4bcd by Brad Corso · 2 years, 5 months ago
- d2996a4 Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main by Brad Corso · 2 years, 5 months ago
- 14b5d68 Merge "Mark flaky Room test as @Ignore" into androidx-main am: 06b34251d6 by Dustin Lam · 2 years, 5 months ago
- 705efbd Fix issue with XExecutableElement and XExecutableType by Brad Corso · 2 years, 5 months ago
- aa24ac1 Mark flaky Room test as @Ignore by Dustin Lam · 2 years, 5 months ago
- 816e387 Make checkArtifactTask configuration cache compatible by Aurimas Liutikas · 2 years, 5 months ago
- b645b00 Use an SQLiteConstraintException when auto-migrations check for FK constraints by Daniel Santiago Rivera · 2 years, 5 months ago
- ec1d64f Merge changes from topic "invalidationTest" into androidx-main am: dc1dd76470 by Daniel Santiago Rivera · 2 years, 5 months ago
- 4c07e2a Updating kotlinified files to get rid of @RestrictTo annotations wherever possible, as well as following up on some internal cleanup. by elifbilgin · 2 years, 5 months ago
- 382fa57 Converting InvalidationTrackerTest to Kotlin. by Elif Bilgin · 2 years, 6 months ago
- b02d7d3 Renaming InvalidationTrackerTest to have Kotlin extension. by Elif Bilgin · 2 years, 6 months ago
- 2c98fec Merge "Modified BooksDao and created a test for upsert." into androidx-main am: 420648a3c8 by Treehugger Robot · 2 years, 5 months ago
- 08ba89d Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main am: e225138af5 by Treehugger Robot · 2 years, 5 months ago
- 420648a Merge "Modified BooksDao and created a test for upsert." into androidx-main by Treehugger Robot · 2 years, 5 months ago
- e225138 Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main by Treehugger Robot · 2 years, 5 months ago
- 21501d5 Modified BooksDao and created a test for upsert. by yizhenz · 2 years, 5 months ago
- 6723902 Adding UpsertionMethodProcessor and implementing using placeholder values by Pingxuan Li · 2 years, 5 months ago
- 9f06486 Merge "Fix issue with XAnnotationValues of lists" into androidx-main am: 53d2903b0d by Brad Corso · 2 years, 5 months ago
- c4a40aa Fix issue with XAnnotationValues of lists by Brad Corso · 2 years, 5 months ago
- e8b649c Merge "Added the annotation for upsert function" into androidx-main am: 35a7cf0f7e by Treehugger Robot · 2 years, 5 months ago
- 35a7cf0 Merge "Added the annotation for upsert function" into androidx-main by Treehugger Robot · 2 years, 5 months ago
- 83be1cf Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main am: 5496b8efaf by Treehugger Robot · 2 years, 5 months ago
- 5496b8e Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main by Treehugger Robot · 2 years, 5 months ago
- fe2ab90 Added the annotation for upsert function by yizhenz · 2 years, 5 months ago
- ea59e2e Merge "Fix failed tests on Windows" into androidx-main am: 8d8df0a47a by Kuan-Ying Chou · 2 years, 5 months ago
- f8301dc Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file by Pingxuan Li · 2 years, 5 months ago
- 771b4e2 Fix failed tests on Windows by Kuan-Ying Chou · 2 years, 5 months ago
- 9ea1f03 Merge "Fixed documentation bug with Junction from @Junction" into androidx-main am: 0359311e8b by Yizhen Zhen · 2 years, 5 months ago
- 4ce821d Merge "Fixing the typo in the example code of @Junction annotation" into androidx-main am: 3a03be9103 by Pingxuan Li · 2 years, 5 months ago
- 959a3c6 Fixed documentation bug with Junction from @Junction by yizhenz · 2 years, 5 months ago
- 2406c5a Fixing the typo in the example code of @Junction annotation by Pingxuan Li · 2 years, 5 months ago
- 7821e4c Merge "Add missing XAnnotationValue#asChar method" into androidx-main am: b6be5c2722 by Treehugger Robot · 2 years, 5 months ago
- 184f946 Add missing XAnnotationValue#asChar method by Brad Corso · 2 years, 5 months ago
- 802f30e Merge "Fix baseMethodParam.asMemberOf(sub) to match subMethodParam" into androidx-main am: f2ea8361df by Treehugger Robot · 2 years, 5 months ago
- b4a36b7 Fix baseMethodParam.asMemberOf(sub) to match subMethodParam by Brad Corso · 2 years, 5 months ago
- 33b1ed5 Merge "Add new tests for generic and inherited types." into androidx-main am: 1418f51642 by Treehugger Robot · 2 years, 5 months ago
- 1418f51 Merge "Add new tests for generic and inherited types." into androidx-main by Treehugger Robot · 2 years, 5 months ago