this post was submitted on 27 Jun 2023
8 points (56.7% 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
 

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

If you downvote any post in jerboa 0.0.35 you actually upvote it. Seems like anything gets merged? If this goes on like this, there could be a lot of trouble

Edit: Thanks to quick reaction seems like a simple an quick fix. I hope that things will be fine in the future

you are viewing a single comment's thread
view the rest of the comments
[–] solrize 2 points 1 year ago (1 children)

If I were a mobile app dev trying to supply a app for Lemmy, I think I would start with RedReader which is a Reddit client, and see if I could retarget it to Lemmy instead of writing a new app from the ground up. It is on F-droid if anyone wants to check it out.

[–] ewe 1 points 1 year ago (1 children)

Just fyi, there are a ton of mobile apps in development right now that are very promising.

  • Connect for Lemmy

  • Thunder

  • Jerboa

  • Sync for Lemmy (not yet realeased dev)

Connect is my go to at the moment. Thunder is really pretty, but not yet there with features. Jerboa is actually lagging behind a bit, but IMO, that's 100% fine. Focus on bots and lemmy itself, not the Android app.

[–] solrize 1 points 1 year ago

Thanks, yeah, I know about the other apps but I think the existing reddit apps that have already had tons of user testing are an underutilized resource. Sync is the exception but it is proprietary. I currently have no way to log into reddit from mobile except through an app, since login from the web view is broken.

I'm not that crazy about Lemmy's web UI either. I have an impulse (but probably not the energy to act on it) to implement an alternative web UI that is more text oriented, so the web view would look like Hacker News.

I do want to start looking at the backend code, to get some exposure for Rust if nothing else.