1. 6e1e6e1 Make androidx.room and androidx.sqlite target Kotlin 2.0 by Daniel Santiago Rivera · 3 months ago
  2. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
  3. 3c6f36d Merge "Enable disabled TypeAdapterStoreTest." into androidx-main by Treehugger Robot · 6 months ago
  4. ade09e7 Enable disabled TypeAdapterStoreTest. by elifbilgin · 6 months ago
  5. 6fee221 [GH] Remove uses of projectOrArtifact in androidx by Aurimas · 6 months ago
  6. 0065d6a Avoid redundant nullability annotations in GenCode. by elifbilgin · 6 months ago
  7. 8c545f7 Ensure transitive dependencies pull in compatible kotlin-stdlib by Omar Ismail · 7 months ago
  8. fc68138 Remove kotlin-compiler-embeddable dependency from room-compiler by Kuan-Ying Chou · 7 months ago
  9. 7a6aa8e Use KSP1 for all tests in room-compiler and privacysandbox by Kuan-Ying Chou · 7 months ago
  10. 0ef58f0 Delete ANTLR gen code directory in the task's action. by Daniel Santiago Rivera · 11 months ago
  11. 27d86dd Upgrade Room's SQLite ANLTR Grammar by Daniel Santiago Rivera · 11 months ago
  12. d6f9bd0 Seperate out repackaged Antlr library in Room project by Omar Ismail · 11 months ago
  13. 48fd29f Remove hardcoded configurations on room-compiler dependency by Omar Ismail · 11 months ago
  14. 055787f Repackage Wear projects that use protobufs into multiple JARs by omarismail · 1 year ago
  15. 7dcbc43 Bump the number of room:room-compiler:test max process count by Aurimas Liutikas · 1 year, 2 months ago
  16. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
  17. 3d862e5 Add BSD license to room-compiler as it ships antlr jarjared by Aurimas Liutikas · 1 year, 7 months ago
  18. 9aca838 Replaced the rest of Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-runtime and room-testing. by Arkadii Ivanov · 1 year, 8 months ago
  19. aed2742 Modernize CheckArtifactTask task by Aurimas Liutikas · 1 year, 8 months ago
  20. 83af841 Merge "Modernize GenerateAntlrGrammar in room-compiler" into androidx-main by Aurimas Liutikas · 1 year, 8 months ago
  21. ee4eb5c Modernize GenerateAntlrGrammar in room-compiler by Aurimas Liutikas · 1 year, 8 months ago
  22. 433ac98 Revert "Replaced Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-compiler-processing-testing" by Daniel Santiago Rivera · 1 year, 8 months ago
  23. 14495fa Enable Kruth snapshots on androidx.dev by Dustin Lam · 1 year, 8 months ago
  24. 87876c2 Merge changes from topic "room-2" into androidx-main by Arkadii Ivanov · 1 year, 8 months ago
  25. 7671e760 Replaced Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-compiler-processing-testing by Arkadii Ivanov · 1 year, 9 months ago
  26. 7ef42b6 Extract SDK config that varies downstream to Gradle properties by Alan Viverette · 1 year, 9 months ago
  27. 634a5bb Shard JVM tests that take more than 6 minutes per project by Aurimas Liutikas · 1 year, 10 months ago
  28. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 10 months ago
  29. f0b820e0 Kotlin 1.8.20 by Jim S · 2 years, 1 month ago
  30. 1222394 Remove kotlinx-metadata-jvm dep from room-compiler. by Daniel Santiago Rivera · 2 years, 1 month ago
  31. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years, 3 months ago
  32. 2fc19c9 Add jvm-default=all to all AndroidX projects by Julia McClellan · 2 years, 4 months ago
  33. d45c2f9 Migrate Kotlin delegating method binders to XPoet by Daniel Santiago Rivera · 2 years, 5 months ago
  34. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 2 years, 5 months ago
  35. b604ea3 Generate AutoMigration in Kotlin by Daniel Santiago Rivera · 2 years, 7 months ago
  36. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 2 years, 6 months ago
  37. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 2 years, 6 months ago
  38. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 6 months ago
  39. ba3ecb3 Merge "Correctly classify annotation processor projects." into androidx-main by Treehugger Robot · 2 years, 6 months ago
  40. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 2 years, 7 months ago
  41. 565946b Correctly classify annotation processor projects. by Daniel Santiago Rivera · 2 years, 7 months ago
  42. 816e387 Make checkArtifactTask configuration cache compatible by Aurimas Liutikas · 2 years, 8 months ago
  43. dc6ad79 Add back jvm-default to Room by Daniel Santiago Rivera · 2 years, 11 months ago
  44. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 2 months ago
  45. 7fceeb6 Move outDir set up to settings.gradle by Aurimas Liutikas · 3 years ago
  46. 10b44a6 [GH] limit room test heap size to 512 by Dustin Lam · 3 years ago
  47. 7fb8e51 Merge "Shard room-compiler tests" into androidx-main by Aurimas Liutikas · 3 years ago
  48. f58a25f Shard room-compiler tests by Aurimas Liutikas · 3 years ago
  49. 04773d8 Converting `util` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 3 years, 1 month ago
  50. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 4 months ago
  51. fa34a94 Move `generateAllEnumerations` to testutils-common by Kuan-Ying Chou · 3 years, 3 months ago
  52. 0b80c76 [GH] Fix cacheability of GenerateAntlrGrammarTask by Daz DeBoer · 3 years, 4 months ago
  53. 6f9301c Make GenerateAntlrGrammar task cacheable by Aurimas Liutikas · 3 years, 4 months ago
  54. 577a3a6 Handle default java interface methods in inherited interfaces by Yigit Boyar · 3 years, 6 months ago
  55. 7cb4041 Abstract schema file resolving logic into a service interface. by Daniel Santiago Rivera · 3 years, 6 months ago
  56. 399f8f4 Set jdbc_ext.kt package to androidx.room.verifier by Daniel Santiago Rivera · 3 years, 7 months ago
  57. 04a624d Change how room shadowjar relocation is configured by Aurimas Liutikas · 3 years, 7 months ago
  58. ff611fc Revert "Revert "Upgrade to Gradle 7.1"" by Aurimas Liutikas · 3 years, 8 months ago
  59. 8a61443 Revert "Upgrade to Gradle 7.1" by Aurimas Liutikas · 3 years, 9 months ago
  60. bacec52 Upgrade to Gradle 7.1 by Aurimas Liutikas · 3 years, 9 months ago
  61. ceb65a6 Set jvm-default=all to room-processor projects. by Daniel Santiago Rivera · 3 years, 9 months ago
  62. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 9 months ago
  63. 3aa5751 Update Room project directory structure by Daniel Santiago Rivera · 3 years, 9 months ago[Renamed from room/compiler/build.gradle]
  64. 1a0e7b1 Migrate room to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 10 months ago
  65. fa7c1b4a Merge "Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos" into androidx-main by Aurimas Liutikas · 3 years, 10 months ago
  66. fe0d07a According to Android Studio this is no longer needed by Aurimas Liutikas · 3 years, 10 months ago
  67. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 4 years ago
  68. fa1793f jarDebug -> jarRelease by Jeff Gaston · 3 years, 10 months ago
  69. e1b8458 Start using Gradle dependencies by Aurimas Liutikas · 3 years, 11 months ago
  70. 386ea1d Fix room project task dependencies. by Aurimas Liutikas · 3 years, 10 months ago
  71. ccdf423 Remove Google compile testing from Room compiler by Yigit Boyar · 4 years ago
  72. c6d9d11 Move XProcessing to Auto-Common 0.11 by Yigit Boyar · 4 years ago
  73. 5dd8640 Update AUTO_COMMON dep to exact version number. by yanggyyu · 4 years ago
  74. 186c422 Introduce ExperimentalProcessingAPI annotation for room processing APIs by Yigit Boyar · 4 years ago
  75. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 4 years, 2 months ago
  76. 40b5cb3 Read order of fields from the .class file by Yigit Boyar · 4 years, 1 month ago
  77. 23758df Add Room KSP processor by Yigit Boyar · 4 years, 3 months ago
  78. f1dce27 Run TypeAdapterStore tests with KSP by Yigit Boyar · 4 years, 3 months ago
  79. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years, 6 months ago
  80. 787e3c3 room:room-compiler:sourceJar dependsOn generateAntlrGrammar by Jeff Gaston · 4 years, 7 months ago
  81. 16d7829 Move compiler-xprocessing to compiler-processing by Yigit Boyar · 4 years, 7 months ago
  82. e730f5b Migrate Room Codebase to XProcessing by Yigit Boyar · 4 years, 8 months ago
  83. d8d57ba Update language to comply with Android's inclusive language guidance by Daniel Santiago Rivera · 4 years, 7 months ago
  84. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 8 months ago
  85. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 8 months ago
  86. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 8 months ago
  87. 9b3d20b Isolate access to ElementFilters by Yigit Boyar · 4 years, 8 months ago
  88. a755f33 Infra to add sub-project settings.gradle files by Yigit Boyar · 4 years, 9 months ago
  89. bb04f2e Clean up references to project directory structure by Alan Viverette · 5 years ago
  90. 562a37d Shadow Room's antlr dependency by Yigit Boyar · 5 years ago
  91. 4b897cb Update to JDK 11. by Aurimas Liutikas · 5 years ago
  92. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 5 years ago
  93. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 5 years ago
  94. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 5 years ago
  95. 7031866 Stop setting src/tests/kotlin sourceSet by Aurimas Liutikas · 5 years ago
  96. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 5 years ago
  97. 23387e6 Add Jetbrain's annotation dependency to Room. by Daniel Santiago Rivera · 5 years ago
  98. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 6 years ago
  99. 3967d9f Some fixes needed for when we move to AGP 3.5 by Louis Pullen-Freilich · 6 years ago
  100. 65d3d60 Delete SupportKotlinLibraryPlugin. by Aurimas Liutikas · 6 years ago