this post was submitted on 21 Jun 2023
35 points (97.3% liked)

Jerboa

10135 readers
12 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 2 years ago
MODERATORS
35
Link redirect (lemmy.fmhy.ml)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I wish jebora could detect lemmy and other instances links and give me a redirect to my Accounts instance url.

Example:

I have an account on lemmy.ml and there is a comment with a link to a community on lemmy.world. Currently it opens a Browser window with lemmy.world/c/community.

I want that instead it links me to lemmy.ml/c/[email protected]

And preferably not even leaving jebora

Of course this isn't as easy. Probably you would have to check any link for a possible link to the local instance. Or is there a list of instances so you could check the Domain only?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 1 year ago

Yes, this is the most annoying thing about Jerboa right now. I think something like checking the domain against the list of federated instances would work ok.

I might take a look at this when I have time. I was thinking it could be fun to help with Jerboa dev

[–] [email protected] 4 points 1 year ago

Yeah, that would be nice. Many posts on the New Communities community include 3 different types of link, and i notice the third type tends to consistently crash my Jerboa...

[–] Nallalie 3 points 1 year ago

Agree! Hope they manage to implement this as soon as possible.

[–] wmrch 3 points 1 year ago

There are several user scripts which enable that behaviour in the browser (see https://sh.itjust.works/c/plugins). So it should be doable I guess.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

This is partly coming with the next release (I think, it could be 0.0.35 instead). So things like this will work:

I forget if /c/[email protected] and /u/[email protected] will work, but that would be a pretty easy thing to add in (they'll at least link to https://lemmy.world/c/community and https://lemmy.world/u/user).

But the others you mentioned aren't planned because it would require some guesswork (i.e. how can I know that https://domain/c/community is a lemmy instance? Guess? Or have a list of popular ones? Or do a request before redirecting to a browser?). It's a bit more complicated, but it can certainly be done.

[–] [email protected] 2 points 1 year ago

You'll be happy with the new version then because it supports in app community links.

[–] [email protected] 2 points 1 year ago

I feel your pain but the most obvious problem, is that any link that hasn't federated will lead to a 404.

[–] dukethorion 1 points 1 year ago (1 children)

Open your Android App Settings for Jerboa (not in the app). Go to Open By Default, there are several instances listed you can select and you may be able to add your own.

[–] dukethorion 3 points 1 year ago
load more comments
view more: next ›