aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/android
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-07Migrate annotation classes to androidxDagger Team
2021-03-18Migrate android.support.annotation.ContentView to androidx.annotation.Content...Dagger Team
2021-02-26Clears Fragment reference in FragmentContextWrapper after Fragment#onDestroy()Brad Corso
2021-02-19Internal refactorEric Chang
2021-02-18Add Hilt tests to GitHubBrad Corso
2020-12-14Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also re...Dagger Team
2020-08-14Support an onCleared callback in the ActivityRetainedComponent.danysantiago
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
2020-05-14Constructors and methods with the same name should appear sequentially with n...clshepherd
2020-05-08Add DaggerKotlinIssuesDetectorZac Sweers
2020-02-27Prepare for external Bazel change --incompatible_load_java_rules_from_bzl.cpovirk
2020-02-21Add support constructor with content layout id for AndroidXTakao Chiba
2020-01-28Roll forward of 291056440.danysantiago
2020-01-28Automated g4 rollback of changelist 291056440.danysantiago
2020-01-28Move identifiernamestring to proguard config.Zac Sweers
2020-01-28Dagger AndroidX Migrationdanysantiago
2019-11-20Replace local MOE stripping with global MOE replacementbcorso
2019-11-11Sort load arguments in BUILD filesvladmos
2019-10-28Update Dagger to API 29 and Bazel 1.1.0.erichang
2019-10-24Add maven targets for support library dependencieserichang
2019-10-24Add the auto common shaded jar back into the jarjar.bcorso
2019-09-23Fix dagger-spi pom file from dependency cycle.bcorso
2019-06-28Delete old Has*Injector typesronshapiro
2019-05-30Remove simple_jar in favor of the Gradle Incremental Annotation Processor hel...ronshapiro
2019-05-30Make CommandProcessorFactory top-level to avoid introducing users to the some...cgdecker
2019-05-15Add HasAndroidInjector, which will soon replace the many Has*Injectorronshapiro
2019-05-15Fix Error Prone warningscgdecker
2019-05-07Simplify some JavaPoet code by running a new set of Refaster templatesronshapiro
2019-03-17Begin to use @Subcomponent.Factory in dagger.androidronshapiro
2019-02-20Add runtime retention and @Documented to @ContributesAndroidInjectorjakew
2019-02-20Remove annotation which was part of releasable referencesjakew
2018-11-30Make sure all processing steps defer elements if TypeNotPresentException is t...dpb
2018-11-29Add requestedBindings() and requestingBindings() to BindingGraph.dpb
2018-11-20Stop depending on the dagger.android.support library from dagger.android.proc...ronshapiro
2018-11-20Don't rely on an Android guava method in the dagger.android processor.ronshapiro
2018-11-13Merge dagger.model.BindingGraph.BindingNode into dagger.model.Binding so user...dpb
2018-11-09Remove code related to the old format of binding injector factories with wild...ronshapiro
2018-11-01Remove the deprecated dagger.releasablereferencesronshapiro
2018-10-29Remove the dagger.android multibindings that have bounded wildcards (e.g. ? e...ronshapiro
2018-10-22Add support for binding AndroidInjector.Factory with an unbounded wildcard type.ronshapiro
2018-10-18Add a support version of DaggerDialogFragment, and deprecate the framework fr...ronshapiro
2018-10-03Make BindingGraph not implement Network. This will let us see more clearly th...dpb
2018-09-12Add support for gradle's incremental annotation processingronshapiro
2018-09-12Report originating elements to the Filerronshapiro
2018-09-04Make BindingNode and MissingBindingNode extend a common interface, MaybeBindi...dpb
2018-08-24Remove unused Types and Elements fields.dpb
2018-08-01Add an option to use string keys for dagger.android and allow the keys to be ...ronshapiro
2018-06-12Begin using github.com/google/bazel-common in Daggerronshapiro
2018-06-12Don't double-process an error message (can result in "Subsubcomponents...")ronshapiro