this post was submitted on 16 Mar 2022
11 points (100.0% liked)

Jerboa

10299 readers
2 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
 

on android setting...opening links. i find a lot of apps used for the default opening of links. but that list can t be managed and any entries are possivle to be added.

is it a feature that ONLY an app developer can do? i would like to open lemmy links not on default browser but on the app

top 7 comments
sorted by: hot top controversial new old
[–] mp3@lemmy.ml 4 points 2 years ago (1 children)

The app must enumerate which links it should handle at compile time. I guess they could add lemmy.ml, but that will still be an issue if you're using a different instance.

[–] realista87@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

true...but better than nothing

[–] krolden@lemmy.ml 4 points 2 years ago* (last edited 2 years ago)

Lemmur doesnt handle Lemmy links either sadly. I never heard of Jerboa before this post. Is there anything it handles better than lemmur? Might give it a try

[–] dessalines@lemmy.ml 3 points 2 years ago (1 children)

Could you open an issue for this on the github? It might be possible for at least a few more popular instances.

[–] ksynwa@lemmy.ml 3 points 2 years ago (1 children)

With newpipe I have noticed that it can also take links to invidious and piped instances. I don't know if this is hardcoded or done using a regex like .*/watch=.* or whatever