1. 7918634 Make Android example build under Travis. by cpovirk · 4 years, 4 months ago
  2. b181de5 Fix links on Dagger README by bcorso · 4 years, 4 months ago
  3. 4c6ba31 Delete GenerateComponents since it's no longer used. by bcorso · 4 years, 4 months ago
  4. 9abaff3 Remove reference that our forthcoming Copybara config doesn't like. by cpovirk · 4 years, 4 months ago
  5. 5ed8544 Add back maven example and add build to Travis by bcorso · 4 years, 4 months ago
  6. 2c8d0d1 Fix build issues. by bcorso · 4 years, 4 months ago
  7. a59b208 Remove the maven compile from travis. by bcorso · 4 years, 4 months ago
  8. 9494f40 Add Bazel example using new macros. by bcorso · 4 years, 4 months ago
  9. 22b1ec6 Prepare Dagger sources for Copybara. by cpovirk · 4 years, 4 months ago
  10. 51c9a1d Add macros for Dagger users to easily import Dagger targets. by bcorso · 4 years, 4 months ago
  11. 5d63fcf Shuffling from internal-only change. by jachor · 4 years, 4 months ago
  12. 9edb69e Replace switch on size() == 0 with an isEmtpy() call. by erichang · 4 years, 4 months ago
  13. 8f60fc8 Fix MissingOverride warning flagged by error prone by David Ostrovsky · 4 years, 4 months ago
  14. 85f285c Add minSdkVersion to Lint AndroidManifest.xml by danysantiago · 4 years, 4 months ago
  15. 4e1b116 Switch deploy-dagger.sh to use the lint-artifact-src.jar created by maven.bzl. by erichang · 4 years, 4 months ago
  16. c1ddd0c Update Hilt Gradle plugin to publish sources and javadoc jars. by danysantiago · 4 years, 4 months ago
  17. 65be940 Add the <parent> and <scm><tag> to the Hilt Gradle plugin POM by danysantiago · 4 years, 4 months ago
  18. 194fbce Add javadoc and java srcs jars for Hilt android compiler and Dagger lint. by erichang · 4 years, 4 months ago
  19. 41b0b92 internal refactor by bcorso · 4 years, 4 months ago
  20. 3a169af internal refactor by bcorso · 4 years, 4 months ago
  21. 79cabea Update error message when app is not Hilt injected. by danysantiago · 4 years, 4 months ago
  22. 9fff4bf Move tests to sharedTest and configure to run with both test and androidTest by bcorso · 4 years, 4 months ago
  23. 34193b7 Better error message if reflection fails to suggest adding hilt compiler build dep. by bcorso · 4 years, 4 months ago
  24. e1f4243 Add try-finally around MarkThatRulesRanRule's evaluate() to ensure we clear state even if there's a failure. by bcorso · 4 years, 4 months ago
  25. 4df70d1 Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 4 months ago
  26. 05cdead Fix error format so that it shows up properly in AndroidStudio. by bcorso · 4 years, 4 months ago
  27. ff22bfb Add checks to the HiltAndroidRule to validate its usage with the test and application. by bcorso · 4 years, 4 months ago
  28. 06ef90b Remove auto common shading from Hilt runtime gen rules. by danysantiago · 4 years, 5 months ago
  29. 02cdf97 Update Hilt README. by erichang · 4 years, 5 months ago
  30. a6d88b0 Add nullability annotations to a few Hilt public APIs missing it. by danysantiago · 4 years, 5 months ago
  31. d9350f8 Add the various package-info.java to the release artifacts. by danysantiago · 4 years, 5 months ago
  32. 01f977b Rollback of previous commit by nielsdb · 4 years, 5 months ago
  33. 213dbed Adding no-arg non-static modules to Hilt tests automatically by mahsabadian · 4 years, 5 months ago
  34. 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, 5 months ago
  35. 94609c3 Update QualifierRestrictedToModuleJavaTest to make its TestRoot usage public. by bcorso · 4 years, 5 months ago
  36. ecd9e8f Add validation to @CustomTestApplication to check base applications don't use injection and don't use @HiltAndroidApp. by bcorso · 4 years, 5 months ago
  37. 9e71c4a migrate deps to reference //third_party/kotlin/kotlinx_metadata_jvm directly by kmb · 4 years, 5 months ago
  38. 948aeee Fix delayed errors for Android Studio. by bcorso · 4 years, 5 months ago
  39. 5e370d7 Fix deploy-hilt.sh extra args variable name usage. by danysantiago · 4 years, 5 months ago
  40. 63c7561 Fix link. by erichang · 4 years, 5 months ago
  41. da1c582 Fix Kokoro breakage on API 16 instrumentation tests. by bcorso · 4 years, 5 months ago
  42. 857670f Add tests for ActivityScenarioRule in Hilt. by bcorso · 4 years, 5 months ago
  43. 0732cab Fix a link to optional inject. by erichang · 4 years, 5 months ago
  44. cae99d9 Add utility class OptionalInjectCheck to be used with @OptionalInject by danysantiago · 4 years, 5 months ago
  45. c234089 Add a message about the Gradle Plugin when @AndroidEntryPoint is missing a value. by erichang · 4 years, 5 months ago
  46. 1be02ea Add package-info.java to all Hilt public packages. by danysantiago · 4 years, 5 months ago
  47. 4b168e1 Rename @MergedTestApplication to @CustomTestApplication and separate codegen from the RootProcessor. by bcorso · 4 years, 5 months ago
  48. 5d16f65 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 5 months ago
  49. e376d40 Error if @UninstallModule includes classes not annotated with @InstallIn. by bcorso · 4 years, 5 months ago
  50. ac1d485 Add HiltTestApplication by bcorso · 4 years, 5 months ago
  51. 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, 5 months ago
  52. f4d85c0 Update Travis credentials. by erichang · 4 years, 5 months ago
  53. cdb7c52 Avoid more usage of non Guava-jre APIs in processor. by danysantiago · 4 years, 5 months ago
  54. 1caba44 Refactor TestComponentSupplier in Hilt by bcorso · 4 years, 5 months ago
  55. adb6173 Remove @GenerateComponents in favor of @HiltAndroidApp. by erichang · 4 years, 5 months ago
  56. 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 5 months ago
  57. 9e7b09a Add Hilt to the Maven central deploy script. by danysantiago · 4 years, 5 months ago
  58. 5d6dc62 Change usages of @GenerateComponents to @HiltAndroidApp. by erichang · 4 years, 5 months ago
  59. 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, 5 months ago
  60. a087235 Update Travis-CI Maven version to 3.6.3 by danysantiago · 4 years, 5 months ago
  61. c444712 Enforce @InstallIn in @Module with an option to suppress with @DisableInstallInCheck and dagger.hilt.disableModulesHaveInstallInCheck flag by mahsabadian · 4 years, 5 months ago
  62. 03bf194 Add a doc comment explaining the generated base class. by erichang · 4 years, 5 months ago
  63. 48e3624 Update Hilt plugin to transform @HiltAndroidApp annotated classes. by danysantiago · 4 years, 5 months ago
  64. 8735edc Add @HiltAndroidApp to the Hilt artifact. by erichang · 4 years, 5 months ago
  65. 11c86ec Update bazel_common containing jarjar fix. by danysantiago · 4 years, 5 months ago
  66. 03be48c Internal refactor by bcorso · 4 years, 5 months ago
  67. f6319cc Remove comments on all license declaration. by bcorso · 4 years, 5 months ago
  68. 09bd02a Add alias_of and optional_inject to hilt artifacts. by bcorso · 4 years, 5 months ago
  69. fba7076 Add @HiltAndroidApp in preparation for removing @GenerateComponents. No longer support @GenerateComponents with @HiltAndroidTest. by erichang · 4 years, 5 months ago
  70. a3ce8b2 Restrict @DefineComponent to ensure it always has a parent by mahsabadian · 4 years, 5 months ago
  71. 477d052 Gracefully parse @kotlin.Metadata produced by Kotlin compiler versions earlier than 1.3. by danysantiago · 4 years, 5 months ago
  72. 6664a70 Ensure @Module and @EntryPoint cannot be used on the same interface by mahsabadian · 4 years, 5 months ago
  73. bbdd39d AggregatedDepsProcessorTest in Hilt by mahsabadian · 4 years, 5 months ago
  74. cc4296c Rename @CustomBaseTestApplication to @MergedTestApplication. by bcorso · 4 years, 5 months ago
  75. c550127 Roll forward: [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 5 months ago
  76. 81e44a4 tiny license year change by mahsabadian · 4 years, 5 months ago
  77. 5fc0e64 Make the Kotlin sample app minSdk 15 so we can test it in older apis. by danysantiago · 4 years, 5 months ago
  78. b745d7d rename ViewNoFragmentComponent.class to ViewComponent.class by mahsabadian · 4 years, 5 months ago
  79. 98580bb Add dagger-compiler as a maven dep of hilt-android-compiler. by danysantiago · 4 years, 5 months ago
  80. 2597f5a Add DaggerKotlinIssuesDetector by Zac Sweers · 4 years, 5 months ago
  81. 277fbcf Rollback adb091cb due to internal failures by bcorso · 4 years, 5 months ago
  82. 8f912a0 Transform super call invocations to reference generated superclass. by danysantiago · 4 years, 5 months ago
  83. 404f2de [Hilt Refactor]: Merge root testing classes into processor/internal/root by bcorso · 4 years, 5 months ago
  84. 4b1f1dd rename ViewComponent.class to ViewWithFragmentComponent.class by mahsabadian · 4 years, 5 months ago
  85. ca1caaf Update postfix on generated injectors to avoid naming collisions with nested types. by bcorso · 4 years, 5 months ago
  86. 25eb812 Configure HiltTransformTestClassesTask to also transform test sources. by danysantiago · 4 years, 5 months ago
  87. d1cd853 Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAndroidTest. by bcorso · 4 years, 5 months ago
  88. b714894 Remove unnecessary multidex dependency in hilt example app. by bcorso · 4 years, 5 months ago
  89. 301fd22 Configure Hilt's Gradle Plugin POM to match Dagger's by danysantiago · 4 years, 5 months ago
  90. 49c9ced Add HiltTestRule#inject by bcorso · 4 years, 5 months ago
  91. ec92856 Remove the suffix for errors and make the error tag red and bold to draw attention instead. by erichang · 4 years, 5 months ago
  92. db52cfc Enable multiple Hilt emulator tests in Gradle. by bcorso · 4 years, 5 months ago
  93. bf370cd Add support for JUnit tests with Hilt Plugin by Yigit Boyar · 4 years, 5 months ago
  94. 01ee5aa Merge HiltRobolectricTestRule and HiltEmulatorTestRule into HiltTestRule. by bcorso · 4 years, 5 months ago
  95. 67fc859 Enable multiple test cases in gradle instrumentation tests. by bcorso · 4 years, 5 months ago
  96. abb9c68 Change BindValueProcessor generated modules to reference TestInstanceHolder rather than referencing the generated application. by bcorso · 4 years, 5 months ago
  97. 2694f75 Roll forward (try 2): Organize Hilt gradle example tests and update to use ActivityScenario. by bcorso · 4 years, 5 months ago
  98. ca60f0f fixing for comments on 6d09c2d53c1ad3189c5039074ed3f1df5fd53957 by mahsabadian · 4 years, 5 months ago
  99. 5b4342f Remove guava dep from Hilt runtime and add a presubmit check to prevent backsliding. by bcorso · 4 years, 5 months ago
  100. 102c472 Move OnComponentReadyRunner into TestApplicationComponentManager. by bcorso · 4 years, 5 months ago