arxiv-papers-mobile
arxiv-papers-mobile copied to clipboard
Add Sharing Intent to Handle Arxiv Links from Browsers/Other Apps
I like the app so far, despite having limited use. One use case it does not handle yet, and I think would be useful, when sharing a link in another app (such as Android Browser, Chrome, Firefox, et cetera) is to code an intent so that it will take https://arvix.org/* links within reason.
Documentation suggests this requires adding data android:pathPattern
directives to the manifest. I assume code to handle this case would also need to be added. I am willing to attempt this (I have never done React Native before) if you agree this would be useful.