1. 788952a Update Gradle to 6.7.1 in test projects, required by AGP 4.2.0-beta04. by Daniel Santiago · 3 years, 8 months ago
  2. 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, 10 months ago
  3. 62d4653 Add atm example back to open source. by bcorso · 4 years, 2 months ago
  4. 7918634 Make Android example build under Travis. by cpovirk · 4 years, 4 months ago
  5. 2c8d0d1 Fix build issues. by bcorso · 4 years, 4 months ago
  6. 5d16f65 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 5 months ago
  7. 072ece8 Prepare for external Bazel change --incompatible_load_java_rules_from_bzl. by cpovirk · 4 years, 7 months ago
  8. 193b8bf Add AppCompat theme and export SimpleActivity in sample project. by danysantiago · 4 years, 8 months ago
  9. f45213e Dagger AndroidX Migration by danysantiago · 4 years, 8 months ago
  10. 0925e8f Remove usages of Guava APIs not available in the '-android' variant. by danysantiago · 4 years, 9 months ago
  11. b7ef5f3 Replace local MOE stripping with global MOE replacement by bcorso · 4 years, 11 months ago
  12. c715e35 Add a dagger.android gradle example and a corresponding build test. by bcorso · 5 years ago
  13. e80e4b1 Add a gradle example app and build it in the release script. by bcorso · 5 years ago
  14. 40e9dcb Add the auto common shaded jar back into the jarjar. by bcorso · 5 years ago
  15. 3699697 Fix dagger-spi pom file from dependency cycle. by bcorso · 5 years ago
  16. 17f2597 Publish the ATM sample application, which is used in the tutorial: https://dagger.dev/tutorial by ronshapiro · 5 years ago
  17. 65e2209 Rename SUBCOMPONENT_BUILDER enum constants to SUBCOMPONENT_CREATOR and rename some SubcomponentBuilder types to SubcomponentCreator. by cgdecker · 6 years ago
  18. 305681e Merge dagger.model.BindingGraph.BindingNode into dagger.model.Binding so users don't have to figure out the difference. by dpb · 6 years ago
  19. b409d28 Migrate from AndroidSupportInjectionModule to AndroidInjectionModule. by ronshapiro · 6 years ago
  20. 070f01b Simplify the binding types of dagger.android injector factories by ronshapiro · 6 years ago
  21. b65f700 Insert aapt_version attribute for android_binary rules. (BUILD files only) by bcsf · 6 years ago
  22. 84a89d4 Make BindingGraph not implement Network. This will let us see more clearly the places where we need better high-level API. by dpb · 6 years ago
  23. b391f85 Make BindingNode and MissingBindingNode extend a common interface, MaybeBindingNode, so that dependencies on missing bindings can be treated the same way as dependencies on present bindings. by dpb · 6 years ago
  24. c7fb974 Begin using github.com/google/bazel-common in Dagger by ronshapiro · 6 years ago
  25. 5dc66a3 Don't double-process an error message (can result in "Subsubcomponents...") by ronshapiro · 6 years ago
  26. 1f4f6bc Change SPI diagnostic reporting to calling methods on a DiagnosticReporter instead of returning ValidationItems. by dpb · 7 years ago
  27. 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 · 7 years ago
  28. 90144e0 Migrate away from legacy manifest merge strategy in the sample app by ronshapiro · 7 years ago
  29. 82e0efb Depend on support-fragment instead of support-v4 by Gabriel Ittner · 7 years ago
  30. 4a39142 Remove examples/{android-simple,android-activity-graphs} by ronshapiro · 7 years ago
  31. 65b4888 De-beta map bindings. The API has been fixed and consistent for a by ronshapiro · 7 years ago
  32. 21a8d08 Update our simple Android example to use DaggerApplication. by gak · 7 years ago
  33. 6a26bf0 Updated and cleaned some dagger.android documentation. by justinbis · 7 years ago
  34. 5bace0b Opensource the Android example by ronshapiro · 8 years ago