aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/definecomponent
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-20Share aggregating metadata logic in a utility class.Brad Corso
2021-04-19Make aggregated deps public and prepend "_" to the name to obfuscate it from ...Brad Corso
2021-04-05Pull DefineComponentClassesMetadata into its own source file.Brad Corso
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-10Move ComponentTree 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-01-19Add back the deprecated ApplicationComponent since hilt-work latest release s...Eric Chang
2020-12-29Rename ClassNames.APPLICATION_COMPONENT to SINGLETON_COMPONENTBrad Corso
2020-12-09Remove the deprecated ApplicationComponent.Eric Chang
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-09-01Internal changeDagger Team
2020-08-14Skip generating components for @DefineComponent classes without a builder.erichang
2020-08-14Support an onCleared callback in the ActivityRetainedComponent.danysantiago
2020-08-10Avoid using ComponentDescriptors in AggregatedDepsProcessor.bcorso
2020-07-17Add backwards compatibility with ApplicationComponent for libraries using pre...bcorso
2020-07-13Add SingletonComponent and temporarily map the old ApplicationComponent to that.erichang
2020-06-29Remove the static cache for DefineComponentMetadatabcorso
2020-05-14Fix javadoc srcs for Hilt.erichang
2020-05-12Restrict @DefineComponent to ensure it always has a parentmahsabadian
2020-04-20Replace Java8 only methods with Dagger internal equivalent.bcorso
2020-03-20Start pushing Hilt to GitHub.erichang