1. fa003f8 lift Nullable annotation out of NullabilityTest class. by Dagger Team · 1 year, 4 months ago
  2. ac90d9c Update Dagger yml and README with new latest version number. by Eric Chang · 1 year, 4 months ago
  3. 47abf56 Includes invalid annotation name in debug message with KSP. by Wanying Ding · 1 year, 4 months ago
  4. f347c8a Fix Java code containing illegal extra semicolons in import lists by Liam Miller-Cushon · 1 year, 4 months ago
  5. 5dd35d9 Rename healthconnect to healthfitness by ronish · 1 year, 4 months ago
  6. 027b02c Clean-up: Remove unused methods and references to JavaFileObject. by Brad Corso · 1 year, 4 months ago
  7. fae46c7 Fix an issue where a scoped @Binds used in a cycle would cause an NPE on component creation. by Eric Chang · 1 year, 4 months ago
  8. 85a2cb2 Migrate Dagger's javatests/dagger/functional/nullables/ tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  9. 9c1fd05 Cleanup dagger/functional/nullables tests. by Brad Corso · 1 year, 4 months ago
  10. 6ff3deb (TM-MP) Rb back compat: Base changes by Neha Pattan · 1 year, 5 months ago
  11. 757d709 Add better error message for `@Module`-annotated Kotlin `object` with invalid instance methods inherited from superclass. by Brad Corso · 1 year, 4 months ago
  12. ebf8e9e Cleanup: Move dagger.android validation into its own method in ModuleValidator. by Brad Corso · 1 year, 4 months ago
  13. 6a1e5bd [Clean-up]: Use multiline strings in hasErrorContaining(String). by Brad Corso · 1 year, 4 months ago
  14. 363f1c3 Add concrete implementations for DiagnosticReporter methods that just delegate to other methods. by Brad Corso · 1 year, 4 months ago
  15. 00d84ba Refactored `MissingBindingValidator` to make it rerun with full binding graph when detected missing binding on pruned graph. by Wanying Ding · 1 year, 4 months ago
  16. 1ebc957 Internal Changes by Brad Corso · 1 year, 4 months ago
  17. e182a57 Migrate Dagger's javatests/dagger/functional/subcomponent/ tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  18. e6b3e26 Migrate Dagger's javatests/dagger/functional/subcomponent/hiding tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  19. 0d497bc Migrate Dagger's javatests/dagger/functional/subcomponent/module tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  20. 52dd193 Migrate Dagger's javatests/dagger/functional/subcomponent/multibindings tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  21. 883100f Migrate Dagger's javatests/dagger/functional/subcomponent/pruning tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  22. 136a465 Migrate Dagger's javatests/dagger/functional/subcomponent/repeat tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  23. bd9a25e Support revisit full binding graph from validation plugins. by Wanying Ding · 1 year, 4 months ago
  24. 9ca1213 Add test for declaration-site variance usages. by Brad Corso · 1 year, 4 months ago
  25. ebe90f2 Migrate Dagger's javatests/dagger/functional/multipackage/ tests to Kotlin sources. by Brad Corso · 1 year, 4 months ago
  26. 5763c1e Refactor subcomponent tests into separate packages and add a BUILD file to each package. by Brad Corso · 1 year, 4 months ago
  27. bfda9a8 Add BUILD files to all subpackages in `javatests/dagger/functional/multipackage/`. by Brad Corso · 1 year, 4 months ago
  28. e2972a7 Migrate Dagger's javatests/dagger/functional/generictypes/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  29. fdda926 Migrate Dagger's javatests/dagger/functional/staticprovides/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  30. 395ad7d Add test coverage for Hilt subcomponents using `@TestInstallIn`. by Brad Corso · 1 year, 5 months ago
  31. ed94d00 Migrate Dagger's javatests/dagger/functional/multibindings/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  32. f5ad2b2 Better error messages for invalid @Multibinds types. by Brad Corso · 1 year, 5 months ago
  33. e9116f0 Add BUILD file to dagger/functional/generictypes/subpackage. by Brad Corso · 1 year, 5 months ago
  34. 9a5a498 Add BUILD file to `javatests/dagger/functional/rawtypes`. by Brad Corso · 1 year, 5 months ago
  35. aba9d71 Migrate Dagger's javatests/dagger/functional/reusable/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  36. da98259 Migrate Dagger's javatests/dagger/functional/scope/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  37. 26aeec4 Fix GitHub Actions "rate limit exceeded" issues. by Brad Corso · 1 year, 5 months ago
  38. bab5b74 Internal changes by Brad Corso · 1 year, 5 months ago
  39. d8d4088 Migrate Dagger's javatests/dagger/functional/assisted/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  40. 0287240 Migrate Dagger's javatests/dagger/functional/modules/ tests to Kotlin sources. by Brad Corso · 1 year, 5 months ago
  41. 4214c29 Add suppress warnings to allow Dagger's generated java sources to reference kotlin internal types. by Brad Corso · 1 year, 5 months ago
  42. 8aa7afe [Cleanup]: Some minor clean-ups to Dagger codegen. by Brad Corso · 1 year, 5 months ago
  43. f50ff84 Fix breakage in Dagger's GitHub Actions. by Brad Corso · 1 year, 5 months ago
  44. b7c0d3e Filter compiler args passed to hiltJavaCompile by Kuan-Ying Chou · 1 year, 5 months ago
  45. 895674d Refactor MembersWithSameNameTest in preparation for kotlin sources. by Brad Corso · 1 year, 5 months ago
  46. 0a43012 Overload HiltViewModelFactory#createInternal by Kuan-Ying Chou · 1 year, 5 months ago
  47. 71053c3 Migrate more functional tests to kotlin sources. by Brad Corso · 1 year, 5 months ago
  48. d05a1e1 Migrate compiler tests to XProcessing. by Brad Corso · 1 year, 5 months ago
  49. 79be36f Add BUILD files to dagger/functional/membersinject/subpackage using the new GenJavaLibrary macro. by Brad Corso · 1 year, 6 months ago
  50. b96bcb4 Replace unnecessary try-catch logic with if-else. by Brad Corso · 1 year, 6 months ago
  51. d6abef0 Remove unused Dagger test sources. by Brad Corso · 1 year, 6 months ago
  52. 09e5daf Improve DaggerSuperficialValidation error messages for methods. by Brad Corso · 1 year, 6 months ago
  53. a935080 Migrate more Dagger functional tests to use kotlin sources. by Brad Corso · 1 year, 6 months ago
  54. e8fb3bf Modify Dagger's GenJavaTests to allow for sources to be built in separate build units. by Brad Corso · 1 year, 6 months ago
  55. 4eb111d Upgrade to Bazel 5.3.2. by Eric Chang · 1 year, 6 months ago
  56. b887029 [Refactor] Merge javacopts, lib_javacopts, and test_javacopts for GenJavaTests. by Brad Corso · 1 year, 6 months ago
  57. 159d50f Internal changes. by Eric Chang · 1 year, 6 months ago
  58. 4d5173b Migrate Dagger's factory tests to Kotlin sources. by Brad Corso · 1 year, 6 months ago
  59. d1deb85 Migrate Dagger's basic tests to Kotlin sources. by Brad Corso · 1 year, 6 months ago
  60. f7319ec Migrate more Dagger tests to use kotlin source. by Brad Corso · 1 year, 6 months ago
  61. b73e5a1 Add more Kotlin tests for Dagger. by Brad Corso · 1 year, 6 months ago
  62. e31f707 Move Dagger's functional tests into separate subdirectories. by Brad Corso · 1 year, 6 months ago
  63. 4d5970f [automerger skipped] Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 79d3fe39cf -s ours am: 2e72274217 -s ours by Lucas Silva · 1 year, 6 months ago
  64. 2e72274 [automerger skipped] Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 79d3fe39cf -s ours by Lucas Silva · 1 year, 6 months ago android-u-beta-1-gpl
  65. 72c915d [automerger skipped] Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 1fb6b75c8c am: ab14860d14 am: 36c29b7d55 -s ours by Lucas Silva · 1 year, 6 months ago
  66. 36c29b7 Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 1fb6b75c8c am: ab14860d14 by Lucas Silva · 1 year, 6 months ago
  67. ab14860 Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 1fb6b75c8c by Lucas Silva · 1 year, 6 months ago main-16k-with-phones
  68. cf6535d Internal change by Liam Miller-Cushon · 1 year, 6 months ago
  69. 1fb6b75 Add @TestInstallIn and @UninstallModules to hilt_android_testing by Lucas Silva · 1 year, 6 months ago
  70. 79d3fe3 Add @TestInstallIn and @UninstallModules to hilt_android_testing by Lucas Silva · 1 year, 6 months ago android13-qpr3-c-s1-release android13-qpr3-c-s10-release android13-qpr3-c-s11-release android13-qpr3-c-s12-release android13-qpr3-c-s2-release android13-qpr3-c-s3-release android13-qpr3-c-s4-release android13-qpr3-c-s5-release android13-qpr3-c-s6-release android13-qpr3-c-s7-release android13-qpr3-c-s8-release android-13.0.0_r58 android-13.0.0_r59 android-13.0.0_r60 android-13.0.0_r64 android-13.0.0_r65 android-13.0.0_r66 android-13.0.0_r72 android-13.0.0_r73 android-13.0.0_r74 android-13.0.0_r80 android-13.0.0_r81 android-13.0.0_r82
  71. 6266c04 Add @TestInstallIn and @UninstallModules to hilt_android_testing by Lucas Silva · 1 year, 6 months ago
  72. 64ceb4e Add kotlin source tests. by Brad Corso · 1 year, 6 months ago
  73. 6e8000b Use XMethodElement#getJvmName() explicitly in places where we call the method. by Brad Corso · 1 year, 6 months ago
  74. 2669a49 Update Dagger's XProcessing jars. by Brad Corso · 1 year, 6 months ago
  75. 01447ab Add platform apex to hilt_android by Lucas Silva · 1 year, 6 months ago
  76. 9517601 Fix typo in Hilt error message. by Brad Corso · 1 year, 6 months ago
  77. ffaa7a6 Improve Error message when @HiltAndroidApp is not used in an app module by Kuan-Ying Chou · 1 year, 6 months ago
  78. e6dcc59 Fix MapKey logic to handle KClass annotation types found when processing in KSP. by Brad Corso · 1 year, 6 months ago
  79. 05b4ecc Update Dagger's XProcessing jars. by Brad Corso · 1 year, 6 months ago
  80. ccf66a1 Internal-only change to BUILD files by wcn · 1 year, 7 months ago
  81. aa1c339 Internal changes by Brad Corso · 1 year, 7 months ago
  82. 5b5fcc8 Fix "file order is different" in AggregateDepsTask by Kuan-Ying Chou · 1 year, 7 months ago
  83. d5e22d5 Check Hilt Gradle Plugin artifact content by Kuan-Ying Chou · 1 year, 7 months ago
  84. dc91024 Update Dagger yml and README with new latest version number. by Brad Corso · 1 year, 7 months ago
  85. 94118a2 Shade `androidx.room.compiler` dependencies in Dagger. by Brad Corso · 1 year, 7 months ago
  86. 633059f Fix GitHub Actions deprecation warnings. by Brad Corso · 1 year, 7 months ago
  87. 3019090 Update Dagger yml and README with new latest version number. by Brad Corso · 1 year, 7 months ago
  88. 776f877 Update Dagger's XProcessing jars. by Brad Corso · 1 year, 7 months ago
  89. 127df43 Remove AGP 4.2 from Hilt Gradle Plugin by Kuan-Ying Chou · 1 year, 7 months ago
  90. 81887cc Internal changes by Brad Corso · 1 year, 7 months ago
  91. 1fece08 Add BUILD files to all subdirectories of javatests/dagger/functional packages by Brad Corso · 1 year, 7 months ago
  92. e52f7af Internal changes by Brad Corso · 1 year, 7 months ago
  93. ff66535 Internal changes by Brad Corso · 1 year, 7 months ago
  94. 6866d93 Internal changes by Brad Corso · 1 year, 7 months ago
  95. 72ec3da Upgrade com.google.guava:guava to 30.0-jre in the maven example. by Super-Sky · 1 year, 7 months ago
  96. ae1e4f3 Fix broken member injection for experimental mode. by Wanying Ding · 1 year, 7 months ago
  97. c789478 Internal changes by Brad Corso · 1 year, 7 months ago
  98. c6f5d22 Fix errorprone warnings that should be errors am: bcdb92ea77 am: 3358e324f1 am: 3e41251772 by Cole Faust · 1 year, 7 months ago
  99. 3e41251 Fix errorprone warnings that should be errors am: bcdb92ea77 am: 3358e324f1 by Cole Faust · 1 year, 7 months ago
  100. 3358e32 Fix errorprone warnings that should be errors am: bcdb92ea77 by Cole Faust · 1 year, 7 months ago