aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/ClassNames.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-19Add aggregating data for roots. Also add tests to verify illegal combinations.Brad Corso
2021-04-13Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEn...Brad Corso
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-01Reuse the Default root generated components for test roots in the same compil...Grant Oakley
2021-03-18Remove unused TestApplicationInjector interface.Grant Oakley
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-05Remove the deprecated ApplicationComponent.Eric Chang
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-12Rollback of Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-11-11Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
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-07-09Internal refactorbcorso
2020-06-29Replace Hilt_BaseClass casts with GeneratedComponentManagerHolder interfacebcorso
2020-05-20Add validation to @CustomTestApplication to check base applications don't use...bcorso
2020-05-17Rename @MergedTestApplication to @CustomTestApplication and separate codegen ...bcorso
2020-05-15Add HiltTestApplicationbcorso
2020-05-15Refactor TestComponentSupplier in Hiltbcorso
2020-05-15Remove @GenerateComponents in favor of @HiltAndroidApp.erichang
2020-05-13Enforce @InstallIn in @Module with an option to suppress with @DisableInstall...mahsabadian
2020-05-12Add @HiltAndroidApp in preparation for removing @GenerateComponents. No longe...erichang
2020-05-11Rename @CustomBaseTestApplication to @MergedTestApplication.bcorso
2020-05-08Roll forward: [Hilt Refactor]: Merge root testing classes into processor/inte...bcorso
2020-05-08Rollback adb091cb due to internal failuresbcorso
2020-05-08[Hilt Refactor]: Merge root testing classes into processor/internal/rootbcorso
2020-05-06Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAn...bcorso
2020-05-04Enable multiple Hilt emulator tests in Gradle.bcorso
2020-04-22Remove Guava dep from Hilt's runtime.danysantiago
2020-04-22Add @BindValue to Hiltmahsabadian
2020-04-20Override getDefaultViewModelFactory in generated Activities and Fragments.danysantiago
2020-04-09Revert 3fb66db3ed42788b99696109888858ed69a11b47bcorso
2020-04-09Remove application context parameter from OnComponentReadyRunner.bcorso
2020-04-03Rename IgnoreModules -> UninstallModulesbcorso
2020-04-03Add initial support for @IgnoreModulesbcorso
2020-03-30(Part 3) Enable multiple test roots in the same compilationbcorso
2020-03-21Create a ActivityRetainedComponent for non-config scoped bindings.danysantiago
2020-03-20Start pushing Hilt to GitHub.erichang