-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Noel. I just discovered your app after getting a new phone and not being able to use PMWP anymore.
Thanks for adding #92. I was missing that from PWMP too.
One other feature that I used all the time was to be able to share a URL to PWMP on Android. This effectively adds the ability for PasswordMaker to appear when you share a URL from your browser.
The URL can then be used to automatically populate "URL or domain" field.
I did a little searching, and found that we'd need to add a few lines to AndroidManifest.xml. See
https://stackoverflow.com/questions/8624315/make-android-app-listen-to-shared-links
Then we'd need to handle that "intent" and use the data to populate the URL field. I must admit I have not spent much time looking at how that would be achieved in your code, as it appears to be a wrapped node app.