aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
28 hoursFix typo in PropertyQualifierTest and add test for property setter annotationupstream-masterWanying Ding
40 hoursFixed the incorrect logic from ProductionBindingRepresentation which could ha...Wanying Ding
7 daysChange group name as the result of Github runner group migration.Wanying Ding
7 daysAdd a test case for asserting current behavior with type argument nullability.Wanying Ding
10 daysA dagger binding methods may be declared as a kotlin property, and we need a ...Wanying Ding
10 daysSupport `@LazyClassKey` usage with dagger producers.Wanying Ding
2024-04-16Delete redundant logic in FrameworkType.Wanying Ding
2024-04-10Correctly handle cases where base classes have a package private constructor ...Eric Chang
2024-04-08Add `load()` statements for the builtin Bazel java rulesDagger Team
2024-04-03Update to Kotlin 1.9.23Dagger Team
2024-03-29Update Dagger yml and README with new latest version number.Wanying Ding
2024-03-28Update xprocessing.jar for Dagger.Wanying Ding
2024-03-25Reset processingEnv for BindingGraphPlugins for each round.Wanying Ding
2024-03-22Associate Dagger Android output with generated Component.Wanying Ding
2024-03-22Make LazyClassKeyMap accept both MapFactory and MapProviderFactoryWanying Ding
2024-03-21Fix bug in AnnotationExpression.Wanying Ding
2024-03-14Delete obsolete documentationWanying Ding
2024-03-14Fix diagnostic kind in InjectValidator.Wanying Ding
2024-03-06Migrate from soon-to-be-deprecated `propagateIfPossible` to equivalent `throw...cpovirk
2024-03-04reduce number of times resolving parameter types in an extreme case.Wanying Ding
2024-02-28Bump the dagger version in README.mdWanying Ding
2024-02-28Update Dagger yml and README with new latest version number.Wanying Ding
2024-02-26Allow obfuscating @HiltViewModel annotated ViewModel name with r8.Wanying Ding
2024-02-23Remove kitkat-specific test.Dagger Team
2024-02-20Add a SkipTestInjection annotation to disable injecting the test class. This ...Eric Chang
2024-02-12Replace `processingEnv.requireTypeElement()` with `DaggerSuperficialValidatio...Brad Corso
2024-02-08Improve Dagger error messages to give more information and be more consistent.Brad Corso
2024-02-08Internal changesBrad Corso
2024-02-08Include proguard rules in dagger core artifact so that LazyClassKeyMap's stri...Wanying Ding
2024-02-07Rename proguard_specs attribute for gen_maven_artifact to reflect how it will...Wanying Ding
2024-02-06Migrate usages of `Truth8.assertThat` to equivalent usages of `Truth.assertTh...cpovirk
2024-02-06Migrate usages of `Truth8.assertThat` to equivalent usages of `Truth.assertTh...cpovirk
2024-02-06Update to [Truth 1.4.0](https://github.com/google/truth/releases/tag/v1.4.0).cpovirk
2024-01-31Automated Code Changecpovirk
2024-01-31Update bazel-common to pick up Guava 33.0.0 and Truth to 1.3.0.cpovirk
2024-01-30Automated Code Changecpovirk
2024-01-30Automated Code Changecpovirk
2024-01-29Use gen_maven_artifact for dagger core libraryWanying Ding
2024-01-22Add Ksp Processor for Dagger Android ProguardProcessor.Wanying Ding
2024-01-22reorganize Dagger Android jars with gen_maven_artifact rule.Wanying Ding
2024-01-19Suppress unnecessary casts.Eric Chang
2024-01-18Remove `@Deprecated` from javax version of DoubleCheck.lazy() as this can stillEric Chang
2024-01-18Update build tool version for examples/bazel.Wanying Ding
2024-01-11Add error message if user make onCreate and onDestroy in base class final.Wanying Ding
2024-01-10Fix github build failure caused by missing android.jarWanying Ding
2024-01-09Update Dagger XProcessing jars.Brad Corso
2024-01-08Add `@LazyClassKey` for injecting class keyed map and doesn't load class when...Wanying Ding
2024-01-04Ban @Inject protected field.Wanying Ding
2023-12-27Minor clean up in BindingGraphFactory.Brad Corso
2023-12-19Update Dagger yml and README with new latest version number.Eric Chang