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.

  • wander1236
    link
    English
    19
    edit-2
    2 months ago

    I need to release an update to refresh the supported domains soon, but I made an app that does the work of maintaining the giant list of possible domains and helps you set it as the default for all of them.

    Not every client is supported, but there are a few options.

    https://github.com/zacharee/MastodonRedirect/

    • Otter
      link
      fedilink
      English
      32 months ago

      This is the best way IMO, and it supports a lot of different apps. I use both the Lemmy and Mastodon versions, and they both work nicely

    • @sorghumOP
      link
      English
      12 months ago

      Thanks. This did the trick. Any chance you’ll make Lemmy redirect compatible with Voyager?

      • wander1236
        link
        English
        32 months ago

        Voyager doesn’t have a way to send it links.

  • Ada
    link
    fedilink
    English
    92 months ago

    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

    • Ephera
      link
      fedilink
      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…

  • @[email protected]
    link
    fedilink
    English
    12 months ago

    What are the chances that you come across a link and it goes to your preferred Mastodon instance?

    • @sorghumOP
      link
      English
      2
      edit-2
      2 months ago

      This is my latest example. [email protected] (https://lemm.ee/post/26313185) I ran across this post in Lemmy and basically got tired of trying to find a workaround that involved a bunch of steps to interact with the toot. I just wish Lemmy redirect worked with Voyager.

  • Ephera
    link
    fedilink
    English
    12 months ago

    As has been said, this is not easily possible, but a workaround in Fedilab is to copy the link and paste it into the search bar inside the app. So, not super convenient, but at least you’ll be logged in and can interact with the post. This might also work with the other apps, I’m not sure…

  • grant 🍞
    link
    fedilink
    English
    1
    edit-2
    2 months ago

    Mastodon on iOS adds a button to the URL share sheet to open any url within Mastodon, and if it’s an ActivityPub object, will load the post inside Mastodon

    Does the Android version have something similar?