Entreco
Entreco
I have the same problem, and created a simple repository to mimic my setup. Off course, when trying out this project, make sure you update the domain and packagename of...
I asked the same question on [StackOverflow](https://stackoverflow.com/questions/57340444/instant-app-with-dynamic-features-always-show-disambiguation-dialog-with-1-optio). Until the issue is fixed, the suggested work-around is to: > So yes... I believe I have seen this before, it is some...
Agreed that reflection feels wrong/ awkward. But that's the only work around I have heard so far. Would be nice to get an update about this issue from people working...
I see the disambiguation dialog in my sample project: https://github.com/Entreco/Dynamic-feature-disambiguation Calling `setPackage` does not seem to make a difference (at least with my setup, device and buildtools ): ``` val...
I think the problem is the NestedScrollView, and not the CoordinatorLayout. I'm using this inside a CoordinatorLayout without issues.
Maybe we can create a `Filter.All` type, and if that is present, we use AND? So ``` // Matches on ALL filters filters = listOf( Filter.All, Filter.Name("Example"), Filter.Service(uuidFrom("2001b5ee-9bf6-48da-a6e8-2901865c0435")), } //...
Yeah, I see what you mean. The native filtering options, make my suggestion a bit clumsy to implement. Let me see if I can start to work on this using...
My personal need for this feature has vanished, but i'm happy to review/test/brainstorm any drafts. I'll keep an eye out for updates