1. b8337b1 Merge "Disallow non-null Void for ListenableFuture, and type args in general." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  2. 960274c Disallow non-null Void for ListenableFuture, and type args in general. by Daniel Santiago Rivera · 1 year, 9 months ago
  3. 897f0c7 Disable flaking SuspendingQueryTest test by Aurimas Liutikas · 1 year, 9 months ago
  4. aa2b688 Disallow abstract properties as DAO getters or DAO queries in Kotlin codegen. by Daniel Santiago Rivera · 1 year, 9 months ago
  5. 63239ab Use internal visibility modifier in Room generated overrides for Kotlin codegen. by Daniel Santiago Rivera · 1 year, 9 months ago
  6. 2c9e6af Fix some issues attempting to generate Kotlin in Room integration test. by Daniel Santiago Rivera · 1 year, 9 months ago
  7. 1f76654 Generating Kotlin in the remaining files. by elifbilgin · 1 year, 10 months ago
  8. 12df5de Fix getter and setter metadata flags. by Brad Corso · 1 year, 9 months ago
  9. 025ae5b Merge "Generating Kotlin in DataSourceFactoryQueryResultBinder and PositionalDataSourceQueryResultBinder." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  10. adb0ec6 Add XHasModifiers#isInternal() API. by Brad Corso · 1 year, 9 months ago
  11. bd1249f Generating Kotlin in DataSourceFactoryQueryResultBinder and PositionalDataSourceQueryResultBinder. by elifbilgin · 1 year, 9 months ago
  12. b081279 Merge "Handle reentrant case in Room's acquireTransactionThread()" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  13. 5b89f69 Merge changes I6f33fbcd,If71e2836 into androidx-main by Treehugger Robot · 1 year, 10 months ago
  14. 7d8a5b1 Handle reentrant case in Room's acquireTransactionThread() by Daniel Santiago Rivera · 1 year, 10 months ago
  15. e2cd9cb Don't throw TypeNotPresentException when creating a descriptor of an ErrorType. by Daniel Santiago Rivera · 1 year, 10 months ago
  16. 3668033 Fix XType.extendBounds() for unbounded KSP type arg. by Daniel Santiago Rivera · 1 year, 10 months ago
  17. 9ba8b9c Merge changes from topic "MultiTypedPagingSourceQueryResultBinder" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  18. 190bd08 Generating Kotlin in MultiTypedPagingSourceQueryResultBinder. by elifbilgin · 1 year, 10 months ago
  19. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 10 months ago
  20. 6e2d5a6 Merge "Update runProcessorTest() that takes in steps." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  21. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 10 months ago
  22. 95b2fe51 Resolving issue in ImmutableListQueryResultAdapter where the rawtype of `Builder` was used in initialization instead of `.builder()`. by elifbilgin · 1 year, 10 months ago
  23. 552f004 Update runProcessorTest() that takes in steps. by Daniel Santiago Rivera · 1 year, 10 months ago
  24. f78bf97 Merge "Support XProcessingStep processing all annotations "*"." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  25. 952e543 Support XProcessingStep processing all annotations "*". by Daniel Santiago Rivera · 1 year, 10 months ago
  26. 4defed0 Converting paging sources in the compiler tests to Kotlin. by elifbilgin · 1 year, 10 months ago
  27. 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 1 year, 10 months ago
  28. b1a2deb Merge "Fix issue with generic typealiases." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  29. 82a79db Fix issue with generic typealiases. by Brad Corso · 1 year, 10 months ago
  30. 8eb8be3 Upgrade to Gradle 7.6 by Aurimas Liutikas · 2 years ago
  31. 4c09727 Generating Kotlin in GuavaImmutableMapQueryResultAdapter. by elifbilgin · 1 year, 10 months ago
  32. 0f22938 Merge "Generating Kotlin in GuavaImmutableMultimapQueryResultAdapter." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  33. 906a064 Generating Kotlin in GuavaImmutableMultimapQueryResultAdapter. by elifbilgin · 1 year, 10 months ago
  34. 2685725 Generating Kotlin in ImmutableListQueryResultAdapter. by elifbilgin · 1 year, 11 months ago
  35. 428c531 Generating Kotlin in OptionalQueryResultAdapter. by elifbilgin · 1 year, 11 months ago
  36. 581ce0b Generating Kotlin in GuavaOptionalQueryResultAdapter. by elifbilgin · 1 year, 10 months ago
  37. 3b4a4e5 Merge "XFiler API for writing non-source files." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  38. fb43532 XFiler API for writing non-source files. by Daniel Santiago Rivera · 1 year, 10 months ago
  39. b9ed988 Merge "Use declared annotation targets for site usage filtering" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  40. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 11 months ago
  41. 2fc19c9 Add jvm-default=all to all AndroidX projects by Julia McClellan · 1 year, 11 months ago
  42. 2d8a770 Use declared annotation targets for site usage filtering by Daniel Santiago Rivera · 1 year, 10 months ago
  43. ecbd544 Merge changes from topic "ArrayQueryResultAdapter" into androidx-main by Elif Bilgin · 1 year, 10 months ago
  44. 7acd1f3 Generating Kotlin in ArrayQueryResultAdapter. by elifbilgin · 1 year, 10 months ago
  45. 917948e Cleanup usage of XType.typeName and XTypeElement.className by Daniel Santiago Rivera · 1 year, 10 months ago
  46. 77b07ae Refactoring TypeWriter. by elifbilgin · 1 year, 10 months ago
  47. 250556a Merge "Finish migrating EntityRowAdapter to XPoet" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  48. 82aa51b Merge "Migrate Map query result adapters to XPoet" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  49. 9160ec6 Finish migrating EntityRowAdapter to XPoet by Daniel Santiago Rivera · 1 year, 10 months ago
  50. 7d12d11 Migrate Map query result adapters to XPoet by Daniel Santiago Rivera · 1 year, 10 months ago
  51. 226820e Merge "Update androidx-core in the Compose ui module to latest version." into androidx-main by Zach Klippenstein · 1 year, 10 months ago
  52. 94205e2 Merge "Support variance in XProcessingEnv#getDeclaredTypes." into androidx-main by Brad Corso · 1 year, 10 months ago
  53. b0f1611 Merge "Fix issue with XAnnotationValue#getValue() types." into androidx-main by Brad Corso · 1 year, 10 months ago
  54. dad6de5 Update androidx-core in the Compose ui module to latest version. by Zach Klippenstein · 1 year, 10 months ago
  55. 832537e Support variance in XProcessingEnv#getDeclaredTypes. by Brad Corso · 1 year, 10 months ago
  56. d1b8c0c Fix issue with XAnnotationValue#getValue() types. by Brad Corso · 1 year, 10 months ago
  57. 1180918 Merge "Migrate the remaining converters from the NullAwareTypeAdapterStore to XPoet" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  58. 5696e2b Merge changes from topic "room-runtime-api-kotlin-gen" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  59. d7b7f5f Merge "Migrate Relation and RelationCollectorFunctionWriter to XPoet" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  60. e695d18 Migrate the remaining converters from the NullAwareTypeAdapterStore to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  61. 35a9063 Migrate SQLiteOpenHelperWriter and ValidationWriter impls to XPoet. by Daniel Santiago Rivera · 1 year, 11 months ago
  62. 7e7bb0b Migrate DatabaseWriter to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  63. d324f46 Kotlin 1.7.21 bump. by Jim Sproch · 1 year, 11 months ago
  64. 4183f5c Temporarily generate RoomOpenHelper.Delegate in its own Java file. by Daniel Santiago Rivera · 1 year, 11 months ago
  65. 8aab02df Migrate Relation and RelationCollectorFunctionWriter to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  66. e5365ad Fix XType.supertypes in KSP. by Brad Corso · 1 year, 11 months ago
  67. 5565cdb Merge "Generating Kotlin code in ListQueryResultAdapter.kt." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  68. c14ab25 Generating Kotlin code in ListQueryResultAdapter.kt. by elifbilgin · 2 years ago
  69. 55669fb Merge "Rewire room-compiler-processing-testing prepareTestConfiguration task" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  70. 1674322 Rewire room-compiler-processing-testing prepareTestConfiguration task by Aurimas Liutikas · 1 year, 11 months ago
  71. 9e913f4 Merge changes I4b606c3f,Ib0413d7d into androidx-main by Treehugger Robot · 1 year, 11 months ago
  72. 6e6b63a Convert DeleteOrUpdateMethodAdapter to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  73. 147eede Removing old documentation that left an import for `com.squareup.javapoet.CodeBlock` and replacing with XCodeBlock. by elifbilgin · 1 year, 11 months ago
  74. 28bdcef Migrate TransactionMethodBinder and TransactionMethodAdapter to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  75. 5247587 Merge "Provide an API for creating a Flow that emits invalidation tracker changes." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  76. 886499b Merge "Fix isFinal for fields in Java source" into androidx-main by Kuan-Ying Chou · 1 year, 11 months ago
  77. db4be15 Merge "Migrate Kotlin delegating method binders to XPoet" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  78. d45c2f9 Migrate Kotlin delegating method binders to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  79. 0c8e46a Fix isFinal for fields in Java source by Kuan-Ying Chou · 1 year, 11 months ago
  80. a8157fb Fix flaky tests in MultiTypedPagingSourceTest by Clara Fok · 1 year, 11 months ago
  81. 0e8a872 Provide an API for creating a Flow that emits invalidation tracker changes. by Daniel Santiago Rivera · 2 years ago
  82. 493b048 Merge "Mark InvalidationTrackerTest#refreshCheckTasks as @Ignore" into androidx-main by Aurimas Liutikas · 1 year, 11 months ago
  83. 7744c32 Merge "Migrate DaoWriter raw query codegen to XPoet" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  84. 73c3b68 Merge "Migrate PreparedStatementWriter and PreparedQueryAdapter to XPoet" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  85. 075c1a8 Merge "Update deprecated usages of Class.newInstance()" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  86. 0783507 Merge changes from topic "migrate_convert" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  87. 660393f Merge "Migrate QueryParameterAdapter implementations to XPoet" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  88. 0929f87 Merge "Migrate CoroutineResultBinder to XPoet" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  89. 5be03ea Converting MigrationTestHelper from Java to Kotlin. by elifbilgin · 2 years ago
  90. e2dc6b4 Add a reflection fallback if internal KTypeVariableName factory function is not found. by Daniel Santiago Rivera · 1 year, 11 months ago
  91. f096ed5 Update deprecated usages of Class.newInstance() by Alan Viverette · 2 years ago
  92. 274fb30 Migrate DaoWriter raw query codegen to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  93. aa65850 Merge "Updating all androidx.sqlite and androidx.room files where bindArgs parameters were not covariant after the migration to Kotlin." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  94. 76bf256 Migrate PreparedStatementWriter and PreparedQueryAdapter to XPoet by Daniel Santiago Rivera · 1 year, 11 months ago
  95. 0cb4198 Migrate QueryParameterAdapter implementations to XPoet by Daniel Santiago Rivera · 2 years ago
  96. dd77499 Migrate CoroutineResultBinder to XPoet by Daniel Santiago Rivera · 2 years ago
  97. 0552a38 Migrate the simple @Insert writer path to XPoet. by Daniel Santiago Rivera · 2 years ago
  98. b9e20ec Updating all androidx.sqlite and androidx.room files where bindArgs parameters were not covariant after the migration to Kotlin. by elifbilgin · 2 years ago
  99. 9d4954b Support property reading and writing in Kotlin code generation. by Daniel Santiago Rivera · 2 years ago
  100. d7f011a Resolving issue where ByteBuffer is not considered a column type despite having a column type adapter. by elifbilgin · 2 years ago