this post was submitted on 05 Jun 2023
10 points (100.0% liked)

Jerboa

10270 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
 

Is there a way to do this? Currently, clicking a link (from a comment, as an example) to a community using !community@instance or instance/c/community opens a browser window to that community as opposed to loading in the app. Thanks in advance, and sorry if it's been asked and answered somewhere before.

you are viewing a single comment's thread
view the rest of the comments
[–] PeterPoopshit@lemmy.ml 3 points 1 year ago* (last edited 1 year ago) (1 children)

I have this exact same problem. The android 12 and later managing of urls and apps is a dysfunctional mess right now. You have "verified links" now which means you get zero control over what apps and open which urls. That app called "better open with" is useless because 1) other than the 5 predefined websites, you don't get to make differet apps open different urls. And 2) you can't manually add apps to a list. There's nothing you can do about having Firefox and color notes as you only 2 options. It's fucking bullshit.

[–] OverfedRaccoon@lemmy.one 2 points 1 year ago* (last edited 1 year ago) (1 children)

Oh, so this is more of an Android issue than a Jerboa issue? I didn't realize. That explains it then. Thanks.

[–] Jitnaught@lemmy.ml 4 points 1 year ago (1 children)

From my understanding, it is partly a Jerboa issue.

For the !community@instances links, I believe the links are being parsed automatically, and are getting set as email addresses. Jerboa should be able to recognize those as links to Lemmy as handle them correctly.

For the instance/c/community links, Jerboa isn't really able to detect whether it is a Lemmy instance or just any other website, so they have predefined a few instances to be handled by the app. This is what people are talking about with Android being dumb. You should be able to set custom links (i.e. any Lemmy instance, not just the ones set by Jerboa) to be opened by default by Jerboa, but Android doesn't allow that.

[–] trollblox_@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

When Jerboa parses a instance/c/community link, maybe it could pull from the list of instances and if the url matches it can open in app?

Edit: I meant within comments and posts. I didn't realize you were talking about outside the app.