this post was submitted on 23 Feb 2024
78 points (94.3% liked)

Jerboa

10133 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
all 19 comments
sorted by: hot top controversial new old
[–] THE_MASTERMIND 21 points 6 months ago* (last edited 6 months ago) (1 children)

Development of jerboa seems more fast now what gives ? i am not complaining i love it . Anyway excellant job as always.

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

I just have more time to work on it lately. No probs.

[–] PlexSheep@feddit.de 15 points 6 months ago

Thank you for the good work, you're making the fediverse a better place.

[–] Fake4000@lemmy.world 9 points 6 months ago (2 children)

Thank you @dessalines@lemmy.ml for the update.

I noticed one thing, scrolling has been improved drastically and it has become very smooth.

What was updated that made it buttery smooth?

[–] testAccount@lemmy.one 6 points 6 months ago* (last edited 6 months ago) (1 children)

The biggest performance changes should be from 0.0.56

Due to a compound of factors:

Those factors lead to that we do a lot less recompositions now. Which means that that each frame we do less calculations, "keep the same UI element as before", it is smarter at about detecting elements that stayed the same and should not be recalculated. So each frame is cheaper and it can do thus more per second

In 0.0.60 I have updated the baseline profiles (It ships the app with AOT bindings, instead of which you would get after a week from release on the playstore)

Google does some amazing work, it just takes them a long time. Once this patch lands we should see more optimizations https://issuetracker.google.com/issues/241154852

I also recommend list/small card view, if you prefer the feed to not jump due to images loading in. At some point i'll refactor some infra so that I can Image and post preload feature out. So that it should be able to instantly load those images. But that is quite deep in the backlog.

[–] Fake4000@lemmy.world 7 points 6 months ago

Absolutely appreciate all these details. Thank you so much for the detailed reply. Love it.

[–] THE_MASTERMIND 2 points 6 months ago (1 children)

Not dessalines but i think it was .57 or .59

[–] Fake4000@lemmy.world 1 points 6 months ago (1 children)

Would you know what happened that made it smooth?

It was a complaint I had about jerboa.

[–] THE_MASTERMIND 2 points 6 months ago

No but my guess is they fixed some bugs that caused it to ? Or fixed the issue seperately ? Anyways i don't think it is addressed in github release notes

[–] Catfish@lemmygrad.ml 9 points 6 months ago (1 children)
[–] THE_MASTERMIND 7 points 6 months ago

Its all W and no L for jerboa users

[–] Asudox@lemmy.world 5 points 6 months ago* (last edited 6 months ago)

Thanks. Though I'd say keep the shield icon to indicate an user is a mod and highlight the background of the comment with color to distinguish them instead. Maybe add a M letter in the shield icon for mods and an A letter for admins.

[–] rottenwheel@monero.town 4 points 6 months ago* (last edited 6 months ago) (1 children)

@Dessalines@lemmy.ml is it me or the font size of about, posts and comments tabs in the profile section is considerably smaller than in previous versions? Almost can't see it, lol.

Edit: applies to tabs across the board, in messages too. Just too small.

[–] dessalines@lemmy.ml 2 points 6 months ago

hrm yep those need to be fixed. Open up an issue for that on the jerboa github if you would.

[–] DavidGarcia@feddit.nl 3 points 6 months ago (2 children)

can we get link thumbnails be displayed like normal images? that would be cool

[–] testAccount@lemmy.one 4 points 6 months ago (1 children)

You mean in card view that it would fully show like a normal image. Hmm, the problem is that most link thumbnails aren't really relevant to the post, for example this post it would show an image of the release page. Which isn't really that relevant as we just want to link to the actual release notes.

[–] dessalines@lemmy.ml 4 points 6 months ago

I agree with this.

[–] testAccount@lemmy.one 2 points 6 months ago

What is the actual usecase? Do you want to see the link images in the imageviewer? Cuz i could probably add a option on long click that it would allow you to see the image in the image viewer?