1. 7df02bc Implement Annotation support in KSP by Yigit Boyar · 3 years, 9 months ago
  2. 9e877b4 Implement methods in KSP by Yigit Boyar · 3 years, 10 months ago
  3. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 9 months ago
  4. 23a8346 Merge "Update to the DaoProcessor to fix compiler error on Dao with a generic super type with Kotlin "primitives"." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  5. 3263863 Update to the DaoProcessor to fix compiler error on Dao with a generic super type with Kotlin "primitives". by Elif Bilgin · 3 years, 9 months ago
  6. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  7. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  8. 0ce2f64 Refactor Synthetic Getter/Setters in KSP by Yigit Boyar · 3 years, 9 months ago
  9. c4be958 Implement XArrayType in KSP by Yigit Boyar · 3 years, 9 months ago
  10. fcfecb3 Rename KSPropertyDeclarationExt to KSAsMemberOf by Yigit Boyar · 3 years, 9 months ago
  11. a0976cc Handle nullability in asMemberOf by Yigit Boyar · 3 years, 9 months ago
  12. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 9 months ago
  13. 1e86923 Improve variance handling in KSP TypeName impl by Yigit Boyar · 3 years, 10 months ago
  14. 3c4adc6 Implement method getters in KspTypeElement by Yigit Boyar · 3 years, 10 months ago
  15. a4a31da Remove findDefaultImpls from XMethodElement by Yigit Boyar · 3 years, 10 months ago
  16. 50107d9 Simplify methods in XTypeElement by Yigit Boyar · 3 years, 10 months ago
  17. 052eea2 Fix invalidation tracker flake by Yigit Boyar · 3 years, 10 months ago
  18. 8919c43 Disable SQLiteCopyOpenHelperTest#singleCopy_multiProcess by Aurimas Liutikas · 3 years, 10 months ago
  19. bfc0dee Merge "BanTargetApiAnnotation check now actually looks for the annotation and not usages of methods annotated by it." into androidx-master-dev by Oussama Ben Abdelbaki · 3 years, 10 months ago
  20. e6df205 Merge "Add missing target to @ForeignKey annotation." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  21. 7bd7c65 [GH] Add Provided Type Converter feature by mzgreen · 3 years, 10 months ago
  22. a95fc31 BanTargetApiAnnotation check now actually looks for the annotation by Oussama Ben Abdelbaki · 3 years, 10 months ago
  23. 08f4ba0 Merge "Implement XFieldElement in KSP" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  24. 3adf108 Implement XFieldElement in KSP by Yigit Boyar · 3 years, 10 months ago
  25. 8349a55 Merge "Update to TypeConverters documentation to clarify that TypeConverters can only be used to convert columns / fields and not rows." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  26. 5b6cb68 Update to TypeConverters documentation to clarify that TypeConverters can only be used to convert columns / fields and not rows. by Elif Bilgin · 3 years, 10 months ago
  27. 6904646 Implement KspType.asTypeElement by Yigit Boyar · 3 years, 10 months ago
  28. be1af0e Update KSP to 20200914 by Yigit Boyar · 3 years, 10 months ago
  29. fc93ae2 KSP XElement / XTypeElement implementation by Yigit Boyar · 3 years, 10 months ago
  30. 50131b2 [GH] Partial implementation for XProcessing with KSP by Yigit Boyar · 3 years, 10 months ago
  31. 207d912 Add missing target to @ForeignKey annotation. by Daniel Santiago Rivera · 4 years ago
  32. cf764ef Merge "Reduce XElement API surface" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  33. 5cb7349 Reduce XElement API surface by Yigit Boyar · 3 years, 10 months ago
  34. bb25ab44 Update add/remove observer methods documentation to clarify threading by Elif Bilgin · 3 years, 10 months ago
  35. 988f7e2 Merge "API lint check for the StaticFinalBuilder is enabled for androidx" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  36. 012a88b API lint check for the StaticFinalBuilder is enabled for androidx by Sergey · 4 years, 2 months ago
  37. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 3 years, 11 months ago
  38. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years ago
  39. e5cb9bb Add XRawType by Yigit Boyar · 3 years, 10 months ago
  40. 1f25049 Merge "Ban ConcurrentHashMap Usage" into androidx-master-dev by Oussama Ben Abdelbaki · 3 years, 11 months ago
  41. 30216f2 Ban ConcurrentHashMap Usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  42. 9d3bf5f Merge changes from topic "kotlin1_4" into androidx-master-dev by Aurimas Liutikas · 3 years, 11 months ago
  43. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 3 years, 11 months ago
  44. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 3 years, 11 months ago
  45. bc8fb36 Merge "Remove primitive-specific calls from XType" into androidx-master-dev by Yigit Boyar · 3 years, 11 months ago
  46. d1a124a Remove primitive-specific calls from XType by Yigit Boyar · 3 years, 11 months ago
  47. d576cbd [GH] Hide deprecated internal API. by Mike Nakhimovich · 4 years ago
  48. aefc62c Add missing API baselines for aosp/1242687 by Daniel Santiago Rivera · 3 years, 11 months ago
  49. 8c19ee4 Merge "[GH] Fix upper/lowercase locale issues" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  50. 308681e Merge "[GH] Replace ConcurrentHashMap with Collections.synchronizedMap()" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  51. c30c399 Merge "Rename PrepackagedCallback to PrepackagedDatabaseCallback" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  52. 5746e33 [GH] Fix upper/lowercase locale issues by Simon Schiller · 3 years, 11 months ago
  53. d1cfc7d [GH] Replace ConcurrentHashMap with Collections.synchronizedMap() by Simon Schiller · 3 years, 11 months ago
  54. f5ab17f Rename PrepackagedCallback to PrepackagedDatabaseCallback by Daniel Santiago Rivera · 3 years, 11 months ago
  55. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 5 months ago
  56. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 4 years ago
  57. 1900d69 Add KotlinType information to JavacType classes by Yigit Boyar · 4 years ago
  58. db61015 Add additional documentation to the createFromInputStream documentation by Daniel Santiago Rivera · 3 years, 11 months ago
  59. 90133f9 Add additional documentation to the createFromFile and createFromInputStream by Daniel Santiago Rivera · 3 years, 11 months ago
  60. b063061 Merge "Update lint-baseline in room/integration-tests" into androidx-master-dev by Treehugger Robot · 4 years ago
  61. b5cc2a1 Update lint-baseline in room/integration-tests by Dustin Lam · 4 years ago
  62. e240ef6 Expand kotlin metadata by Yigit Boyar · 4 years ago
  63. 74cf550 Merge "room:room-compiler:sourceJar dependsOn generateAntlrGrammar" into androidx-master-dev by Treehugger Robot · 4 years ago
  64. 787e3c3 room:room-compiler:sourceJar dependsOn generateAntlrGrammar by Jeff Gaston · 4 years ago
  65. 52c2e0b [GH] Add onOpenPrepackagedDatabase callback by mzgreen · 4 years ago
  66. c113559 Move nullability to XType by Yigit Boyar · 4 years ago
  67. 1263185e Minor changes and API files update for aosp/1384212 by Daniel Santiago Rivera · 4 years ago
  68. 3e6792c [GH] Support opening gzipped databases. by Ahmed El-Helw · 4 years ago
  69. d62ebcd Don't export hidden FTS columns in schema bundles. by Daniel Santiago Rivera · 4 years, 4 months ago
  70. c3b993c Merge "Move compiler-xprocessing to compiler-processing" into androidx-master-dev by Treehugger Robot · 4 years ago
  71. 16d7829 Move compiler-xprocessing to compiler-processing by Yigit Boyar · 4 years ago
  72. 4242625 Merge "Add minimal gradle.properties to playground buidls" into androidx-master-dev by Treehugger Robot · 4 years ago
  73. a4abb18 Add minimal gradle.properties to playground buidls by Yigit Boyar · 4 years ago
  74. e730f5b Migrate Room Codebase to XProcessing by Yigit Boyar · 4 years ago
  75. d8576179 Merge "Cache type elements per round" into androidx-master-dev by Treehugger Robot · 4 years ago
  76. d8d57ba Update language to comply with Android's inclusive language guidance by Daniel Santiago Rivera · 4 years ago
  77. f6b7f06 [GH] Fix Javadoc so that List<NameAndLastName> is not considered to be HTML by Ron Shapiro · 4 years ago
  78. 947955c Cache type elements per round by Yigit Boyar · 4 years ago
  79. 4aff876 Add docs for XProcessing by Yigit Boyar · 4 years ago
  80. 738bebf Separate methods from constructors by Yigit Boyar · 4 years ago
  81. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  82. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  83. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  84. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years ago
  85. 9b6d7f4 Merge "Add script to copy studio configruation to playground" into androidx-master-dev by Treehugger Robot · 4 years ago
  86. ab52dda Add script to copy studio configruation to playground by Yigit Boyar · 4 years ago
  87. b25a568 Fix method name in XProcessingStep by Yigit Boyar · 4 years ago
  88. dc976d5f Merge changes I1eccee08,I375d7c5e,I12c3468a,I4056ce78,Ie253edbe, ... into androidx-master-dev by Treehugger Robot · 4 years ago
  89. 949cae5 Add helper methods / classes for room migration by Yigit Boyar · 4 years ago
  90. 014065e Add Executable element support by Yigit Boyar · 4 years ago
  91. cbd2035 Copy JvmDescriptorUtils and KotlinMetadata utils by Yigit Boyar · 4 years ago
  92. dc06367 Merge "Create XProcessing project" into androidx-master-dev by Treehugger Robot · 4 years ago
  93. 1a96de2 Introduce XNullability by Yigit Boyar · 4 years ago
  94. 62ed33b Model fields in XProcessing by Yigit Boyar · 4 years ago
  95. b7998bd Model annotations in XProcessing by Yigit Boyar · 4 years ago
  96. 03429f1 Add support for ArrayType by Yigit Boyar · 4 years ago
  97. 9d4af29 Create XProcessing project by Yigit Boyar · 4 years ago
  98. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago