Sign in
android
/
platform
/
external
/
dagger2
/
HEAD
553f131
Revert^2 "UPSTREAM: Update Dagger XProcessing jars."
by Colin Cross
· 5 weeks ago
main
master
51f3124
Revert "Revert "UPSTREAM: Migrate kotlinx-metadata-jvm visitor u..."
by Colin Cross
· 5 weeks ago
dcbf997
Revert^2 "Upgrade dagger2 to dagger-2.45"
by Colin Cross
· 5 weeks ago
e52dd92
Revert "Upgrade dagger2 to dagger-2.45"
by Anvesh Renikindi
· 5 weeks ago
fd7a3b9
Revert "UPSTREAM: Migrate kotlinx-metadata-jvm visitor usages to..."
by Anvesh Renikindi
· 5 weeks ago
df12d72
Revert "UPSTREAM: Update Dagger XProcessing jars."
by Anvesh Renikindi
· 5 weeks ago
207e601
UPSTREAM: Update Dagger XProcessing jars.
by Brad Corso
· 3 months ago
36a7826
UPSTREAM: Migrate kotlinx-metadata-jvm visitor usages to nodes API.
by Daniel Santiago
· 3 months ago
26f7d75
Upgrade dagger2 to dagger-2.45
by Colin Cross
· 2 months ago
47abf56
Includes invalid annotation name in debug message with KSP.
by Wanying Ding
· 4 months ago
f347c8a
Fix Java code containing illegal extra semicolons in import lists
by Liam Miller-Cushon
· 4 months ago
027b02c
Clean-up: Remove unused methods and references to JavaFileObject.
by Brad Corso
· 4 months ago
fae46c7
Fix an issue where a scoped @Binds used in a cycle would cause an NPE on component creation.
by Eric Chang
· 4 months ago
85a2cb2
Migrate Dagger's javatests/dagger/functional/nullables/ tests to Kotlin sources.
by Brad Corso
· 4 months ago
9c1fd05
Cleanup dagger/functional/nullables tests.
by Brad Corso
· 4 months ago
757d709
Add better error message for `@Module`-annotated Kotlin `object` with invalid instance methods inherited from superclass.
by Brad Corso
· 4 months ago
ebf8e9e
Cleanup: Move dagger.android validation into its own method in ModuleValidator.
by Brad Corso
· 4 months ago
6a1e5bd
[Clean-up]: Use multiline strings in hasErrorContaining(String).
by Brad Corso
· 4 months ago
363f1c3
Add concrete implementations for DiagnosticReporter methods that just delegate to other methods.
by Brad Corso
· 4 months ago
00d84ba
Refactored `MissingBindingValidator` to make it rerun with full binding graph when detected missing binding on pruned graph.
by Wanying Ding
· 4 months ago
1ebc957
Internal Changes
by Brad Corso
· 4 months ago
e182a57
Migrate Dagger's javatests/dagger/functional/subcomponent/ tests to Kotlin sources.
by Brad Corso
· 4 months ago
e6b3e26
Migrate Dagger's javatests/dagger/functional/subcomponent/hiding tests to Kotlin sources.
by Brad Corso
· 4 months ago
0d497bc
Migrate Dagger's javatests/dagger/functional/subcomponent/module tests to Kotlin sources.
by Brad Corso
· 4 months ago
52dd193
Migrate Dagger's javatests/dagger/functional/subcomponent/multibindings tests to Kotlin sources.
by Brad Corso
· 4 months ago
883100f
Migrate Dagger's javatests/dagger/functional/subcomponent/pruning tests to Kotlin sources.
by Brad Corso
· 4 months ago
136a465
Migrate Dagger's javatests/dagger/functional/subcomponent/repeat tests to Kotlin sources.
by Brad Corso
· 4 months ago
bd9a25e
Support revisit full binding graph from validation plugins.
by Wanying Ding
· 4 months ago
9ca1213
Add test for declaration-site variance usages.
by Brad Corso
· 4 months ago
ebe90f2
Migrate Dagger's javatests/dagger/functional/multipackage/ tests to Kotlin sources.
by Brad Corso
· 4 months ago
5763c1e
Refactor subcomponent tests into separate packages and add a BUILD file to each package.
by Brad Corso
· 4 months ago
bfda9a8
Add BUILD files to all subpackages in `javatests/dagger/functional/multipackage/`.
by Brad Corso
· 4 months ago
e2972a7
Migrate Dagger's javatests/dagger/functional/generictypes/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
fdda926
Migrate Dagger's javatests/dagger/functional/staticprovides/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
395ad7d
Add test coverage for Hilt subcomponents using `@TestInstallIn`.
by Brad Corso
· 5 months ago
ed94d00
Migrate Dagger's javatests/dagger/functional/multibindings/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
f5ad2b2
Better error messages for invalid @Multibinds types.
by Brad Corso
· 5 months ago
e9116f0
Add BUILD file to dagger/functional/generictypes/subpackage.
by Brad Corso
· 5 months ago
9a5a498
Add BUILD file to `javatests/dagger/functional/rawtypes`.
by Brad Corso
· 5 months ago
aba9d71
Migrate Dagger's javatests/dagger/functional/reusable/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
da98259
Migrate Dagger's javatests/dagger/functional/scope/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
26aeec4
Fix GitHub Actions "rate limit exceeded" issues.
by Brad Corso
· 5 months ago
bab5b74
Internal changes
by Brad Corso
· 5 months ago
d8d4088
Migrate Dagger's javatests/dagger/functional/assisted/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
0287240
Migrate Dagger's javatests/dagger/functional/modules/ tests to Kotlin sources.
by Brad Corso
· 5 months ago
4214c29
Add suppress warnings to allow Dagger's generated java sources to reference kotlin internal types.
by Brad Corso
· 5 months ago
8aa7afe
[Cleanup]: Some minor clean-ups to Dagger codegen.
by Brad Corso
· 5 months ago
f50ff84
Fix breakage in Dagger's GitHub Actions.
by Brad Corso
· 5 months ago
b7c0d3e
Filter compiler args passed to hiltJavaCompile
by Kuan-Ying Chou
· 5 months ago
895674d
Refactor MembersWithSameNameTest in preparation for kotlin sources.
by Brad Corso
· 5 months ago
0a43012
Overload HiltViewModelFactory#createInternal
by Kuan-Ying Chou
· 5 months ago
71053c3
Migrate more functional tests to kotlin sources.
by Brad Corso
· 5 months ago
d05a1e1
Migrate compiler tests to XProcessing.
by Brad Corso
· 5 months ago
79be36f
Add BUILD files to dagger/functional/membersinject/subpackage using the new GenJavaLibrary macro.
by Brad Corso
· 6 months ago
b96bcb4
Replace unnecessary try-catch logic with if-else.
by Brad Corso
· 6 months ago
d6abef0
Remove unused Dagger test sources.
by Brad Corso
· 6 months ago
09e5daf
Improve DaggerSuperficialValidation error messages for methods.
by Brad Corso
· 6 months ago
a935080
Migrate more Dagger functional tests to use kotlin sources.
by Brad Corso
· 6 months ago
e8fb3bf
Modify Dagger's GenJavaTests to allow for sources to be built in separate build units.
by Brad Corso
· 6 months ago
4eb111d
Upgrade to Bazel 5.3.2.
by Eric Chang
· 6 months ago
b887029
[Refactor] Merge javacopts, lib_javacopts, and test_javacopts for GenJavaTests.
by Brad Corso
· 6 months ago
159d50f
Internal changes.
by Eric Chang
· 6 months ago
4d5173b
Migrate Dagger's factory tests to Kotlin sources.
by Brad Corso
· 6 months ago
d1deb85
Migrate Dagger's basic tests to Kotlin sources.
by Brad Corso
· 6 months ago
f7319ec
Migrate more Dagger tests to use kotlin source.
by Brad Corso
· 6 months ago
b73e5a1
Add more Kotlin tests for Dagger.
by Brad Corso
· 6 months ago
e31f707
Move Dagger's functional tests into separate subdirectories.
by Brad Corso
· 6 months ago
2e72274
[automerger skipped] Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 79d3fe39cf -s ours
by Lucas Silva
· 6 months ago
android-u-beta-1-gpl
36c29b7
Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 1fb6b75c8c am: ab14860d14
by Lucas Silva
· 6 months ago
ab14860
Add @TestInstallIn and @UninstallModules to hilt_android_testing am: 1fb6b75c8c
by Lucas Silva
· 6 months ago
main-16k-with-phones
cf6535d
Internal change
by Liam Miller-Cushon
· 6 months ago
1fb6b75
Add @TestInstallIn and @UninstallModules to hilt_android_testing
by Lucas Silva
· 6 months ago
79d3fe3
Add @TestInstallIn and @UninstallModules to hilt_android_testing
by Lucas Silva
· 6 months ago
64ceb4e
Add kotlin source tests.
by Brad Corso
· 6 months ago
6e8000b
Use XMethodElement#getJvmName() explicitly in places where we call the method.
by Brad Corso
· 6 months ago
2669a49
Update Dagger's XProcessing jars.
by Brad Corso
· 6 months ago
9517601
Fix typo in Hilt error message.
by Brad Corso
· 6 months ago
ffaa7a6
Improve Error message when @HiltAndroidApp is not used in an app module
by Kuan-Ying Chou
· 6 months ago
e6dcc59
Fix MapKey logic to handle KClass annotation types found when processing in KSP.
by Brad Corso
· 6 months ago
05b4ecc
Update Dagger's XProcessing jars.
by Brad Corso
· 6 months ago
ccf66a1
Internal-only change to BUILD files
by wcn
· 6 months ago
aa1c339
Internal changes
by Brad Corso
· 6 months ago
5b5fcc8
Fix "file order is different" in AggregateDepsTask
by Kuan-Ying Chou
· 6 months ago
d5e22d5
Check Hilt Gradle Plugin artifact content
by Kuan-Ying Chou
· 7 months ago
dc91024
Update Dagger yml and README with new latest version number.
by Brad Corso
· 7 months ago
94118a2
Shade `androidx.room.compiler` dependencies in Dagger.
by Brad Corso
· 7 months ago
633059f
Fix GitHub Actions deprecation warnings.
by Brad Corso
· 7 months ago
3019090
Update Dagger yml and README with new latest version number.
by Brad Corso
· 7 months ago
776f877
Update Dagger's XProcessing jars.
by Brad Corso
· 7 months ago
127df43
Remove AGP 4.2 from Hilt Gradle Plugin
by Kuan-Ying Chou
· 7 months ago
81887cc
Internal changes
by Brad Corso
· 7 months ago
1fece08
Add BUILD files to all subdirectories of javatests/dagger/functional packages
by Brad Corso
· 7 months ago
e52f7af
Internal changes
by Brad Corso
· 7 months ago
ff66535
Internal changes
by Brad Corso
· 7 months ago
6866d93
Internal changes
by Brad Corso
· 7 months ago
72ec3da
Upgrade com.google.guava:guava to 30.0-jre in the maven example.
by Super-Sky
· 7 months ago
ae1e4f3
Fix broken member injection for experimental mode.
by Wanying Ding
· 7 months ago
c789478
Internal changes
by Brad Corso
· 7 months ago
3e41251
Fix errorprone warnings that should be errors am: bcdb92ea77 am: 3358e324f1
by Cole Faust
· 7 months ago
3358e32
Fix errorprone warnings that should be errors am: bcdb92ea77
by Cole Faust
· 7 months ago
Next »