airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 407 forks source link

Deeplinks cannot be found in registry classes between 4.1 -> 5.1 #285

Open ghost opened 4 years ago

ghost commented 4 years ago

I'm upgrading my company's DLD version from 4.1 -> 5.1. Based on your documentation all I needed to do was change any instance of the word Loader to Registry

I handle deeplinks by calling deepLinkDelegate.dispatchFrom(activity) and several of my integration tests (and actual implementation) have begun to fail. After doing some debugging I've found that entries in the registry that should match the provided uri are not matched by idxMatch

Narinc commented 4 years ago

is there any solution?

rossbacher commented 4 years ago

Can you give examples of what isn't working anymore?