1. 7b8aed1 Merge "Synchronize adding and removing table trackers." into androidx-main by Treehugger Robot · 2 years, 7 months ago
  2. 012b1e1 Synchronize adding and removing table trackers. by Daniel Santiago Rivera · 2 years, 8 months ago
  3. f3329a9 Use getter-site target for @IntDef annotations in Room. by Daniel Santiago Rivera · 2 years, 7 months ago
  4. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  5. df7c447 Merge "Properly inherit type argument types in JvmWildcardResolution" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  6. bfea373 Merge "Add property getter annotation target, as this was allowed in the Java version of @Query" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  7. ef5c4e1 Merge "Remove warning suppressions in lifecycle tests" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  8. 016fab7 Converting `query interceptor` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 8 months ago
  9. ff5b729 Initial code check-in for renaming `query` related files in `room-runtime` from *.java to *.kt. by Elif Bilgin · 2 years, 8 months ago
  10. 05e5a6a Remove warning suppressions in lifecycle tests by Jeremy Woods · 2 years, 8 months ago
  11. d77a232 Add property getter annotation target, as this was allowed in the Java version of @Query by Daniel Santiago Rivera · 2 years, 8 months ago
  12. 2250d67 Properly inherit type argument types in JvmWildcardResolution by Yigit Boyar · 2 years, 8 months ago
  13. 585093a Merge changes from topic "room-common-kotlinify" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  14. 692dc4d Converting room-common from Java to Kotlin. by Elif Bilgin · 2 years, 10 months ago
  15. 835237a Merge "Use CursorUtil.getColumnIndex() for EntityCursorConverterWriter" into androidx-main by Daniel Santiago Rivera · 2 years, 8 months ago
  16. 6d43c72 Merge "Consider data classes valid for multimap query keys." into androidx-main by Daniel Santiago Rivera · 2 years, 8 months ago
  17. 30930a3 Use CursorUtil.getColumnIndex() for EntityCursorConverterWriter by Daniel Santiago Rivera · 2 years, 8 months ago
  18. 6294846 Consider data classes valid for multimap query keys. by Daniel Santiago Rivera · 2 years, 8 months ago
  19. f0dd116 Merge "Generate a lambda for coroutine transaction method implementations if target source is >= 8." into androidx-main by Treehugger Robot · 2 years, 8 months ago
  20. ea3984e Generate a lambda for coroutine transaction method implementations if target source is >= 8. by Daniel Santiago Rivera · 2 years, 8 months ago
  21. a54958b Make SdkResourceGenerator store relative paths. by Aurimas Liutikas · 2 years, 8 months ago
  22. 13f9e05 Initial code check-in for renaming files in `room-common` from *.java to *.kt. by Elif Bilgin · 2 years, 10 months ago
  23. 17f2ba0 Merge "Resolving bug where Room generates invalid code for a Array<ByteArray> return type query method." into androidx-main by Elif Bilgin · 2 years, 8 months ago
  24. 6fdc9c6 Resolving bug where Room generates invalid code for a Array<ByteArray> return type query method. by Elif Bilgin · 2 years, 8 months ago
  25. 125ea92 Fix XTypeElement.isKotlinObject() inconsistency by Kuan-Ying Chou · 2 years, 8 months ago
  26. 4617d57 Merge "Use method name when partitioning for overrides" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  27. c1eb02a Use method name when partitioning for overrides by Yigit Boyar · 2 years, 8 months ago
  28. c9a4782 Add API for disabling XProcessing built-in validation by Daniel Santiago Rivera · 2 years, 8 months ago
  29. 23de8bd Merge "Fix jvm setter name calculation" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  30. 0a7510f Fix jvm setter name calculation by Yigit Boyar · 2 years, 8 months ago
  31. f4720d8 [GH] Extended integrity error message by Mykola Podolian · 2 years, 8 months ago
  32. 81a5bc9 Multi-process lock for opening DB (and migrations too) by Daniel Santiago Rivera · 3 years, 1 month ago
  33. 1aee104 Merge "Cache method and field collections" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  34. 30281ff Merge "Add configuration option to not filter out inlines" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  35. fc24b52 Cache method and field collections by Yigit Boyar · 2 years, 8 months ago
  36. cedb2ec Add configuration option to not filter out inlines by Yigit Boyar · 2 years, 10 months ago
  37. 6713f31 Merge "@FlakyTest annotations" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  38. 52071c6 @FlakyTest annotations by Ember Rose · 2 years, 8 months ago
  39. 1d9c63e Merge "Add a new API to configure XProcessingEnv behavior" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  40. 6bf2bf0 Add a new API to configure XProcessingEnv behavior by Yigit Boyar · 2 years, 8 months ago
  41. db74125 Merge "Added XTypeElement#superInterfaces." into androidx-main by Treehugger Robot · 2 years, 8 months ago
  42. c49bb01 Added XTypeElement#superInterfaces. by Wanying Ding · 2 years, 9 months ago
  43. 8bc2a6a Add XElement.isEnum() by Kuan-Ying Chou · 2 years, 10 months ago
  44. 4025884 Set default value for long to 0L by Yigit Boyar · 2 years, 9 months ago
  45. 1652ecf Merge "Upgrade to junit 4.13.2" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  46. b20296a Upgrade to junit 4.13.2 by Aurimas Liutikas · 2 years, 9 months ago
  47. 3cdcf6a Merge "Move `generateAllEnumerations` to testutils-common" into androidx-main by Kuan-Ying Chou · 2 years, 9 months ago
  48. 327d0ff Merge "Avoid finding false conversion paths between user types" into androidx-main by Yigit Boyar · 2 years, 9 months ago
  49. fa34a94 Move `generateAllEnumerations` to testutils-common by Kuan-Ying Chou · 2 years, 9 months ago
  50. b58db9f3 Avoid finding false conversion paths between user types by Yigit Boyar · 2 years, 9 months ago
  51. 8074457 Improve self referencing type handling by Yigit Boyar · 2 years, 10 months ago
  52. d72f596 Properly handle wildcards for sealed classes by Yigit Boyar · 2 years, 9 months ago
  53. b4ad49e Ignore additional error message from KSP by Yigit Boyar · 2 years, 9 months ago
  54. c9a5f82 Upgrade to Kotlin 1.6.10 by Jim Sproch · 2 years, 9 months ago
  55. 76c0bb2 [GH] Improve invalid Dao method errors by mzgreen · 2 years, 9 months ago
  56. f9ec07e Add MethodSpecHelper.overriding() by Kuan-Ying Chou · 2 years, 10 months ago
  57. 8f9d24f Merge "Consolidate behaviour of receiver parameter between KAPT and KSP" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  58. 7ce58f6 Support internal properties in Room by Yigit Boyar · 2 years, 10 months ago
  59. 869ffed Merge "[GH] Fix typo for `@Embedded` reference in `@PrimaryKey` docs" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  60. 821535e Consolidate behaviour of receiver parameter between KAPT and KSP by Daniel Santiago Rivera · 2 years, 10 months ago
  61. fc47176 [GH] Fix typo for `@Embedded` reference in `@PrimaryKey` docs by Abrar Wiryawan · 2 years, 10 months ago
  62. 8be77e3 Add XTypeElement#isNested. by Wanying Ding · 2 years, 10 months ago
  63. a293377 Merge changes I79864ffd,I86422b7b,I7fd61193 into androidx-main by Daniel Santiago Rivera · 2 years, 10 months ago
  64. e009867 Merge "[GH] [Room][XProcessing] Support for KSClassDeclaration association in filer" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  65. 74bca4f Merge "Read property accessor meteadata in KAPT" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  66. e98a063 Merge "Bump Room and androidx.sqlite to rc01" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  67. 4b910a5d [GH] [Room][XProcessing] Support for KSClassDeclaration association in filer by Eli Hart · 2 years, 10 months ago
  68. f356a67 Bump Room and androidx.sqlite to rc01 by Daniel Santiago Rivera · 2 years, 10 months ago
  69. 20a59c3 Add XMethodElement#name to reflect source name by Yigit Boyar · 2 years, 10 months ago
  70. beae10a Add name property to XMethodElement by Yigit Boyar · 2 years, 10 months ago
  71. dd1f1d0 Rename XMethodElement.name to jvmName by Yigit Boyar · 2 years, 10 months ago
  72. e35f661 Read property accessor meteadata in KAPT by Yigit Boyar · 2 years, 10 months ago
  73. b385474 Merge "Add collection overloads" into androidx-main by Kuan-Ying Chou · 2 years, 10 months ago
  74. eafda9c Add collection overloads by Kuan-Ying Chou · 2 years, 11 months ago
  75. 0b80c76 [GH] Fix cacheability of GenerateAntlrGrammarTask by Daz DeBoer · 2 years, 10 months ago
  76. 90488e6 Handle type variance for all parameter types by Yigit Boyar · 2 years, 10 months ago
  77. 3cb31e2 Merge "Kotlin 1.6.0" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  78. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 3 years ago
  79. 7dccb94 Merge "Add XAnnotated.getAnnotationsAnnotatedWith()" into androidx-main by Kuan-Ying Chou · 2 years, 10 months ago
  80. ad0baf7 Add XAnnotated.getAnnotationsAnnotatedWith() by Kuan-Ying Chou · 2 years, 10 months ago
  81. c579bfe Fix order of fields for constructor parameters by Yigit Boyar · 2 years, 10 months ago
  82. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 10 months ago
  83. 07df77e Merge "Added XType#superTypes." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  84. 08c75f5 Added XType#superTypes. by Wanying Ding · 2 years, 10 months ago
  85. 41bc005 Merge "Resolving Auto-Migration error when a new column is added to an embedded Entity between versions." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  86. 87c1e43 Resolving Auto-Migration error when a new column is added to an embedded Entity between versions. by Elif Bilgin · 3 years, 2 months ago
  87. 54da425 Revert "Revert "Stop using star projection in KSP types"" by Yigit Boyar · 2 years, 10 months ago
  88. ab8e6d3 Merge "Revert "Stop using star projection in KSP types"" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  89. ef7210e Revert "Stop using star projection in KSP types" by Aurimas Liutikas · 2 years, 10 months ago
  90. f3aaa69 Merge "Stop using star projection in KSP types" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  91. e89dd218 Adds ability to resolve XConstructorElement into an executable type. by bcorso · 2 years, 10 months ago
  92. e98eba4 Stop using star projection in KSP types by Yigit Boyar · 2 years, 11 months ago
  93. 1660f3f Merge "AGP 7.1.0-beta02" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  94. 3fe7cb4 Merge "Add TypeMirror.toXProcessing to XConverters" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  95. 6930268 Merge "Make GenerateAntlrGrammar task cacheable" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  96. 0ddff52 Merge "De-flake load_multipleQueryArguments in LimitOffsetPagingSourceTest" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  97. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  98. 6f9301c Make GenerateAntlrGrammar task cacheable by Aurimas Liutikas · 2 years, 11 months ago
  99. efbe67c Merge "[GH] Add settings plugin for playground projects and enable Gradle Enterprise" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  100. e95a4b9 [GH] Add settings plugin for playground projects and enable Gradle Enterprise by Daz DeBoer · 2 years, 11 months ago