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