-
```
What steps will reproduce the problem?
1. My build was working fine with AndroidAnnotations, Dagger, and a slightly
modified version of CleanAndroidCode project that adds additional entry point
…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
as discussed here: https://github.com/excilys/androidannotations/pull/1234#discussion_r20171189
the name of `@ReceiverAction` annotated methods should not be used as action name.
-
When an Activity uses a `@Bean` that it initializes in a background Thread (afaik, there is no other way to avoid just showing the background until after initialization), the code for initializing the…
-
Hi, I'm getting a LOT of error when I make the project with Android studio, the weird thing is I can find any class XXX_ on the editor, but the compiler show the error with all the generated classes…
-
```
Hello !
Recently, our builds stopped working on Jenkins. Here is the console output :
https://androidannotations.ci.cloudbees.com/job/AndroidAnnotations_CI/26/console
As you can see from the st…
-
This is not a duplicate of issue #510. That one deals with just allowing Dagger and Android Annotations to coexist. This issue is for adding actual code to support dagger injections to the generated s…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
Debugging with Netbeans.
Debbuger connects to process correctly, breakpoint being added, however it
never hits them.
Just found this project and maybe fully don't understand how it works. But my …