1. f67bdfc Internal Change by Nick Glorioso · 1 year, 7 months ago
  2. ca88403 Update XProcessing jars to pull in fix (aosp/2225517). by Brad Corso · 1 year, 7 months ago
  3. bcdb92e Fix errorprone warnings that should be errors by Cole Faust · 1 year, 7 months ago
  4. 1c71682 Remove duplicate words by Ruffalo Lavoisier · 1 year, 7 months ago
  5. 1439b7e Internal refactor. by Eric Chang · 1 year, 7 months ago
  6. 0ea3137 Convert Method and Field Descriptor to use XProcessing implementation on Ksp side. by Wanying Ding · 1 year, 7 months ago
  7. f2e3e21 Clean up erasure usages and migrate tests to XProcessing. by Brad Corso · 1 year, 7 months ago
  8. 1ab5ba8 Remove a few calls to "XTypes#erasure()" by Brad Corso · 1 year, 7 months ago
  9. 0af3e52 Migrate DaggerSuperficialValidation related tests to XProcessing. by Brad Corso · 1 year, 7 months ago
  10. 98e7548 Move `XAnnotations#toStableString(XAnnotationValue)` into `XAnnotationValues`. by Brad Corso · 1 year, 7 months ago
  11. abf433b Roll forward of https://github.com/google/dagger/commit/5b1fff3ef95e984b3cff3c51ae5c710679020739 by Brad Corso · 1 year, 7 months ago
  12. 36ef720 Migrate more tests to XProcessing. by Brad Corso · 1 year, 7 months ago
  13. a41060b Rollback of https://github.com/google/dagger/commit/5b1fff3ef95e984b3cff3c51ae5c710679020739 by Brad Corso · 1 year, 8 months ago
  14. 5b1fff3 Add new compiler agnostic BindingGraphPlugin for external users. by Brad Corso · 1 year, 8 months ago
  15. f459249 Internal changes. by Daniel Santiago · 1 year, 8 months ago
  16. 05f7569 Migrate DaggerSuperficialValidation to XProcessing. by Brad Corso · 1 year, 8 months ago
  17. 2c31ca7 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  18. ee115e6 Update Dagger yml and README with new latest version number. by Brad Corso · 1 year, 8 months ago
  19. fdf1c46 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  20. 2decc41 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  21. 55aa4c6 Add a ViewModelLifecycle binding to ViewModelComponent by Eric Chang · 1 year, 8 months ago
  22. bc94a5a Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  23. a0352c3 Make Dagger2 available to Device Lock module. by Amos Bianchi · 1 year, 10 months ago
  24. 1099dd4 Rename SOURCE_7_TARGET_7 to JAVA_RELEASE_MIN by Liam Miller-Cushon · 1 year, 8 months ago
  25. 85af407 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  26. e11fa81 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  27. a15f8df Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  28. 96e2b8a Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  29. 714c3cb Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  30. 94a08dd Add HealthConnect to apex_available for hilt libs. by Magdi · 1 year, 8 months ago
  31. 85c2fcb Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  32. 1f494ef Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  33. 54ec4be Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  34. 0009f4d Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  35. 62bd352 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 8 months ago
  36. 6d8d97d [automerge] Add OnDevicePersonalization to apex_available for hilt libs. 2p: f3f6f103b6 by Presubmit Automerger Backend · 1 year, 9 months ago
  37. f3f6f10 Add OnDevicePersonalization to apex_available for hilt libs. by Karthik Mahesh · 1 year, 9 months ago
  38. 410857e Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 9 months ago
  39. 5a90929 Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 9 months ago
  40. 8206a0f Migrate assisted injection tests to XProcessing testing APIs. by Brad Corso · 1 year, 9 months ago
  41. 99ff60a Migrate more tests to XProcessing testing APIs. by Brad Corso · 1 year, 9 months ago
  42. 0ed37e2 Add suppressions for existing violations of LenientFormatStringValidation to support making it an ERROR. by Dagger Team · 1 year, 9 months ago
  43. 9aac86f Migrate more compiler tests to use XProcessing. by Brad Corso · 1 year, 9 months ago
  44. f170309 Fix `XTypes.toStableString()` for type parameters. by Brad Corso · 1 year, 9 months ago
  45. a97a924 Fix golden file names to match test component name. by Brad Corso · 1 year, 9 months ago
  46. 57568cf Add the application class to the error message when it doesn't implement GeneratedComponentManager in EarlyEntryPoints. by Eric Chang · 1 year, 9 months ago
  47. 17acf48 Clarify error message when a user's method on a component conflicts with a generated component creator method. by Eric Chang · 1 year, 9 months ago
  48. a6758c2 Implement a KSP version of `XType#isSubtype()` and `XType#erasure()`. by Brad Corso · 1 year, 9 months ago
  49. 7f93567 Update fragment to 1.5.1 by Kuan-Ying Chou · 1 year, 9 months ago
  50. d123efd Remove formatting from the dagger.android generated source. by Eric Chang · 1 year, 9 months ago
  51. 8330385 Improve error message when the TypeElement of a Hilt dependency cannot be found. by Eric Chang · 1 year, 9 months ago
  52. 4048f51 Roll forward of https://github.com/google/dagger/commit/1d74d1fd394fe570ca3dcf7f1eb84caf391dca8f by Brad Corso · 1 year, 9 months ago
  53. c6e60fd Rollforward of https://github.com/google/dagger/commit/8d8196c95f18baae7f1fc36caa2c256d928f1bcc by Brad Corso · 1 year, 9 months ago
  54. 7b1daf1 Rollback of https://github.com/google/dagger/commit/1d74d1fd394fe570ca3dcf7f1eb84caf391dca8f by Brad Corso · 1 year, 9 months ago
  55. 1d74d1f Avoids pre-validating the nearest enclosing type in the InjectProcessingStep. by Brad Corso · 1 year, 9 months ago
  56. ea39850 Set Hilt's aggregating task test environment flag when configuring the task for a com.android.test Gradle module. by Daniel Santiago · 1 year, 9 months ago
  57. 613e716 Refactor `javatests/dagger/functional/builder/` tests. by Brad Corso · 1 year, 9 months ago
  58. 451640c Internal changes by Brad Corso · 1 year, 9 months ago
  59. 8d8196c Rollback change to migrate `XAnnotations.toString()` and `MoreAnnotationMirrors.toStableString()` to XProcessing. by Eric Chang · 1 year, 9 months ago
  60. c23fcd3 Throw error when @HiltAndroidApp is not used in an app module by Dagger Team · 1 year, 9 months ago
  61. d065811 Add a temporary fix for XProcessing bug in Dagger (b/241477426). by Brad Corso · 1 year, 9 months ago
  62. e45bb9d Migrate ComponentProcessorTest to use XProcessing testing APIs. by Brad Corso · 1 year, 9 months ago
  63. 82e6b80 Enable fastInit mode for all ComponentProcessorTest methods. by Brad Corso · 1 year, 9 months ago
  64. c402379 Update assertions on 'annotation type not applicable' javac diagnostics by Liam Miller-Cushon · 1 year, 9 months ago
  65. 36c121e Migrate XProcessingEnvs.isSameType() usages to XProcessing. by Brad Corso · 1 year, 9 months ago
  66. 1733f6d Migrate Scope.isScope to XProcessing. by Brad Corso · 1 year, 9 months ago
  67. 6ff3fd5 Update the API to run compiler tests in XProcessing. by Brad Corso · 1 year, 9 months ago
  68. cefcbc3 Migrate `XAnnotations.toString()` and `MoreAnnotationMirrors.toStableString()` to XProcessing. by Brad Corso · 1 year, 9 months ago
  69. 75051ed Update Dagger yml and README with new latest version number. by Brad Corso · 1 year, 9 months ago
  70. 8235beb Don't shadow transitive dependencies of the :agp-wrapper-* projects. by Daniel Santiago · 1 year, 10 months ago
  71. 62b7f45 Update XProcessing jars. by Brad Corso · 1 year, 10 months ago
  72. 353a50b Update kotlin-metadata-jvm to 5.0 which support reading metadata from upcoming Kotlin 1.8 release. by Daniel Santiago · 1 year, 10 months ago
  73. 12b385b Update to Kotlin 1.7.0 in the Hilt Gradle Plugin project. by Daniel Santiago · 1 year, 10 months ago
  74. b8d7b2d [automerge] Add ondevicepersonalization in apex_available. 2p: dc07b5b77d by Presubmit Automerger Backend · 1 year, 10 months ago
  75. dc07b5b Add ondevicepersonalization in apex_available. by Andrew Vuong · 1 year, 10 months ago
  76. ab008dd Update Dagger yml and README with new latest version number. by Brad Corso · 1 year, 10 months ago
  77. e9dc377 Replace dependency on javax.annotation:jsr250-api:1.0 with javax.annotation:javax.annotation-api:1.3.2. by Eric Chang · 1 year, 10 months ago
  78. b9413ba Rollback of https://github.com/google/dagger/commit/2cce0be5e8d32ffd0cb0d73594b39f5aeea40c80 by Brad Corso · 1 year, 10 months ago
  79. 2cce0be Migrate to the new `JavaPoetExtKt#toAnnotationSpec(XAnnotation)` API in XProcessing. by Brad Corso · 1 year, 10 months ago
  80. 56335c1 Migrate `dagger.spi.model.Key.MultibindingContributionIdentifier` to use XProcessing. by Brad Corso · 1 year, 10 months ago
  81. 3445275 Add an onPluginEnd method to BindingGraphPlugin. by Eric Chang · 1 year, 10 months ago
  82. c78df18 Add a KSP test for a basic component with @Inject bindings. by Brad Corso · 1 year, 10 months ago
  83. 90300d9 Fix issue with Dagger generating mismatching parameter name for inject functions. by Brad Corso · 1 year, 10 months ago
  84. 9f656bc Update Dagger yml and README with new latest version number. by Eric Chang · 1 year, 10 months ago
  85. 4a96bbe Use new XProcessing APIs to get TypeVariableNames from XTypeElements. by Brad Corso · 1 year, 10 months ago
  86. b838876 Include annotationProcessor and kapt configurations in hiltJavaCompile task. by Daniel Santiago · 1 year, 10 months ago
  87. 9224d1b Update XProcessing jars and use new XAnnotationValue APIs. by Brad Corso · 1 year, 10 months ago
  88. 74ea765 Updates to ViewModel support to use the new CreationExtras. by Eric Chang · 1 year, 10 months ago
  89. 0ac5540 [automerge] Add adservices in apex_availble. 2p: 6d8ca95245 by Hao Liu · 1 year, 10 months ago
  90. 6d8ca95 Add adservices in apex_availble. by Hao Liu · 1 year, 10 months ago
  91. 7f6e91b Simplify AGPCompatibilityTest to improve Github action speed by Dagger Team · 1 year, 10 months ago
  92. 34ac91a Replace the old plugin id `dagger.hilt.android.plugin` with the new one `com.google.dagger.hilt.android` by Eric Chang · 1 year, 10 months ago
  93. df8b8e2 Use ASM9 when AGP 7.1.0+ is used by Dagger Team · 1 year, 10 months ago
  94. db6a656 Update Dagger's XProcessing jars. by Brad Corso · 1 year, 10 months ago
  95. 1763aa3 Fixes mismatched parameter names in subcomponent factory methods. by Brad Corso · 1 year, 10 months ago
  96. a7f8dac Assert that the KSP processor is generating the proper Dagger component. by Brad Corso · 1 year, 10 months ago
  97. 37f3ddb Update CI to build Dagger with java 11. by Brad Corso · 1 year, 10 months ago
  98. e591833 Make it so MapKeys used with @BindValueIntoMap do not need to use the @field notation. by Eric Chang · 1 year, 10 months ago
  99. 87fe73d [automerge] Remove the lint-baseline.xml for Dagger2 since all issues were fixed 2p: 26a71369a1 by Presubmit Automerger Backend · 1 year, 11 months ago
  100. 26a7136 Remove the lint-baseline.xml for Dagger2 since all issues were fixed by Binh Nguyen · 1 year, 11 months ago