1. 5eeb71c Revert^2 "Add additional files to hilt_android" by Aurimas Liutikas · 3 years, 6 months ago
  2. f36162a Revert^2 "Merge commit 'upstream/dagger-2.35.1^'" by Aurimas Liutikas · 3 years, 6 months ago
  3. 5882ce8 Merge "Revert "Merge commit 'upstream/dagger-2.35.1^'"" by Aurimas Liutikas · 3 years, 6 months ago
  4. 3ba66ad Merge "Revert "Add additional files to hilt_android"" by Aurimas Liutikas · 3 years, 6 months ago
  5. 2fee426 Revert "Merge commit 'upstream/dagger-2.35.1^'" by Aurimas Liutikas · 3 years, 6 months ago
  6. 09e8e7e Revert "Add additional files to hilt_android" by Aurimas Liutikas · 3 years, 6 months ago
  7. 4ac6123 Revert "Update dagger2 lint baseline" by Aurimas Liutikas · 3 years, 6 months ago
  8. 8c81cc6 Update dagger2 lint baseline by Colin Cross · 3 years, 6 months ago
  9. 32aa1ba Add additional files to hilt_android by Colin Cross · 3 years, 6 months ago
  10. 399f4f6 Merge commit 'upstream/dagger-2.35.1^' by Colin Cross · 3 years, 6 months ago
  11. 58c3bf9 Make the generated Provider for component dependency types final. by Eric Chang · 3 years, 7 months ago
  12. bfdb109 Add flag to disable cross-compilation root validation. by Brad Corso · 3 years, 7 months ago
  13. f90a69f Fix some remaining references to beta by Eric Chang · 3 years, 7 months ago
  14. 61ef9d8 Detach CtClass instances from the ClassPool as they are inspected by the Javassist transform. by Daniel Santiago · 3 years, 7 months ago
  15. 73f6458 Remove the references to beta in preparation for the upcoming stable release. by Eric Chang · 3 years, 7 months ago
  16. 115eaac Fix an issue where internal Kotlin objects were not properly being processed. Consolidate logic to figure out if a module requires an instance. by Eric Chang · 3 years, 7 months ago
  17. ffb045a Remove defaultRootComponentName and pass in default root directly. by Brad Corso · 3 years, 7 months ago
  18. e8cdaaf Share aggregating metadata logic in a utility class. by Brad Corso · 3 years, 7 months ago
  19. 0218653 Use reflection for obtaining the AGP version since the Version class was moved between 3.5 and 3.6 by Daniel Santiago · 3 years, 7 months ago
  20. e33bb84 Add aggregating data for roots. Also add tests to verify illegal combinations. by Brad Corso · 3 years, 7 months ago
  21. fa49bdf Allow ProcessorErrors.checkState without an associated element by Brad Corso · 3 years, 7 months ago
  22. e0f510a Make aggregated deps public and prepend "_" to the name to obfuscate it from auto suggest tools. by Brad Corso · 3 years, 7 months ago
  23. e553e07 Merge ViewModel/ActivityRetained targets into the main targets. by Eric Chang · 3 years, 7 months ago
  24. 65e6cc1 Internal change by Brad Corso · 3 years, 7 months ago
  25. b644e1e Internal change by Brad Corso · 3 years, 7 months ago
  26. f5b5fe0 Internal change by Brad Corso · 3 years, 7 months ago
  27. 27a2827 Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEntryPoints. by Brad Corso · 3 years, 7 months ago
  28. b3210fa Add lint baseline to address NewApi errors by Pedro Loureiro · 3 years, 9 months ago
  29. 41c4e04 Fix leak in FragmentContextWrapper by releasing the baseInflator if it exists. by Brad Corso · 3 years, 7 months ago
  30. c57ab0a Add a private constructor to the generated @HiltViewModel module. by Eric Chang · 3 years, 7 months ago
  31. e8e12a0 Generate a separate TestComponentDataSupplier for each root. by Brad Corso · 3 years, 7 months ago
  32. d7c5790 Internal changes by Brad Corso · 3 years, 7 months ago
  33. a677b00 Sort root names before deduplicating them with numeric suffixes in order guarantee determinism if this method is called from different processors. by Grant Oakley · 3 years, 7 months ago
  34. ba49e28 Generate all test components in a common directory separate from the test class root if shareTestComponents flag is enabled. Before this change, the test component would only be generated in the shared directory if it was able to use the shared test components. by Grant Oakley · 3 years, 7 months ago
  35. 9a068fc Migrate annotation classes to androidx by Dagger Team · 3 years, 7 months ago
  36. 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file. by Brad Corso · 3 years, 7 months ago
  37. 0336b1a Pull DefineComponentClassesMetadata into its own source file. by Brad Corso · 3 years, 7 months ago
  38. 6d97cf3 Generate aggregated data for @UninstallModules. by Brad Corso · 3 years, 7 months ago
  39. ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to the function map. by Eric Chang · 3 years, 7 months ago
  40. 64ac597 Pull AggregatedDepsMetadata into its own source file. by Brad Corso · 3 years, 7 months ago
  41. faebc3c Reuse the Default root generated components for test roots in the same compilation unit that do not have test-specific bindings, rather than generating new components per-test. This can significantly reduce the amount of generated code for large projects with many test classes that do not provide test-specific bindings. by Grant Oakley · 3 years, 8 months ago
  42. efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. by Daniel Santiago · 3 years, 8 months ago
  43. 41ebd99 Also generate proxy module classes for Kotlin classes that are marked as `internal`, which are analogous to package-private Java modules. by Grant Oakley · 3 years, 8 months ago
  44. b42731b Bump kotlinx-metadata version to 0.2.0. by Daniel Santiago · 3 years, 8 months ago
  45. e9cde6a Rollback of https://github.com/google/dagger/commit/ec708a388c28de5b9cf6d82329b305cfe8ec2f8f by Brad Corso · 3 years, 8 months ago
  46. 96171b0 Add proguard rules to keep EntryPoint classes so optimizers don't remove them. by Eric Chang · 3 years, 8 months ago
  47. f7e02d6 Internal change. by Dagger Team · 3 years, 8 months ago
  48. 7409a22 Remove unused TestApplicationInjector interface. by Grant Oakley · 3 years, 8 months ago
  49. ec708a3 Make nested subcomponent and switching provider impls static within the generated component class. by Brad Corso · 3 years, 8 months ago
  50. b7ea6b8 Migrate android.support.annotation.ContentView to androidx.annotation.ContentView by Dagger Team · 3 years, 8 months ago
  51. 66356c0 Add more logging of test results when running gradle tests. by Brad Corso · 3 years, 8 months ago
  52. 57255db Bump fragment dependency to 1.3.1 and activity to 1.2.1. by Eric Chang · 3 years, 8 months ago
  53. ba1ad49 Add a class retention @DaggerGenerated annotation to Dagger generated sources. by Brad Corso · 3 years, 8 months ago
  54. 3778ee2 Remove support for the deprecated, alpha @ViewModelInject. This also adds support for falling back to the default view model factory of the base activity/fragment. by Eric Chang · 3 years, 8 months ago
  55. d4078fd Improve GitHub Actions hygiene for Dagger by Brad Corso · 3 years, 8 months ago
  56. f5585f2 Internal cleanup by Brad Corso · 3 years, 8 months ago
  57. 5f5ae8c Remove throws declarations from methods that do not throw by Grant Oakley · 3 years, 8 months ago
  58. 5597f18 Enable hilt viewmodel and bindvalue processors by Yiqun Wu · 3 years, 8 months ago
  59. 3167e38 Change the component implementation suffix from "Impl" to "I" to save some characters when nesting of components is deep and hitting file length limits. Follow up changes will unnest these classes to avoid this in a more robust manner. by Eric Chang · 3 years, 8 months ago
  60. 36550ff Internal refactor by Eric Chang · 3 years, 8 months ago
  61. 47123ec Optimize BindingGraph.create() by indexing all binding nodes by their component path instead of traversing the full network for each subcomponent. by Ron Shapiro · 3 years, 8 months ago
  62. 1caa7f0 Index the first-matching component method instead of filtering on each request. by Ron Shapiro · 3 years, 8 months ago
  63. 1c66033 Rename init() method in generated Activity to avoid conflict with user method of same name. by Daniel Santiago · 3 years, 8 months ago
  64. 7e0abd6 Call `unwrapType` statically and not on an instance. by Ron Shapiro · 3 years, 8 months ago
  65. 45be19e A few small cleanups to InjectBindingRegistry by Ron Shapiro · 3 years, 8 months ago
  66. 0e2360d Refactor SourceFileGenerator to allow for generating multiple types. by Ron Shapiro · 3 years, 8 months ago
  67. c70cf2d Prevent KAPT from logging errors when compiling modules without entry points. by Nicklas Ansman Giertz · 3 years, 8 months ago
  68. 39894d2 Use `ClassName.canonicalName()` instead of `ClassName.toString()` by Ron Shapiro · 3 years, 8 months ago
  69. e2f2b2d Cache getLocalAndInheritedMethods invocations in Dagger. by Ron Shapiro · 3 years, 8 months ago
  70. 18ff6ec Update Android.bp file for dagger 2.32 am: ff268f0a58 by Colin Cross · 3 years, 9 months ago
  71. 4573f9b Merge commit 'dagger-2.32^' am: 05850814b0 by Colin Cross · 3 years, 9 months ago
  72. c2d097f Fix an issue where subcomponent builder bindings could be accidentally cached from the parent component. by Eric Chang · 3 years, 9 months ago
  73. ff268f0 Update Android.bp file for dagger 2.32 by Colin Cross · 3 years, 9 months ago
  74. 2192014 Internal refactoring by Dagger Team · 3 years, 9 months ago
  75. f39bc87 Use an `instanceof` check before a logical check by Ron Shapiro · 3 years, 9 months ago
  76. 7f4c3a2 Clears Fragment reference in FragmentContextWrapper after Fragment#onDestroy() by Brad Corso · 3 years, 9 months ago
  77. addb1fc Fix the java and bazel version when publishing the latest snapshots. by Brad Corso · 3 years, 9 months ago
  78. 78438d5 Update all "alpha" references to "beta" in preparation for the upcoming beta release. by Brad Corso · 3 years, 9 months ago
  79. ceccfc6 Add job to GitHub Actions to validate the Dagger version. by Brad Corso · 3 years, 9 months ago
  80. 8a4b7e2 Remove cache of top level component implementations by Ron Shapiro · 3 years, 9 months ago
  81. 8a92723 Fixes to javadoc and links for EarlyEntryPoint by Brad Corso · 3 years, 9 months ago
  82. 5877be8 Add internal utility method. by Daniel Santiago · 3 years, 9 months ago
  83. 1ad74b9 Follow-up changes to the EarlyEntryPoint API by Brad Corso · 3 years, 9 months ago
  84. 289f59f Add EarlyTestEntryPoints to allow entry points to be called in tests before the test instance is instantiated. by Brad Corso · 3 years, 9 months ago
  85. 0585081 Merge commit 'dagger-2.32^' by Colin Cross · 3 years, 9 months ago
  86. 608e6cc Remove a comment that seems to be left around from Ahead-of-time Subcomponents, and simplify the code around it. by Ron Shapiro · 3 years, 9 months ago
  87. 73628bc Enable remaining dagger.android and dagger.hilt tests. by Brad Corso · 3 years, 9 months ago
  88. 2ef1b85 Mark ab/7061308 as merged in stage. by Xin Li · 3 years, 9 months ago
  89. 2a007af Inline canUseDirectInstanceExpression and clarify the comments. by Eric Chang · 3 years, 9 months ago
  90. 74b1344 Internal refactor by Eric Chang · 3 years, 9 months ago
  91. aff89b1 Treat qualified assisted types as normal bindings. by Brad Corso · 3 years, 9 months ago
  92. 7368a7d Add Hilt tests to GitHub by Brad Corso · 3 years, 9 months ago
  93. 1b5b075 Fix Java and Bazel version when building with Bazel in GitHub Actions. by Brad Corso · 3 years, 9 months ago
  94. b4f485b Internal refactor by Grant Oakley · 3 years, 9 months ago
  95. 334e072 [LSC] Add LOCAL_LICENSE_KINDS to external/dagger2 am: 29767566e5 by Bob Badour · 3 years, 9 months ago
  96. 623d3a6 Perform Hilt Activity injection on a OnContextAvailableListener. by Daniel Santiago · 3 years, 9 months ago
  97. 2976756 [LSC] Add LOCAL_LICENSE_KINDS to external/dagger2 by Bob Badour · 3 years, 9 months ago
  98. 6778a01 Improve the error message when detecting a duplicate @Assisted parameter. by Eric Chang · 3 years, 9 months ago
  99. 732323b Move the handling of @Override annotations out of the switch so it applies to BroadcastReceivers as well. by Eric Chang · 3 years, 9 months ago
  100. 8b0b8b9 Move ComponentTree into processor/internal/root since it's the only usage. by Brad Corso · 3 years, 9 months ago