1. 34193b7 Better error message if reflection fails to suggest adding hilt compiler build dep. by bcorso · 4 years, 6 months ago
  2. e1f4243 Add try-finally around MarkThatRulesRanRule's evaluate() to ensure we clear state even if there's a failure. by bcorso · 4 years, 6 months ago
  3. 4df70d1 Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 6 months ago
  4. 05cdead Fix error format so that it shows up properly in AndroidStudio. by bcorso · 4 years, 6 months ago
  5. ff22bfb Add checks to the HiltAndroidRule to validate its usage with the test and application. by bcorso · 4 years, 6 months ago
  6. 06ef90b Remove auto common shading from Hilt runtime gen rules. by danysantiago · 4 years, 6 months ago
  7. 02cdf97 Update Hilt README. by erichang · 4 years, 6 months ago
  8. a6d88b0 Add nullability annotations to a few Hilt public APIs missing it. by danysantiago · 4 years, 6 months ago
  9. d9350f8 Add the various package-info.java to the release artifacts. by danysantiago · 4 years, 6 months ago
  10. 01f977b Rollback of previous commit by nielsdb · 4 years, 6 months ago
  11. 213dbed Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 6 months ago
  12. 9557cad Move error message to mostly a suffix. The prefix crowds the actual error in Android Studio, especially because the special formatting characters are not rendered correctly. by erichang · 4 years, 6 months ago
  13. 94609c3 Update QualifierRestrictedToModuleJavaTest to make its TestRoot usage public. by bcorso · 4 years, 6 months ago
  14. ecd9e8f Add validation to @CustomTestApplication to check base applications don't use injection and don't use @HiltAndroidApp. by bcorso · 4 years, 6 months ago
  15. 9e71c4a migrate deps to reference //third_party/kotlin/kotlinx_metadata_jvm directly by kmb · 4 years, 6 months ago
  16. 948aeee Fix delayed errors for Android Studio. by bcorso · 4 years, 6 months ago
  17. 5e370d7 Fix deploy-hilt.sh extra args variable name usage. by danysantiago · 4 years, 6 months ago
  18. 63c7561 Fix link. by erichang · 4 years, 6 months ago
  19. da1c582 Fix Kokoro breakage on API 16 instrumentation tests. by bcorso · 4 years, 6 months ago
  20. 857670f Add tests for ActivityScenarioRule in Hilt. by bcorso · 4 years, 6 months ago
  21. 0732cab Fix a link to optional inject. by erichang · 4 years, 6 months ago
  22. cae99d9 Add utility class OptionalInjectCheck to be used with @OptionalInject by danysantiago · 4 years, 6 months ago
  23. c234089 Add a message about the Gradle Plugin when @AndroidEntryPoint is missing a value. by erichang · 4 years, 6 months ago
  24. 1be02ea Add package-info.java to all Hilt public packages. by danysantiago · 4 years, 6 months ago
  25. 4b168e1 Rename @MergedTestApplication to @CustomTestApplication and separate codegen from the RootProcessor. by bcorso · 4 years, 6 months ago
  26. 5d16f65 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 6 months ago
  27. e376d40 Error if @UninstallModule includes classes not annotated with @InstallIn. by bcorso · 4 years, 6 months ago
  28. ac1d485 Add HiltTestApplication by bcorso · 4 years, 6 months ago
  29. 022acb4 Fix @AndroidEntryPoint error message and also give a more specific error when used with an Application to point to @HiltAndroidApp. by erichang · 4 years, 6 months ago
  30. f4d85c0 Update Travis credentials. by erichang · 4 years, 6 months ago
  31. cdb7c52 Avoid more usage of non Guava-jre APIs in processor. by danysantiago · 4 years, 6 months ago
  32. 1caba44 Refactor TestComponentSupplier in Hilt by bcorso · 4 years, 6 months ago
  33. adb6173 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 6 months ago
  34. 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 6 months ago
  35. 9e7b09a Add Hilt to the Maven central deploy script. by danysantiago · 4 years, 6 months ago
  36. 5d6dc62 Change usages of @GenerateComponents to @HiltAndroidApp. by erichang · 4 years, 6 months ago
  37. aa99568 Constructors and methods with the same name should appear sequentially with no other code in between. Please re-order or re-name methods. by clshepherd · 4 years, 6 months ago
  38. a087235 Update Travis-CI Maven version to 3.6.3 by danysantiago · 4 years, 6 months ago
  39. c444712 Enforce @InstallIn in @Module with an option to suppress with @DisableInstallInCheck and dagger.hilt.disableModulesHaveInstallInCheck flag by mahsabadian · 4 years, 6 months ago
  40. 03bf194 Add a doc comment explaining the generated base class. by erichang · 4 years, 6 months ago
  41. 48e3624 Update Hilt plugin to transform @HiltAndroidApp annotated classes. by danysantiago · 4 years, 6 months ago
  42. 8735edc Add @HiltAndroidApp to the Hilt artifact. by erichang · 4 years, 6 months ago
  43. 11c86ec Update bazel_common containing jarjar fix. by danysantiago · 4 years, 6 months ago
  44. 03be48c Internal refactor by bcorso · 4 years, 6 months ago
  45. f6319cc Remove comments on all license declaration. by bcorso · 4 years, 6 months ago
  46. 09bd02a Add alias_of and optional_inject to hilt artifacts. by bcorso · 4 years, 6 months ago
  47. fba7076 Add @HiltAndroidApp in preparation for removing @GenerateComponents. No longer support @GenerateComponents with @HiltAndroidTest. by erichang · 4 years, 6 months ago
  48. a3ce8b2 Restrict @DefineComponent to ensure it always has a parent by mahsabadian · 4 years, 6 months ago
  49. 477d052 Gracefully parse @kotlin.Metadata produced by Kotlin compiler versions earlier than 1.3. by danysantiago · 4 years, 6 months ago
  50. 6664a70 Ensure @Module and @EntryPoint cannot be used on the same interface by mahsabadian · 4 years, 7 months ago
  51. bbdd39d AggregatedDepsProcessorTest in Hilt by mahsabadian · 4 years, 7 months ago
  52. cc4296c Rename @CustomBaseTestApplication to @MergedTestApplication. by bcorso · 4 years, 7 months ago
  53. c550127 Roll forward: [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 7 months ago
  54. 81e44a4 tiny license year change by mahsabadian · 4 years, 7 months ago
  55. 5fc0e64 Make the Kotlin sample app minSdk 15 so we can test it in older apis. by danysantiago · 4 years, 7 months ago
  56. b745d7d rename ViewNoFragmentComponent.class to ViewComponent.class by mahsabadian · 4 years, 7 months ago
  57. 98580bb Add dagger-compiler as a maven dep of hilt-android-compiler. by danysantiago · 4 years, 7 months ago
  58. 2597f5a Add DaggerKotlinIssuesDetector by Zac Sweers · 4 years, 7 months ago
  59. 277fbcf Rollback adb091cb due to internal failures by bcorso · 4 years, 7 months ago
  60. 8f912a0 Transform super call invocations to reference generated superclass. by danysantiago · 4 years, 7 months ago
  61. 404f2de [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 7 months ago
  62. 4b1f1dd rename ViewComponent.class to ViewWithFragmentComponent.class by mahsabadian · 4 years, 7 months ago
  63. ca1caaf Update postfix on generated injectors to avoid naming collisions with nested types. by bcorso · 4 years, 7 months ago
  64. 25eb812 Configure HiltTransformTestClassesTask to also transform test sources. by danysantiago · 4 years, 7 months ago
  65. d1cd853 Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAndroidTest. by bcorso · 4 years, 7 months ago
  66. b714894 Remove unnecessary multidex dependency in hilt example app. by bcorso · 4 years, 7 months ago
  67. 301fd22 Configure Hilt's Gradle Plugin POM to match Dagger's by danysantiago · 4 years, 7 months ago
  68. 49c9ced Add HiltTestRule#inject by bcorso · 4 years, 7 months ago
  69. ec92856 Remove the suffix for errors and make the error tag red and bold to draw attention instead. by erichang · 4 years, 7 months ago
  70. db52cfc Enable multiple Hilt emulator tests in Gradle. by bcorso · 4 years, 7 months ago
  71. bf370cd Add support for JUnit tests with Hilt Plugin by Yigit Boyar · 4 years, 7 months ago
  72. 01ee5aa Merge HiltRobolectricTestRule and HiltEmulatorTestRule into HiltTestRule. by bcorso · 4 years, 7 months ago
  73. 67fc859 Enable multiple test cases in gradle instrumentation tests. by bcorso · 4 years, 7 months ago
  74. abb9c68 Change BindValueProcessor generated modules to reference TestInstanceHolder rather than referencing the generated application. by bcorso · 4 years, 7 months ago
  75. 2694f75 Roll forward (try 2): Organize Hilt gradle example tests and update to use ActivityScenario. by bcorso · 4 years, 7 months ago
  76. ca60f0f fixing for comments on 6d09c2d53c1ad3189c5039074ed3f1df5fd53957 by mahsabadian · 4 years, 7 months ago
  77. 5b4342f Remove guava dep from Hilt runtime and add a presubmit check to prevent backsliding. by bcorso · 4 years, 7 months ago
  78. 102c472 Move OnComponentReadyRunner into TestApplicationComponentManager. by bcorso · 4 years, 7 months ago
  79. 6d2a611 Remove Guava dep from Hilt's runtime. by danysantiago · 4 years, 7 months ago
  80. 6d09c2d Add @BindValue to Hilt by mahsabadian · 4 years, 7 months ago
  81. 8bab92c Remove passing processor options to kapt as it seems it is not needed. by Zac Sweers · 4 years, 7 months ago
  82. 9b82ac3 Internal refactoring. by bcorso · 4 years, 7 months ago
  83. 43d5054 Override getDefaultViewModelFactory in generated Activities and Fragments. by danysantiago · 4 years, 7 months ago
  84. 75d7655 Update gradle example app tests. by bcorso · 4 years, 7 months ago
  85. a6d4871 Add an emulator test to Hilt example app by bcorso · 4 years, 7 months ago
  86. dfffce6 Fix deploy script by ronshapiro · 4 years, 7 months ago
  87. 8896fe0 Replace Java8 only methods with Dagger internal equivalent. by bcorso · 4 years, 7 months ago
  88. 25afb66 Refactor logic out of RootGenerator and into RootMetadata. by bcorso · 4 years, 7 months ago
  89. 6fac964 Skip dependency verification if project is already failing. by danysantiago · 4 years, 7 months ago
  90. 89ea3dc Spelling fix. by Tomislav Hofman · 4 years, 7 months ago
  91. a459c6e Update link text to match link. by cpovirk · 4 years, 7 months ago
  92. 539bb78 Reorganize dagger docs. This includes adding the jekyll redirect plugin to make sure old dagger.dev links redirect correctly. by erichang · 4 years, 7 months ago
  93. 6377e42 Revert 3fb66db3ed42788b99696109888858ed69a11b47 by bcorso · 4 years, 8 months ago
  94. 074c782 Rename injectedByHilt to wasInjectedByHilt. by erichang · 4 years, 8 months ago
  95. 906ed6f Remove application context parameter from OnComponentReadyRunner. by bcorso · 4 years, 8 months ago
  96. d72612f Remove use of about-to-be-deprecated @BugPattern.providesFix. by ghm · 4 years, 8 months ago
  97. a0b1434 Rename IgnoreModules -> UninstallModules by bcorso · 4 years, 8 months ago
  98. 7bc45d1 Avoid Java 8-only guava features by cushon · 4 years, 8 months ago
  99. d0d2b03 Add initial support for @IgnoreModules by bcorso · 4 years, 8 months ago
  100. eba54b0 Support package-private modules that include other modules by mahsabadian · 4 years, 8 months ago