aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
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-20Remove defaultRootComponentName and pass in default root directly.Brad Corso
2021-04-20Share aggregating metadata logic in a utility class.Brad Corso
2021-04-19Add aggregating data for roots. Also add tests to verify illegal combinations.Brad Corso
2021-04-19Allow ProcessorErrors.checkState without an associated elementBrad Corso
2021-04-19Make aggregated deps public and prepend "_" to the name to obfuscate it from ...Brad Corso
2021-04-16Internal changeBrad Corso
2021-04-16Internal changeBrad Corso
2021-04-16Internal changeBrad Corso
2021-04-13Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEn...Brad Corso
2021-04-09Generate a separate TestComponentDataSupplier for each root.Brad Corso
2021-04-08Sort root names before deduplicating them with numeric suffixes in order guar...Grant Oakley
2021-04-07Generate all test components in a common directory separate from the test cla...Grant Oakley
2021-04-05Pull AliasOfPropagatedDataMetadata into its own source file.Brad Corso
2021-04-05Pull DefineComponentClassesMetadata into its own source file.Brad Corso
2021-04-05Generate aggregated data for @UninstallModules.Brad Corso
2021-04-02Fix an issue with KotlinMetadata where constructors were not getting added to...Eric Chang
2021-04-02Pull AggregatedDepsMetadata into its own source file.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-18Remove unused TestApplicationInjector interface.Grant Oakley
2021-03-12Remove throws declarations from methods that do not throwGrant Oakley
2021-03-03Prevent KAPT from logging errors when compiling modules without entry points.Nicklas Ansman Giertz
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-17Internal refactorGrant Oakley
2021-02-10Move ComponentTree into processor/internal/root since it's the only usage.Brad Corso
2021-02-09Move ComponentGenerator into processor/internal/root since it's the only usage.Brad Corso
2021-02-08Fix an issue where two @DefineComponent classes with the same simple name can...Eric Chang
2021-02-05Remove the deprecated ApplicationComponent.Eric Chang
2021-02-05Fix an issue where a module referencing a component without a builder would f...Eric Chang
2021-02-04Internal refactorBrad Corso
2021-01-19Add back the deprecated ApplicationComponent since hilt-work latest release s...Eric Chang
2021-01-11Add TestInstallIn to Hilt.Brad Corso
2020-12-29Rename ClassNames.APPLICATION_COMPONENT to SINGLETON_COMPONENTBrad Corso
2020-12-09Remove the deprecated ApplicationComponent.Eric Chang
2020-12-07Update Hilt's ViewModel APIs to be a type annotation along with @Inject const...Dagger Team
2020-11-30Roll forward with fix of 'Migrating @ViewModelInject into Hilt's codebase'.Dagger Team
2020-11-23Add a missing @Override on #injectTest.Dagger Team
2020-11-12Rollback of Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-11-11Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-10-12Internal change.Eric Chang
2020-10-08Add special handling for @Module companion objects in getComponents()Eric Chang
2020-10-08Don't attempt to get qualifiers using Kotlin metadata for static injected pro...Dagger Team
2020-09-25Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-23Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-22Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-21Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team