-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get a query parameter that contains the brackets #59
Conversation
f7b0ca3
to
2fec5d8
Compare
I think we can probably fix this by using |
@felipecsl Please confirm |
Nice! Looking great, thanks @mapyo |
6ed0a92
to
eb67225
Compare
@felipecsl |
Get a query parameter that contains the brackets
Perfect. Thanks a lot! |
😄 |
@felipecsl |
@mapyo we don't have a specific date yet, but I believe 1.5.0 should be out sometime later this month. |
Thank you! |
Thank you for this great library!
I could not get a query parameter that contains the brackets.
For example,
marsh[max]
is null.The reason for this, please refer to the following.
https://github.com/airbnb/DeepLinkDispatch/blob/759cd16/deeplinkdispatch-processor/src/test/resources/DeepLinkActivity.java#L41
sample
android.net.Uri
package can not get a query parameter that contains the brackets.For this reason, I have sent a pull request.
Thank you.