transfuse icon indicating copy to clipboard operation
transfuse copied to clipboard

:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android

Results 30 transfuse issues
Sort by recently updated
recently updated
newest added

Android libraries use `R` classes without `public static final` (http://tools.android.com/tips/non-constant-fields): ``` java public final class R { public static final class anim { public static int abc_fade_in=0x7f040000; public static int...

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

https://github.com/johncarl81/transfuse/blob/a8ee2e9b7263f4c88d93f0f85113a5e99b2a9011/transfuse-core/src/main/java/org/androidtransfuse/gen/FilerSourceCodeWriter.java#L53 This method returns an output stream that writes each byte individually, which makes builds very slow. This Javac bug exists all the way up to JDK 15. The [FilerOutputStream](https://github.com/AdoptOpenJDK/openjdk-jdk15u/blob/master/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacFiler.java#L261)...

Android began limiting the types of intent actions that can be invoked from a background service. Implicit Intent Actions (such as `ACTION_POWER_CONNECTED`) cannot be registered within the AndroidManifest.xml file. You...

Are you going to support Kotlin ?

Add the parentActivity to the Activity annotation and specify it in the manifest.

I am finding myself qualifying my usage of android.view.View all over the place... would you consider adding a new @TView or @ViewRef or something that doesn't conflict so frequently? This...