I’m trying to find an android mastodon app that can handle links from outside the app and open them in the app. Tusky is not going to implement this feature request and I haven’t seen anything from the official app nor Fedilab.
It really feels like not being able to open mastodon links in an app is what’s holding me back from using Mastodon more. I don’t always find Mastodon content from within and is like to be able to interact with them more.
There is no easy way to implement it at the app level, because apps have no way of knowing whether any given link is a mastodon link or not
Yeah, you would have to maintain a list of all Mastodon instance domain names, and Google requires this list to be baked in at build time of the app, so updating it requires updating the whole app and there’s no way to dynamically detect that this link is a Mastodon link.
This isn’t to say that it can’t be done, Newpipe does this for Invidious/Piped instances, but yeah, it’s a good bit of work…
it doesn’t report itself as mastodon in the header or something? That would have been useful.
edit: yeah, no. https://github.com/mastodon/mastodon/issues/23939
It can’t query this info externally occasionally…?
No. It must be in the app already. It’s for security reasons.
Maybe some browser extension for like firefox mobile?
What I could theoretically imagine, is that an extension could give it a custom URL scheme, like
mastodon://mastodon.social/v1/...
, and then the various Mastodon apps could register an intent/open handler for that. But yeah, again, quite a bit of effort.Alternatively, the apps could offer a secondary Share-action, which tries to open the link instead of creating a post from it…
That’s a good idea
deleted by creator
deleted by creator