aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-27Make the generated Provider for component dependency types final.Eric Chang
2021-04-26Add flag to disable cross-compilation root validation.Brad Corso
2021-04-21Fix an issue where internal Kotlin objects were not properly being processed....Eric Chang
2021-04-19Add aggregating data for roots. Also add tests to verify illegal combinations.Brad Corso
2021-04-19Make aggregated deps public and prepend "_" to the name to obfuscate it from ...Brad Corso
2021-04-16Merge ViewModel/ActivityRetained targets into the main targets.Eric Chang
2021-04-13Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEn...Brad Corso
2021-04-09Add a private constructor to the generated @HiltViewModel module.Eric Chang
2021-04-07Generate all test components in a common directory separate from the test cla...Grant Oakley
2021-04-05Generate aggregated data for @UninstallModules.Brad Corso
2021-04-01Reuse the Default root generated components for test roots in the same compil...Grant Oakley
2021-03-30Also generate proxy module classes for Kotlin classes that are marked as `int...Grant Oakley
2021-03-25Rollback of https://github.com/google/dagger/commit/ec708a388c28de5b9cf6d8232...Brad Corso
2021-03-18Make nested subcomponent and switching provider impls static within the gener...Brad Corso
2021-03-16Add a class retention @DaggerGenerated annotation to Dagger generated sources.Brad Corso
2021-03-16Remove support for the deprecated, alpha @ViewModelInject. This also adds sup...Eric Chang
2021-03-09Change the component implementation suffix from "Impl" to "I" to save some ch...Eric Chang
2021-03-05Rename init() method in generated Activity to avoid conflict with user method...Daniel Santiago
2021-03-02Fix an issue where subcomponent builder bindings could be accidentally cached...Eric Chang
2021-03-01Internal refactoringDagger Team
2021-02-26Clears Fragment reference in FragmentContextWrapper after Fragment#onDestroy()Brad Corso
2021-02-24Follow-up changes to the EarlyEntryPoint APIBrad Corso
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-22Enable remaining dagger.android and dagger.hilt tests.Brad Corso
2021-02-19Internal refactorEric Chang
2021-02-18Treat qualified assisted types as normal bindings.Brad Corso
2021-02-18Add Hilt tests to GitHubBrad Corso
2021-02-05Internal changesBrad Corso
2021-02-05Fixes self-loop when generated implementation of an assisted factory method c...Brad Corso
2021-02-05Add string qualifier to @Assisted annotation to disambiguate duplicate assist...Brad Corso
2021-01-28Fix @AssistedFactory method returning parameterized Foo with fixed type param...Brad Corso
2021-01-28Fail fast with better error message when trying to use a type parameter with ...Brad Corso
2021-01-27Internal changeDagger Team
2021-01-26Add more tests for AssistedInject.Brad Corso
2021-01-15Allow @AssistedInject types as @Assisted parametersBrad Corso
2021-01-11Add TestInstallIn to Hilt.Brad Corso
2021-01-11s/RuntimeEnvironment.application/ApplicationProvider.getApplicationContext()/gDagger Team
2020-12-30Fix return type resolution when AssistedFactory types extends factory with pa...Brad Corso
2020-12-29Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Eric Chang
2020-12-28Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Dagger Team
2020-12-28Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Eric Chang
2020-12-17Fix issue when name of members injection field is named "instance".Brad Corso
2020-12-14Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also re...Dagger Team
2020-12-10Follow-up to address comments on assisted injection pull request.Brad Corso
2020-12-09Internal refactorBrad Corso
2020-12-07Update Hilt's ViewModel APIs to be a type annotation along with @Inject const...Dagger Team
2020-12-04Update Bazel to 3.7.1 and use Kotlin toolchain 1.4.Dagger Team
2020-11-30Roll forward with fix of 'Migrating @ViewModelInject into Hilt's codebase'.Dagger Team
2020-11-30Migrate ApplicationComponent to SingletonComponent.Eric Chang