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

Jerboa

10298 readers
25 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
you are viewing a single comment's thread
view the rest of the comments
[–] 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.