[go: nahoru, domu]

  1. 17628d7 [1/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years ago
  2. b0495959 Merge "Fixing a javadoc typo in Junction.java." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  3. 1b11059 Fixing a javadoc typo in Junction.java. by Elif Bilgin · 3 years, 10 months ago
  4. e5831a1 Merge "Migrate all projects with CompilationTarget.HOST to use LibraryType. Adds some more LibraryTypes. Deprecates toolingProject." into androidx-master-dev by Owen Gray · 3 years, 10 months ago
  5. 757ff42 Enable API lint check for MissingGetterMatchingBuilder in androidx. by Alexander Dorokhine · 3 years, 10 months ago
  6. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  7. c54ef3f Merge "Messager implementation for KSP" into androidx-master-dev by Yigit Boyar · 3 years, 10 months ago
  8. 879906d Implement findGeneratedAnnotation in KspProcessingEnv by Yigit Boyar · 3 years, 10 months ago
  9. 3474d63 Messager implementation for KSP by Yigit Boyar · 3 years, 10 months ago
  10. bd2f49f Optimization for finding delegating methods. by Elif Bilgin · 3 years, 10 months ago
  11. fe4d905 Merge "update ksp to the new package" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  12. a172ed3 update ksp to the new package by Yigit Boyar · 3 years, 10 months ago
  13. 4931e85 Merge "Enable Kotlin Strict API mode by default" into androidx-master-dev by Aurimas Liutikas · 3 years, 10 months ago
  14. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 11 months ago
  15. eff244a Add NonDeclared types for KSP by Yigit Boyar · 3 years, 11 months ago
  16. a23ce77 Introduce XFiler by Yigit Boyar · 3 years, 11 months ago
  17. 9f2d1c3 ktlintformat for ktlint 0.39.0 by Jeff Gaston · 3 years, 11 months ago
  18. ac2efa3 Merge "Introduce XSuspendMethodType" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  19. a9755cc Merge "[GH] Fix issue caused by custom classloader." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  20. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  21. fd1d391 [GH] Fix issue caused by custom classloader. by Serendipity · 3 years, 11 months ago
  22. 426094b Introduce XSuspendMethodType by Yigit Boyar · 3 years, 11 months ago
  23. b45f9cc Implement findPrimaryConstructor in KspTypeElement by Yigit Boyar · 3 years, 11 months ago
  24. 7df02bc Implement Annotation support in KSP by Yigit Boyar · 3 years, 11 months ago
  25. 9e877b4 Implement methods in KSP by Yigit Boyar · 4 years ago
  26. c51c440 Merge "Remove legacy alpha and dev signature files" into androidx-master-dev by Aurimas Liutikas · 3 years, 11 months ago
  27. 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, 11 months ago
  28. 3263863 Update to the DaoProcessor to fix compiler error on Dao with a generic super type with Kotlin "primitives". by Elif Bilgin · 3 years, 11 months ago
  29. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 11 months ago
  30. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 11 months ago
  31. 0ce2f64 Refactor Synthetic Getter/Setters in KSP by Yigit Boyar · 3 years, 11 months ago
  32. c4be958 Implement XArrayType in KSP by Yigit Boyar · 3 years, 11 months ago
  33. fcfecb3 Rename KSPropertyDeclarationExt to KSAsMemberOf by Yigit Boyar · 3 years, 11 months ago
  34. a0976cc Handle nullability in asMemberOf by Yigit Boyar · 3 years, 11 months ago
  35. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 3 years, 11 months ago
  36. 1e86923 Improve variance handling in KSP TypeName impl by Yigit Boyar · 3 years, 11 months ago
  37. 3c4adc6 Implement method getters in KspTypeElement by Yigit Boyar · 4 years ago
  38. a4a31da Remove findDefaultImpls from XMethodElement by Yigit Boyar · 3 years, 11 months ago
  39. 50107d9 Simplify methods in XTypeElement by Yigit Boyar · 4 years ago
  40. 052eea2 Fix invalidation tracker flake by Yigit Boyar · 4 years ago
  41. 8919c43 Disable SQLiteCopyOpenHelperTest#singleCopy_multiProcess by Aurimas Liutikas · 4 years ago
  42. 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 · 4 years ago
  43. e6df205 Merge "Add missing target to @ForeignKey annotation." into androidx-master-dev by Treehugger Robot · 4 years ago
  44. 7bd7c65 [GH] Add Provided Type Converter feature by mzgreen · 4 years ago
  45. a95fc31 BanTargetApiAnnotation check now actually looks for the annotation by Oussama Ben Abdelbaki · 4 years ago
  46. 08f4ba0 Merge "Implement XFieldElement in KSP" into androidx-master-dev by Treehugger Robot · 4 years ago
  47. 3adf108 Implement XFieldElement in KSP by Yigit Boyar · 4 years ago
  48. 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 · 4 years ago
  49. 5b6cb68 Update to TypeConverters documentation to clarify that TypeConverters can only be used to convert columns / fields and not rows. by Elif Bilgin · 4 years ago
  50. 6904646 Implement KspType.asTypeElement by Yigit Boyar · 4 years ago
  51. be1af0e Update KSP to 20200914 by Yigit Boyar · 4 years ago
  52. fc93ae2 KSP XElement / XTypeElement implementation by Yigit Boyar · 4 years ago
  53. 50131b2 [GH] Partial implementation for XProcessing with KSP by Yigit Boyar · 4 years ago
  54. 207d912 Add missing target to @ForeignKey annotation. by Daniel Santiago Rivera · 4 years, 1 month ago
  55. cf764ef Merge "Reduce XElement API surface" into androidx-master-dev by Treehugger Robot · 4 years ago
  56. 5cb7349 Reduce XElement API surface by Yigit Boyar · 4 years ago
  57. bb25ab44 Update add/remove observer methods documentation to clarify threading by Elif Bilgin · 4 years ago
  58. 988f7e2 Merge "API lint check for the StaticFinalBuilder is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years ago
  59. 012a88b API lint check for the StaticFinalBuilder is enabled for androidx by Sergey · 4 years, 3 months ago
  60. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years ago
  61. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  62. e5cb9bb Add XRawType by Yigit Boyar · 4 years ago
  63. 1f25049 Merge "Ban ConcurrentHashMap Usage" into androidx-master-dev by Oussama Ben Abdelbaki · 4 years ago
  64. 30216f2 Ban ConcurrentHashMap Usage by Oussama Ben Abdelbaki · 4 years, 2 months ago
  65. 9d3bf5f Merge changes from topic "kotlin1_4" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  66. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years ago
  67. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 4 years ago
  68. bc8fb36 Merge "Remove primitive-specific calls from XType" into androidx-master-dev by Yigit Boyar · 4 years ago
  69. d1a124a Remove primitive-specific calls from XType by Yigit Boyar · 4 years ago
  70. d576cbd [GH] Hide deprecated internal API. by Mike Nakhimovich · 4 years ago
  71. aefc62c Add missing API baselines for aosp/1242687 by Daniel Santiago Rivera · 4 years ago
  72. 8c19ee4 Merge "[GH] Fix upper/lowercase locale issues" into androidx-master-dev by Treehugger Robot · 4 years ago
  73. 308681e Merge "[GH] Replace ConcurrentHashMap with Collections.synchronizedMap()" into androidx-master-dev by Treehugger Robot · 4 years ago
  74. c30c399 Merge "Rename PrepackagedCallback to PrepackagedDatabaseCallback" into androidx-master-dev by Treehugger Robot · 4 years ago
  75. 5746e33 [GH] Fix upper/lowercase locale issues by Simon Schiller · 4 years ago
  76. d1cfc7d [GH] Replace ConcurrentHashMap with Collections.synchronizedMap() by Simon Schiller · 4 years ago
  77. f5ab17f Rename PrepackagedCallback to PrepackagedDatabaseCallback by Daniel Santiago Rivera · 4 years ago
  78. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 6 months ago
  79. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 4 years ago
  80. 1900d69 Add KotlinType information to JavacType classes by Yigit Boyar · 4 years ago
  81. db61015 Add additional documentation to the createFromInputStream documentation by Daniel Santiago Rivera · 4 years ago
  82. 90133f9 Add additional documentation to the createFromFile and createFromInputStream by Daniel Santiago Rivera · 4 years ago
  83. b063061 Merge "Update lint-baseline in room/integration-tests" into androidx-master-dev by Treehugger Robot · 4 years ago
  84. b5cc2a1 Update lint-baseline in room/integration-tests by Dustin Lam · 4 years ago
  85. e240ef6 Expand kotlin metadata by Yigit Boyar · 4 years ago
  86. 74cf550 Merge "room:room-compiler:sourceJar dependsOn generateAntlrGrammar" into androidx-master-dev by Treehugger Robot · 4 years ago
  87. 787e3c3 room:room-compiler:sourceJar dependsOn generateAntlrGrammar by Jeff Gaston · 4 years ago
  88. 52c2e0b [GH] Add onOpenPrepackagedDatabase callback by mzgreen · 4 years ago
  89. c113559 Move nullability to XType by Yigit Boyar · 4 years ago
  90. 1263185e Minor changes and API files update for aosp/1384212 by Daniel Santiago Rivera · 4 years, 1 month ago
  91. 3e6792c [GH] Support opening gzipped databases. by Ahmed El-Helw · 4 years, 1 month ago
  92. d62ebcd Don't export hidden FTS columns in schema bundles. by Daniel Santiago Rivera · 4 years, 6 months ago
  93. c3b993c Merge "Move compiler-xprocessing to compiler-processing" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  94. 16d7829 Move compiler-xprocessing to compiler-processing by Yigit Boyar · 4 years, 1 month ago
  95. 4242625 Merge "Add minimal gradle.properties to playground buidls" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  96. a4abb18 Add minimal gradle.properties to playground buidls by Yigit Boyar · 4 years, 1 month ago
  97. e730f5b Migrate Room Codebase to XProcessing by Yigit Boyar · 4 years, 1 month ago
  98. d8576179 Merge "Cache type elements per round" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  99. d8d57ba Update language to comply with Android's inclusive language guidance by Daniel Santiago Rivera · 4 years, 1 month ago
  100. f6b7f06 [GH] Fix Javadoc so that List<NameAndLastName> is not considered to be HTML by Ron Shapiro · 4 years, 1 month ago