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.

  • Ephera
    link
    English
    3
    edit-2
    2 months ago

    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…