Andreas Rossbacher
Andreas Rossbacher
> FYI this is what we do in room: > https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:room/compiler-processing-testing/src/main/java/androidx/room/compiler/processing/util/Source.kt;l=1?q=Source.kt&sq=&ss=androidx%2Fplatform%2Fframeworks%2Fsupport > > For java, it expects a qualified name and content; > For kotlin, it expects a file name...
The situation of what to do when a user is logged out (and opens a deeplink) has nothing to do with this lib, as it would be the same if...
You did not provide an example but I'm guessing you are using non compile time constants in the annotations. e.g. ``` String deeplink = new String("http://www.example.com/") @DeepLink(deeplink) ... ``` will...
@NStreet8579 Which version are you using?
@RavioliWonton did you take a look at the work we are currently doing with adding the concept of DeepLinkHandlers? I think this could work if you just write an AndroidX...
Looks like a perfectly fine opportunity to contribute to me. ;-)
I'd debug if there is anything funky in the intent that is getting processed here. From the code it looks like the a simple `.getExtras()` call on the incoming intent...
So you are saying it is finding [baseurl]://host/bla/bla/more_than but not [baseurl]://host/bla/bla/more_than/blabla1 ? Is that correct? Any way you can write a small demo app that repos this case?
Can you give examples of what isn't working anymore?
@holgerbrandl I agree with the reasoning that this is not going to be a replacement for gradle, but I think you can agree that it is a great tool to...