1. bc74773 Merge "Fix `ClassCastException` in `XType.getTypeElement().className`." into androidx-main by Brad Corso · 1 year, 11 months ago
  2. 092f2de Fix `ClassCastException` in `XType.getTypeElement().className`. by Brad Corso · 1 year, 11 months ago
  3. d4f37bc Merge "Added examples to Upsert.kt and edited Insert.kt to match Kotlin" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  4. bc9a241 Added the validation check for upsert in DatabaseProcessor and tested it in DatabaseProcessorTest. by pingxuanli · 1 year, 11 months ago
  5. cd61c11 Added examples to Upsert.kt and edited Insert.kt to match Kotlin by yizhenz · 1 year, 11 months ago
  6. 2df05b0 Merge "Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter." into androidx-main by Pingxuan Li · 1 year, 11 months ago
  7. e3753be Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter. by pingxuanli · 1 year, 11 months ago
  8. a0df73a Merge "Fixed problem of methodBinder nullability in DaoWriter.kt" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  9. 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 · 1 year, 11 months ago
  10. b16d452 Fixed problem of methodBinder nullability in DaoWriter.kt by yizhenz · 1 year, 11 months ago
  11. d329d60 Merge "Merged insert and upsert adapters; piped adapter to processor" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  12. 56d1457 Merge "Support descriptors with LOCAL nesting type elements." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  13. 1502caa Merge "Add FlakyTest annotation to WriteAheadLoggingTest" into androidx-main by Fred Sladkey · 1 year, 11 months ago
  14. 37f759b Merge "Fix issue in `JavaPoetExt.toAnnotationSpec()`" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  15. 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  16. 70bcc82 Update xprocessing javax visitor versions. by Daniel Santiago Rivera · 1 year, 11 months ago
  17. 4f1f337 Merged insert and upsert adapters; piped adapter to processor by yizhenz · 1 year, 11 months ago
  18. b9fa90f Update lint baselines by Tiem Song · 1 year, 11 months ago
  19. bbaf31f Add FlakyTest annotation to WriteAheadLoggingTest by Fred Sladkey · 1 year, 11 months ago
  20. 565946b Correctly classify annotation processor projects. by Daniel Santiago Rivera · 1 year, 11 months ago
  21. e4ab6d0 A follow-up edit for EntityUpsertionAdapterWriter, deleted the unused suppress by pingxuanli · 1 year, 11 months ago
  22. 9afde91 Support descriptors with LOCAL nesting type elements. by Daniel Santiago Rivera · 1 year, 11 months ago
  23. b0e4528 Merge "Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer." into androidx-main by Pingxuan Li · 1 year, 11 months ago
  24. 9a7b4cc Fix issue in `JavaPoetExt.toAnnotationSpec()` by Brad Corso · 1 year, 11 months ago
  25. 7cce055 Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer. by pingxuanli · 1 year, 11 months ago
  26. 9895035 Merge "Adding elifbilgin@ to Room OWNERS." into androidx-main by Elif Bilgin · 1 year, 11 months ago
  27. 59cbb47 Merge "Filling in upsert processor; merged insert and UpsertMethod and binder" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  28. d3aa2e6 Adding elifbilgin@ to Room OWNERS. by elifbilgin · 1 year, 11 months ago
  29. 58accca Merge "Fixing suppressed lint issue(s) in Room." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  30. 4a0a766 Fixing suppressed lint issue(s) in Room. by elifbilgin · 1 year, 11 months ago
  31. bfc4bc2 Merge "Update XAnnotationValue API to include the value type." into androidx-main by Brad Corso · 1 year, 11 months ago
  32. 7360aa8 Update XAnnotationValue API to include the value type. by Brad Corso · 1 year, 11 months ago
  33. bbe34dd Filling in upsert processor; merged insert and UpsertMethod and binder by yizhenz · 1 year, 11 months ago
  34. cd94a15 Merge "Removing FlakyTest annotation as this test is no longer flaky." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  35. dba8078 Removing FlakyTest annotation as this test is no longer flaky. by elifbilgin · 1 year, 11 months ago
  36. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 1 year, 11 months ago
  37. 8422e51 Merge "Add XExecutableType#isSameType() to XProcessing" into androidx-main by Brad Corso · 1 year, 11 months ago
  38. d52a31e Merge "DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev" into androidx-main by Alan Viverette · 1 year, 11 months ago
  39. d9f198a Merge "Adding EntityUpsertionAdapter and implementing the basic functions with unit testing" into androidx-main by Daniel Santiago Rivera · 1 year, 11 months ago
  40. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 1 year, 11 months ago
  41. 5314453 Merge "Creating the binders for upsert." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  42. 6ebae41 Adding EntityUpsertionAdapter and implementing the basic functions with unit testing by Pingxuan Li · 2 years ago
  43. d455526 Creating the binders for upsert. by yizhenz · 2 years ago
  44. 6c72fce Add XExecutableType#isSameType() to XProcessing by Brad Corso · 1 year, 11 months ago
  45. 527f791f Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main am: 1512331e00 by Daniel Santiago Rivera · 1 year, 11 months ago
  46. 1512331 Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main by Daniel Santiago Rivera · 1 year, 11 months ago
  47. 4e7ae52 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main am: bc22542891 by Aurimas Liutikas · 1 year, 11 months ago
  48. bc22542 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main by Aurimas Liutikas · 1 year, 11 months ago
  49. 90b763f Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main am: d2996a4bcd by Brad Corso · 1 year, 11 months ago
  50. d2996a4 Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main by Brad Corso · 1 year, 11 months ago
  51. 14b5d68 Merge "Mark flaky Room test as @Ignore" into androidx-main am: 06b34251d6 by Dustin Lam · 1 year, 11 months ago
  52. 705efbd Fix issue with XExecutableElement and XExecutableType by Brad Corso · 2 years ago
  53. aa24ac1 Mark flaky Room test as @Ignore by Dustin Lam · 1 year, 11 months ago
  54. 816e387 Make checkArtifactTask configuration cache compatible by Aurimas Liutikas · 1 year, 11 months ago
  55. b645b00 Use an SQLiteConstraintException when auto-migrations check for FK constraints by Daniel Santiago Rivera · 2 years ago
  56. ec1d64f Merge changes from topic "invalidationTest" into androidx-main am: dc1dd76470 by Daniel Santiago Rivera · 1 year, 11 months ago
  57. 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 ago
  58. 382fa57 Converting InvalidationTrackerTest to Kotlin. by Elif Bilgin · 2 years, 1 month ago
  59. b02d7d3 Renaming InvalidationTrackerTest to have Kotlin extension. by Elif Bilgin · 2 years, 1 month ago
  60. 2c98fec Merge "Modified BooksDao and created a test for upsert." into androidx-main am: 420648a3c8 by Treehugger Robot · 2 years ago
  61. 08ba89d Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main am: e225138af5 by Treehugger Robot · 2 years ago
  62. 420648a Merge "Modified BooksDao and created a test for upsert." into androidx-main by Treehugger Robot · 2 years ago
  63. e225138 Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main by Treehugger Robot · 2 years ago
  64. 21501d5 Modified BooksDao and created a test for upsert. by yizhenz · 2 years ago
  65. 6723902 Adding UpsertionMethodProcessor and implementing using placeholder values by Pingxuan Li · 2 years ago
  66. 9f06486 Merge "Fix issue with XAnnotationValues of lists" into androidx-main am: 53d2903b0d by Brad Corso · 2 years ago
  67. c4a40aa Fix issue with XAnnotationValues of lists by Brad Corso · 2 years ago
  68. e8b649c Merge "Added the annotation for upsert function" into androidx-main am: 35a7cf0f7e by Treehugger Robot · 2 years ago
  69. 35a7cf0 Merge "Added the annotation for upsert function" into androidx-main by Treehugger Robot · 2 years ago
  70. 83be1cf Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main am: 5496b8efaf by Treehugger Robot · 2 years ago
  71. 5496b8e Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main by Treehugger Robot · 2 years ago
  72. fe2ab90 Added the annotation for upsert function by yizhenz · 2 years ago
  73. ea59e2e Merge "Fix failed tests on Windows" into androidx-main am: 8d8df0a47a by Kuan-Ying Chou · 2 years ago
  74. f8301dc Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file by Pingxuan Li · 2 years ago
  75. 771b4e2 Fix failed tests on Windows by Kuan-Ying Chou · 2 years ago
  76. 9ea1f03 Merge "Fixed documentation bug with Junction from @Junction" into androidx-main am: 0359311e8b by Yizhen Zhen · 2 years ago
  77. 4ce821d Merge "Fixing the typo in the example code of @Junction annotation" into androidx-main am: 3a03be9103 by Pingxuan Li · 2 years ago
  78. 959a3c6 Fixed documentation bug with Junction from @Junction by yizhenz · 2 years ago
  79. 2406c5a Fixing the typo in the example code of @Junction annotation by Pingxuan Li · 2 years ago
  80. 7821e4c Merge "Add missing XAnnotationValue#asChar method" into androidx-main am: b6be5c2722 by Treehugger Robot · 2 years ago
  81. 184f946 Add missing XAnnotationValue#asChar method by Brad Corso · 2 years ago
  82. 802f30e Merge "Fix baseMethodParam.asMemberOf(sub) to match subMethodParam" into androidx-main am: f2ea8361df by Treehugger Robot · 2 years ago
  83. b4a36b7 Fix baseMethodParam.asMemberOf(sub) to match subMethodParam by Brad Corso · 2 years ago
  84. 33b1ed5 Merge "Add new tests for generic and inherited types." into androidx-main am: 1418f51642 by Treehugger Robot · 2 years ago
  85. 1418f51 Merge "Add new tests for generic and inherited types." into androidx-main by Treehugger Robot · 2 years ago
  86. 3352f43 Merge "Added API converting XAnnotation to javapoet AnnotationSpec" into androidx-main am: 39a9b0c975 by Wanying Ding · 2 years ago
  87. 39a9b0c Merge "Added API converting XAnnotation to javapoet AnnotationSpec" into androidx-main by Wanying Ding · 2 years ago
  88. d11fec4 Added API converting XAnnotation to javapoet AnnotationSpec by Wanying Ding · 2 years ago
  89. 5d55588 Add new tests for generic and inherited types. by Brad Corso · 2 years ago
  90. 4eabb07 Merge "Add converters for KSType and XType" into androidx-main am: dc598b80a1 by Kuan-Ying Chou · 2 years ago
  91. dc598b8 Merge "Add converters for KSType and XType" into androidx-main by Kuan-Ying Chou · 2 years ago
  92. f1fcc10 Merge "Fix lint issues in sqlite modules" into androidx-main am: d5a4cb7123 by Treehugger Robot · 2 years ago
  93. 4eaa54d Fix lint issues in sqlite modules by Alan Viverette · 2 years ago
  94. ba9798f Merge "Update lint baseline files after Lint Fixit" into androidx-main am: cbdc4c1827 by Treehugger Robot · 2 years ago
  95. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  96. 5f07cda Add converters for KSType and XType by Kuan-Ying Chou · 2 years ago
  97. 27a297d Merge "Add a name property to XElement." into androidx-main am: 0ffad7c18d by Wanying Ding · 2 years ago
  98. 0ffad7c Merge "Add a name property to XElement." into androidx-main by Wanying Ding · 2 years ago
  99. df32555 Add a name property to XElement. by Wanying Ding · 2 years ago
  100. e99bb7d Merge "Add XProcessing and KSP converter functions" into androidx-main am: 39a2d6e6fe by Kuan-Ying Chou · 2 years ago