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

Jerboa

10135 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
 

I have been playing around with the Jerboa UI to make it a bit more usable for my style.

Since I would call some of these UI adjustments significant to the original design and I have used a couple different libraries I don't think I should create a pull request for them but I might need to see.

  • Changed the theme to an amoled dark style.
  • Fixed the weird font scalings for comments.
    The comment (markdown) text fields were set to scale to x1.3. I am sure this was probably to fix something somewhere but it made the comments way to big for me and restoring it caused no ill effects from what I can tell on my phone.
  • Fixed the flash bang transitions. Optimized for the dark theme.
  • Activity transitions changed for proof of concept but work pretty well so far for my style.
  • Comment cards made significantly more compact.
  • Comment toolbar (voting options) are now hidden as they take too much space for my liking. Clicking the comment shows/hides the toolbar.
  • Collapsing comment chains now collapses smaller with a better indication of being collapsed.

I am sure there are other items I adjusted as well and there is always more to do, although I figured I would put this out there and see what the feedback is like.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 1 year ago (1 children)

By chance could you do a pr to fix issue #175?

[โ€“] [email protected] 5 points 1 year ago

I can see these items in the code however how do you read them? (I know they are for visually impaired but never needed to use them before)

These may also be put on the back burner as they most likely need to be multilingual.