aboutsummaryrefslogtreecommitdiff
path: root/java/dagger
AgeCommit message (Expand)Author
2021-05-17Revert^2 "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
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-23Detach CtClass instances from the ClassPool as they are inspected by the Java...Daniel Santiago
2021-04-22Remove the references to beta in preparation for the upcoming stable release.Eric Chang
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-20Use reflection for obtaining the AGP version since the Version class was move...Daniel Santiago
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-16Merge ViewModel/ActivityRetained targets into the main targets.Eric Chang
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-09Fix leak in FragmentContextWrapper by releasing the baseInflator if it exists.Brad Corso
2021-04-09Add a private constructor to the generated @HiltViewModel module.Eric Chang
2021-04-09Generate a separate TestComponentDataSupplier for each root.Brad Corso
2021-04-08Internal changesBrad 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-07Migrate annotation classes to androidxDagger Team
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-25Rollback of https://github.com/google/dagger/commit/ec708a388c28de5b9cf6d8232...Brad Corso
2021-03-19Add proguard rules to keep EntryPoint classes so optimizers don't remove them.Eric Chang
2021-03-19Internal change.Dagger Team
2021-03-18Remove unused TestApplicationInjector interface.Grant Oakley
2021-03-18Make nested subcomponent and switching provider impls static within the gener...Brad Corso
2021-03-18Migrate android.support.annotation.ContentView to androidx.annotation.Content...Dagger Team
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-15Improve GitHub Actions hygiene for DaggerBrad Corso
2021-03-15Internal cleanupBrad Corso
2021-03-12Remove throws declarations from methods that do not throwGrant Oakley
2021-03-09Change the component implementation suffix from "Impl" to "I" to save some ch...Eric Chang
2021-03-08Internal refactorEric Chang
2021-03-07Optimize BindingGraph.create() by indexing all binding nodes by their compone...Ron Shapiro
2021-03-07Index the first-matching component method instead of filtering on each request.Ron Shapiro
2021-03-05Rename init() method in generated Activity to avoid conflict with user method...Daniel Santiago
2021-03-05Call `unwrapType` statically and not on an instance.Ron Shapiro
2021-03-04A few small cleanups to InjectBindingRegistryRon Shapiro