this post was submitted on 21 Jun 2023
9 points (100.0% liked)

Jerboa

10270 readers
3 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
9
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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 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