this post was submitted on 01 Jun 2023
52 points (100.0% liked)

Jerboa

10278 readers
24 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
top 28 comments
sorted by: hot top controversial new old
[–] AnotherOverHeaven@beehaw.org 12 points 1 year ago* (last edited 1 year ago) (1 children)

Ello there, using the android app, it's a god send and reminds me a lot of boost (minus the themes), but I wanted to point out, when someone links to a community, the app doesn't seem to recognize the link and instead wants me to go to my browser to look at the link instead of inside the app, is this something intentional or is it something going to be added in the future?

(Example of what I mean)

Also, I can't edit this setting and I don't get notifications from the app currently.

And finally, the button in the top right doesn't do anything.

Edit: I also got this error when I tried to check a community linked in a sidebar

[–] dessalines@lemmy.ml 10 points 1 year ago (1 children)

Hrm.. open up an issue about the sidebar one.

The internal app linking is a really difficult one, since the lemmy software can be run at any domain, and android requires you to specify your domains explicitly at compile time. All federated apps have this issue with web links.

I had it working at some point with a few of the domains, but I'll probably just disable it, and allow you to paste web links in the search bar.

[–] AnotherOverHeaven@beehaw.org 5 points 1 year ago* (last edited 1 year ago) (2 children)

If I had to vaguely guess what's causing the issue, is a dead or invalid community being linked onto a sidebar, I'd have to find where specifically I found it originally tho

I left a github thing on it

(Also while trying to edit this comment I got two errors.)

[–] amenok@lemmy.ml 3 points 1 year ago

I've been getting these same errors myself

[–] cavemeat@beehaw.org 2 points 1 year ago (1 children)

I've been getting these error too, but they've become less frequent since the servers calmed down.

[–] AnotherOverHeaven@beehaw.org 1 points 1 year ago

Most likely related to that then

[–] thepiguy@lemmy.blahaj.zone 8 points 1 year ago (1 children)

I just downloaded the latest version from Google Play. Looks great so far!

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

I'm currently using the FDroid app store for my install. For more timely updates would you suggest Google Play over FDroid? Or are the about equal?

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

Fdroid, but add the izzyondroid repo for the fastest updates for all my apps.

[–] thepiguy@lemmy.blahaj.zone 2 points 1 year ago

It's working great!

[–] saru@lemmy.ml 7 points 1 year ago (1 children)

Hi, using the Google Play version I'm noticing that comment font size is significantly larger than the base app font size. Is there any way to align these or decouple them to be adjusted separately?

[–] dessalines@lemmy.ml 6 points 1 year ago (1 children)

Unfortunately I'm scaling them together. It has to do with the markdown renderer I'm using, being older and not made to suit jetpack compose very well, but also being the only one that supports images. I have a PR for a different renderer, but it doesn't support images the last time I checked.

[–] XLRV@lemmy.ml 3 points 1 year ago

Ah, I would have liked that too, I hope it can be done later.

[–] cavemeat@beehaw.org 4 points 1 year ago (1 children)

Oh wow, thank you, I love your app

[–] dessalines@lemmy.ml 4 points 1 year ago

Glad you like it!

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

Using the alpha on my tablet it runs pretty chuggy. Better than it was before but still seems to be eating a lot of system resources.

[–] dessalines@lemmy.ml 2 points 1 year ago

Could be a weird issue with one of the dependencies I updated, but it seems fast on my two devices. So it might just be that you need to use it for a few minutes so it "warms up". That strangely is an actual thing with android.

[–] dirtmayor@beehaw.org 4 points 1 year ago (2 children)

New addition to my app wheel! :D (Jerboa at the top)

[–] dessalines@lemmy.ml 3 points 1 year ago
[–] ksynwa@lemmygrad.ml 2 points 1 year ago

Your dog looks a little bit like a fruit bat. Too bad you can't see this.

[–] kinther@lemmy.ml 3 points 1 year ago

I'm using it right now! Thank you kind dev, you've made my day.

[–] tmpod 3 points 1 year ago* (last edited 1 year ago) (1 children)

Another step closer to a great app :)

One of my main gripes with Jerboa is the odd and unnerving white flashing on every page change. What's up with that?

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

Not really sure. I'm not doing any special transitions between screens code-wise, just the standard jetpack compose ones.

[–] tmpod 2 points 1 year ago (1 children)
[–] OofShoot@beehaw.org 2 points 1 year ago (1 children)

It didn't occur to me that this might be a bug. Seems more like a way to indicate that the app is loading something from the internet. In fact, when it doesn't do that it feels strange to me, like when refreshing your inbox.

[–] tmpod 2 points 1 year ago

I believe a spinner is more common for that (and I fact, is used somewhere else on the app).
In reality, I think the transitions are so fast in a lot of cases because all the data is already fetched (at least partially) so it doesn't even hit the server. Not sure though.

load more comments
view more: next ›