aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/android/BUILD
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-22Remove the references to beta in preparation for the upcoming stable release.Eric Chang
2021-04-19Add aggregating data for roots. Also add tests to verify illegal combinations.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-03-19Add proguard rules to keep EntryPoint classes so optimizers don't remove them.Eric Chang
2021-02-26Clears Fragment reference in FragmentContextWrapper after Fragment#onDestroy()Brad Corso
2021-02-25Update all "alpha" references to "beta" in preparation for the upcoming beta ...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-18Add Hilt tests to GitHubBrad Corso
2021-01-19This feature may be a breaking change, so rolling it back for a Dagger patch ...Brad Corso
2021-01-19Clears Fragment reference in FragmentContextWrapper after Fragment#onDestroy()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-14Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also re...Dagger Team
2020-12-01Add packing proguard.txt for AARs into gen_maven_artifact macro.Dagger Team
2020-11-30Roll forward with fix of 'Migrating @ViewModelInject into Hilt's codebase'.Dagger Team
2020-11-19Remove erroneously added JSR250 deps from the Hilt runtime.Eric Chang
2020-11-12Rollback of Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-11-11Migrating @ViewModelInject into Hilt's codebase.Dagger Team
2020-09-24[Dagger Refactor]: Minor static factory creation optimizationBrad Corso
2020-09-01Internal changeDagger Team
2020-08-12Support an onCleared callback in the ActivityRetainedComponent.danysantiago
2020-07-30Add ability to ban maven deps in gen_maven_artifacts.bcorso
2020-07-13Add SingletonComponent and temporarily map the old ApplicationComponent to that.erichang
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
2020-05-21internal refactorbcorso
2020-05-20Remove auto common shading from Hilt runtime gen rules.danysantiago
2020-05-20Add nullability annotations to a few Hilt public APIs missing it.danysantiago
2020-05-20Add the various package-info.java to the release artifacts.danysantiago
2020-05-14Fix javadoc srcs for Hilt.erichang
2020-05-14Change usages of @GenerateComponents to @HiltAndroidApp.erichang
2020-05-13Enforce @InstallIn in @Module with an option to suppress with @DisableInstall...mahsabadian
2020-05-13Add @HiltAndroidApp to the Hilt artifact.erichang
2020-05-12Add alias_of and optional_inject to hilt artifacts.bcorso
2020-05-12Add @HiltAndroidApp in preparation for removing @GenerateComponents. No longe...erichang
2020-05-08Add DaggerKotlinIssuesDetectorZac Sweers
2020-04-22Remove Guava dep from Hilt's runtime.danysantiago
2020-04-20Override getDefaultViewModelFactory in generated Activities and Fragments.danysantiago
2020-03-30(Part 3) Enable multiple test roots in the same compilationbcorso
2020-03-30Separate @ActivityRetainedScoped into a separate build target.erichang
2020-03-20Start pushing Hilt to GitHub.erichang