aboutsummaryrefslogtreecommitdiff
path: root/javatests
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-17Add more logging of test results when running gradle tests.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-09Replace usages of project.properties with gradleProperty()Daniel Santiago
2021-02-08Filter out the configuring project from the artifact view in the Hilt Gradle ...Daniel Santiago
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-02-04Reset DelayComponentState between gradle test runs. Adds a new gradle test th...Grant Oakley
2021-01-29Update Gradle to 6.7.1 in test projects, required by AGP 4.2.0-beta04.Daniel Santiago
2021-01-29Update Hilt Plugin to AGP beta04 and use renamed APIs when configuring the AS...Daniel Santiago
2021-01-29Fix type inference issues with generated assisted factory in Java 7.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-28Add publishing docs to Github Pages step into the Github WorkflowDaniel Santiago
2021-01-27Request 'processed-jar' in the Hilt Gradle plugin during classpath aggregatio...Daniel Santiago
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
2021-01-05Use runtime classpath at root to workaround Dagger/Hilt API vs Impl issue.Dagger 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