1. f36162a Revert^2 "Merge commit 'upstream/dagger-2.35.1^'" by Aurimas Liutikas · 3 years, 1 month ago
  2. 2fee426 Revert "Merge commit 'upstream/dagger-2.35.1^'" by Aurimas Liutikas · 3 years, 1 month ago
  3. 289f59f Add EarlyTestEntryPoints to allow entry points to be called in tests before the test instance is instantiated. by Brad Corso · 3 years, 4 months ago
  4. 7368a7d Add Hilt tests to GitHub by Brad Corso · 3 years, 4 months ago
  5. a7872c7 Add a plugin to check for injections of @HiltViewModel types. Since @HiltViewModel has an @Inject constructor, it is possible to erroneously inject it instead of accessing it via the Android APIs. This check should prevent that from happening. by Eric Chang · 3 years, 5 months ago
  6. b90de0f Add a plugin to check for injections of @HiltViewModel types. Since @HiltViewModel has an @Inject constructor, it is possible to erroneously inject it instead of accessing it via the Android APIs. This check should prevent that from happening. by Dagger Team · 3 years, 5 months ago
  7. a8ab59a Add a plugin to check for injections of @HiltViewModel types. Since @HiltViewModel has an @Inject constructor, it is possible to erroneously inject it instead of accessing it via the Android APIs. This check should prevent that from happening. by Eric Chang · 3 years, 5 months ago
  8. f11b2bc Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also requires newer Gradle version, so bumping the wrapper to 6.7. Robolectric also had tro be updates to 4.5-alpha which supports API 30. by Dagger Team · 3 years, 6 months ago
  9. b5990a0 Update Bazel to 3.7.1 and use Kotlin toolchain 1.4. by Dagger Team · 3 years, 6 months ago
  10. b4d9b0e [Dagger]: Remove all references to bazel-common's auto-common dep. by bcorso · 3 years, 10 months ago
  11. 12bfe8b Namespace Dagger's shaded rules to avoid duplicate sources. by bcorso · 3 years, 11 months ago
  12. 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 1 month ago
  13. 072ece8 Prepare for external Bazel change --incompatible_load_java_rules_from_bzl. by cpovirk · 4 years, 3 months ago
  14. 5e7374e Update Dagger to API 29 and Bazel 1.1.0. by erichang · 4 years, 8 months ago
  15. 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact. by bcorso · 4 years, 8 months ago
  16. 3699697 Fix dagger-spi pom file from dependency cycle. by bcorso · 4 years, 9 months ago
  17. 646e033 Understand @Qualified annotation in Kotlin properties. by danysantiago · 4 years, 9 months ago
  18. 96b6284 Move Dagger binding graph validation and writing classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  19. 7acaca3 Move Dagger validation classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  20. ac4ade2 Move Dagger binding classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  21. 0a63dd0 Move Dagger base classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  22. 9a7b538 Move Dagger compiler option classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  23. fa56e9d Move Dagger extension classes into their own subdirectory. by bcorso · 4 years, 10 months ago
  24. 73c728f Move Dagger statistics into a separate subpackage. by bcorso · 4 years, 11 months ago
  25. ed3da40 Remove experimentalAheadOfTimeSubcomponents by ronshapiro · 5 years ago
  26. 5c99e1b Start extracting some dagger.internal.codegen classes into two subpackages: d.i.c.{javapoet,langmodel} by ronshapiro · 5 years ago
  27. bb1a466 Serialize metadata about the binding graph in abstract component implementations by ronshapiro · 5 years ago
  28. 916356a Add requestedBindings() and requestingBindings() to BindingGraph. by dpb · 6 years ago
  29. 02dc4a7 Add an ErrorProne refactoring for moving between @ActivityKey/@FragmentKey/etc to @ClassKey, and AndroidInjector.Factory<? extends Activity> to AndroidInjector.Factory<?> by ronshapiro · 6 years ago
  30. 468e034 Move ComponentDescriptor validation out of BindingGraphValidator and into a new ComponentDescriptorValidator. by dpb · 6 years ago
  31. c7fb974 Begin using github.com/google/bazel-common in Dagger by ronshapiro · 6 years ago
  32. ddc9b40 Move validation of non-nullable requests for nullable bindings to an internal implementation of BindingGraphPlugin. Add infrastructure to run internal plugins as part of validation, before running external plugins. by dpb · 6 years ago
  33. 120a339 Migrate BindingGraphPlugin to the dagger.spi package, and add a ValidationItem API to dagger.spi so that plugins can report high-level diagnostics to the Messager. by ronshapiro · 6 years ago
  34. 60d2e09 Make a ComponentTreePath analog in dagger.model and move BindingNetwork to dagger.model too by ronshapiro · 6 years ago
  35. 4a202b7 Shade AutoCommon in the SPI artifact by ronshapiro · 6 years ago
  36. a6f99ed Move dagger.internal.codegen.Key to dagger.model package by ronshapiro · 6 years ago
  37. 6863e7e Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
  38. 258295a Automated g4 rollback of changelist b9326a1e. by domnit · 7 years ago
  39. c411158 Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
  40. ebee36e Update to Bazel 0.7.0 by ronshapiro · 7 years ago
  41. 87abe78 Opensource dagger.grpc by ronshapiro · 7 years ago
  42. ea3fffd Move Dagger Producers from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to blaze by ronshapiro · 7 years ago
  43. 0f4a729 Move core Dagger APIs and runtime from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel by ronshapiro · 7 years ago
  44. 391aeeb Implement javadoc_library in skylark by ronshapiro · 7 years ago
  45. 3a179ec Move prod compiler code and guava/jdk Optional tests from their previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel by ronshapiro · 7 years ago
  46. bb2d3a9 Omit auto-common from the compiler since it's shaded. Do the same by ronshapiro · 7 years ago
  47. 954ba08 Add @ContributesAndroidInjector to greatly simplify the code that dagger.android users have to write in the 95% case by ronshapiro · 7 years ago
  48. b191fb7 Add a javadoc_library for android/support by ronshapiro · 7 years ago
  49. e3d8bf2 Add a jarjar_library BUILD macro to replace the maven-shade-plugin by ronshapiro · 7 years ago
  50. 554c1fe Add javadoc_library to generate javadoc for our Bazel libraries by ronshapiro · 7 years ago
  51. 31d711c Build Dagger with Bazel by ronshapiro · 7 years ago