this post was submitted on 12 Jun 2023
11 points (76.2% liked)

Jerboa

10300 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 hide scores on posts/comments as in the web UI? I peeked the code and the user preference is loaded, it's just the code that displays the scores doesn't seem to check against the user preference.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 0 points 1 year ago (1 children)

Open a github issue, unless there's already one there.

https://github.com/dessalines/jerboa/issues

If you do, I could probably take a swing at it later if you give me a reference to it.

[โ€“] [email protected] -1 points 1 year ago* (last edited 1 year ago)

I don't have a GitHub account, or I would have just made the fix myself. Need a GitHub account to make an issue, or to do a pull request.

Edit to add: From the cursory glance I gave it, it might be enough to have an inline ternary on this line to use an empty string or real score based on user preference. Sorry if that's not enough or the right spot to fix it, I didn't spend too much time looking.