this post was submitted on 17 Jun 2023
5 points (69.2% 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
 

When I open links to other communities in the Lemmyverse, they don't open in Jerboa. They open in chrome. As a result, I'm not logged in and can't subscribe or interact. I've found lots of communities this way but it's a hassle to subscribe to them.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Pneuma@lemmy.ca 2 points 1 year ago (1 children)

I was just thinking about this. The issue may be more complicated than it looks.

Currently Jerboa handles the links of only a handful of instances. As Lemmy as a whole grows and more and more instances pop up, it's just unrealistic to have the app handle 50 million server hosts.

Can opening links be something handled internally, at least initially, like maybe checking against the home instance's list of federated servers?

[โ€“] sbv@sh.itjust.works 1 points 1 year ago

Lemmy links have the form https://host/c/name. Sniffing the /c/name would be enough for Jerboa to guess.