this post was submitted on 17 Jun 2023
21 points (92.0% liked)

Jerboa

10279 readers
1 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.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (2 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 4 points 1 year ago

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

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

It gets even trickier when you remember that other federated instances might be mastodon or peertube or Misskey or kbin, etc.

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

This, for me, is one of the most frustrating parts of using Jerboa.

My instance (programming.dev) isn't evem on the built-in list.

What about using a "lemmy:" schema?