this post was submitted on 19 Jun 2023
4 points (100.0% 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
 

Id love to unblur nsfw it works in browser but, not on Jerboa

you are viewing a single comment's thread
view the rest of the comments
[–] sockenklaus@lemmy.world 3 points 1 year ago

At the moment blurring is kinda buggy:

It uses a Jetpack Compose function that is only available for Android 12 of newer. On older phones it just gets ignored.

I wrote a fix for older phones that has to be approved by Dessalines.