this post was submitted on 08 Dec 2023
15 points (100.0% liked)

Jerboa

10133 readers
3 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 read posts across all instances I'm signed into so when I switch to an account in another instance I don't see the same things?

top 1 comments
sorted by: hot top controversial new old
[–] testAccount@programming.dev 1 points 8 months ago

Not really, it would also be hard to implement but I don't think its impossible.

Hardest part is the ID of the same post differs between instances and the post might not exist yet either. I'll create a issue for this feature request.