- 34193b7 Better error message if reflection fails to suggest adding hilt compiler build dep. by bcorso · 4 years, 6 months ago
- 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
- 4df70d1 Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 6 months ago
- 05cdead Fix error format so that it shows up properly in AndroidStudio. by bcorso · 4 years, 6 months ago
- ff22bfb Add checks to the HiltAndroidRule to validate its usage with the test and application. by bcorso · 4 years, 6 months ago
- 06ef90b Remove auto common shading from Hilt runtime gen rules. by danysantiago · 4 years, 6 months ago
- 02cdf97 Update Hilt README. by erichang · 4 years, 6 months ago
- a6d88b0 Add nullability annotations to a few Hilt public APIs missing it. by danysantiago · 4 years, 6 months ago
- d9350f8 Add the various package-info.java to the release artifacts. by danysantiago · 4 years, 6 months ago
- 01f977b Rollback of previous commit by nielsdb · 4 years, 6 months ago
- 213dbed Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 6 months ago
- 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
- 94609c3 Update QualifierRestrictedToModuleJavaTest to make its TestRoot usage public. by bcorso · 4 years, 6 months ago
- 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
- 9e71c4a migrate deps to reference //third_party/kotlin/kotlinx_metadata_jvm directly by kmb · 4 years, 6 months ago
- 948aeee Fix delayed errors for Android Studio. by bcorso · 4 years, 6 months ago
- 5e370d7 Fix deploy-hilt.sh extra args variable name usage. by danysantiago · 4 years, 6 months ago
- 63c7561 Fix link. by erichang · 4 years, 6 months ago
- da1c582 Fix Kokoro breakage on API 16 instrumentation tests. by bcorso · 4 years, 6 months ago
- 857670f Add tests for ActivityScenarioRule in Hilt. by bcorso · 4 years, 6 months ago
- 0732cab Fix a link to optional inject. by erichang · 4 years, 6 months ago
- cae99d9 Add utility class OptionalInjectCheck to be used with @OptionalInject by danysantiago · 4 years, 6 months ago
- c234089 Add a message about the Gradle Plugin when @AndroidEntryPoint is missing a value. by erichang · 4 years, 6 months ago
- 1be02ea Add package-info.java to all Hilt public packages. by danysantiago · 4 years, 6 months ago
- 4b168e1 Rename @MergedTestApplication to @CustomTestApplication and separate codegen from the RootProcessor. by bcorso · 4 years, 6 months ago
- 5d16f65 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 6 months ago
- e376d40 Error if @UninstallModule includes classes not annotated with @InstallIn. by bcorso · 4 years, 6 months ago
- ac1d485 Add HiltTestApplication by bcorso · 4 years, 6 months ago
- 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
- f4d85c0 Update Travis credentials. by erichang · 4 years, 6 months ago
- cdb7c52 Avoid more usage of non Guava-jre APIs in processor. by danysantiago · 4 years, 6 months ago
- 1caba44 Refactor TestComponentSupplier in Hilt by bcorso · 4 years, 6 months ago
- adb6173 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 6 months ago
- 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 6 months ago
- 9e7b09a Add Hilt to the Maven central deploy script. by danysantiago · 4 years, 6 months ago
- 5d6dc62 Change usages of @GenerateComponents to @HiltAndroidApp. by erichang · 4 years, 6 months ago
- 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
- a087235 Update Travis-CI Maven version to 3.6.3 by danysantiago · 4 years, 6 months ago
- c444712 Enforce @InstallIn in @Module with an option to suppress with @DisableInstallInCheck and dagger.hilt.disableModulesHaveInstallInCheck flag by mahsabadian · 4 years, 6 months ago
- 03bf194 Add a doc comment explaining the generated base class. by erichang · 4 years, 6 months ago
- 48e3624 Update Hilt plugin to transform @HiltAndroidApp annotated classes. by danysantiago · 4 years, 6 months ago
- 8735edc Add @HiltAndroidApp to the Hilt artifact. by erichang · 4 years, 6 months ago
- 11c86ec Update bazel_common containing jarjar fix. by danysantiago · 4 years, 6 months ago
- 03be48c Internal refactor by bcorso · 4 years, 6 months ago
- f6319cc Remove comments on all license declaration. by bcorso · 4 years, 6 months ago
- 09bd02a Add alias_of and optional_inject to hilt artifacts. by bcorso · 4 years, 6 months ago
- fba7076 Add @HiltAndroidApp in preparation for removing @GenerateComponents. No longer support @GenerateComponents with @HiltAndroidTest. by erichang · 4 years, 6 months ago
- a3ce8b2 Restrict @DefineComponent to ensure it always has a parent by mahsabadian · 4 years, 6 months ago
- 477d052 Gracefully parse @kotlin.Metadata produced by Kotlin compiler versions earlier than 1.3. by danysantiago · 4 years, 6 months ago
- 6664a70 Ensure @Module and @EntryPoint cannot be used on the same interface by mahsabadian · 4 years, 7 months ago
- bbdd39d AggregatedDepsProcessorTest in Hilt by mahsabadian · 4 years, 7 months ago
- cc4296c Rename @CustomBaseTestApplication to @MergedTestApplication. by bcorso · 4 years, 7 months ago
- c550127 Roll forward: [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 7 months ago
- 81e44a4 tiny license year change by mahsabadian · 4 years, 7 months ago
- 5fc0e64 Make the Kotlin sample app minSdk 15 so we can test it in older apis. by danysantiago · 4 years, 7 months ago
- b745d7d rename ViewNoFragmentComponent.class to ViewComponent.class by mahsabadian · 4 years, 7 months ago
- 98580bb Add dagger-compiler as a maven dep of hilt-android-compiler. by danysantiago · 4 years, 7 months ago
- 2597f5a Add DaggerKotlinIssuesDetector by Zac Sweers · 4 years, 7 months ago
- 277fbcf Rollback adb091cb due to internal failures by bcorso · 4 years, 7 months ago
- 8f912a0 Transform super call invocations to reference generated superclass. by danysantiago · 4 years, 7 months ago
- 404f2de [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 7 months ago
- 4b1f1dd rename ViewComponent.class to ViewWithFragmentComponent.class by mahsabadian · 4 years, 7 months ago
- ca1caaf Update postfix on generated injectors to avoid naming collisions with nested types. by bcorso · 4 years, 7 months ago
- 25eb812 Configure HiltTransformTestClassesTask to also transform test sources. by danysantiago · 4 years, 7 months ago
- d1cd853 Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAndroidTest. by bcorso · 4 years, 7 months ago
- b714894 Remove unnecessary multidex dependency in hilt example app. by bcorso · 4 years, 7 months ago
- 301fd22 Configure Hilt's Gradle Plugin POM to match Dagger's by danysantiago · 4 years, 7 months ago
- 49c9ced Add HiltTestRule#inject by bcorso · 4 years, 7 months ago
- 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
- db52cfc Enable multiple Hilt emulator tests in Gradle. by bcorso · 4 years, 7 months ago
- bf370cd Add support for JUnit tests with Hilt Plugin by Yigit Boyar · 4 years, 7 months ago
- 01ee5aa Merge HiltRobolectricTestRule and HiltEmulatorTestRule into HiltTestRule. by bcorso · 4 years, 7 months ago
- 67fc859 Enable multiple test cases in gradle instrumentation tests. by bcorso · 4 years, 7 months ago
- abb9c68 Change BindValueProcessor generated modules to reference TestInstanceHolder rather than referencing the generated application. by bcorso · 4 years, 7 months ago
- 2694f75 Roll forward (try 2): Organize Hilt gradle example tests and update to use ActivityScenario. by bcorso · 4 years, 7 months ago
- ca60f0f fixing for comments on 6d09c2d53c1ad3189c5039074ed3f1df5fd53957 by mahsabadian · 4 years, 7 months ago
- 5b4342f Remove guava dep from Hilt runtime and add a presubmit check to prevent backsliding. by bcorso · 4 years, 7 months ago
- 102c472 Move OnComponentReadyRunner into TestApplicationComponentManager. by bcorso · 4 years, 7 months ago
- 6d2a611 Remove Guava dep from Hilt's runtime. by danysantiago · 4 years, 7 months ago
- 6d09c2d Add @BindValue to Hilt by mahsabadian · 4 years, 7 months ago
- 8bab92c Remove passing processor options to kapt as it seems it is not needed. by Zac Sweers · 4 years, 7 months ago
- 9b82ac3 Internal refactoring. by bcorso · 4 years, 7 months ago
- 43d5054 Override getDefaultViewModelFactory in generated Activities and Fragments. by danysantiago · 4 years, 7 months ago
- 75d7655 Update gradle example app tests. by bcorso · 4 years, 7 months ago
- a6d4871 Add an emulator test to Hilt example app by bcorso · 4 years, 7 months ago
- dfffce6 Fix deploy script by ronshapiro · 4 years, 7 months ago
- 8896fe0 Replace Java8 only methods with Dagger internal equivalent. by bcorso · 4 years, 7 months ago
- 25afb66 Refactor logic out of RootGenerator and into RootMetadata. by bcorso · 4 years, 7 months ago
- 6fac964 Skip dependency verification if project is already failing. by danysantiago · 4 years, 7 months ago
- 89ea3dc Spelling fix. by Tomislav Hofman · 4 years, 7 months ago
- a459c6e Update link text to match link. by cpovirk · 4 years, 7 months ago
- 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
- 6377e42 Revert 3fb66db3ed42788b99696109888858ed69a11b47 by bcorso · 4 years, 8 months ago
- 074c782 Rename injectedByHilt to wasInjectedByHilt. by erichang · 4 years, 8 months ago
- 906ed6f Remove application context parameter from OnComponentReadyRunner. by bcorso · 4 years, 8 months ago
- d72612f Remove use of about-to-be-deprecated @BugPattern.providesFix. by ghm · 4 years, 8 months ago
- a0b1434 Rename IgnoreModules -> UninstallModules by bcorso · 4 years, 8 months ago
- 7bc45d1 Avoid Java 8-only guava features by cushon · 4 years, 8 months ago
- d0d2b03 Add initial support for @IgnoreModules by bcorso · 4 years, 8 months ago
- eba54b0 Support package-private modules that include other modules by mahsabadian · 4 years, 8 months ago