Jerboa sucks to be honest and have bugs. Currently we don't have any good and usable Android client.
lemmur
Community dedicated to discussions around a mobile lemmy client
Code repository: github.com/LemmurOrg/lemmur
Contribute translations: Weblate
Download for your device:
- Android: Google Play Store
- Android: F-Droid
- iOS: Apple TestFlight
- Direct from GitHub
Support development:
Before asking for help with a problem make sure you've read the FAQ
Jeroba wasn't usable when i first tried it. but it has improved alot.
F-Droid builds from publicly available source, so if F-Droid has 0.9.0 then 0.9.0 is available in the git repository - which it is, although for some reason github does not show it as a "release" but merely as a "tag."
For future reference, every release on F-Droid has an attached source tarball, for lemmur 0.9.0 that is here: https://f-droid.org/repo/com.krawieck.lemmur_20_src.tar.gz Also, the build logs will tell you exactly which commit was built, the build logs for this package are at https://f-droid.org/repo/com.krawieck.lemmur_20.log.gz and the line to look for is:
2022-09-03 15:07:15,319 INFO: Successfully built version 0.9.0 of com.krawieck.lemmur from faf37f6234fac40fc1df0f85db5bfd8faf5d8ea5
... which will correspond to this commit on github: https://github.com/LemmurOrg/lemmur/commit/faf37f6234fac40fc1df0f85db5bfd8faf5d8ea5
Yeah, I dont like the "github releases" for exactly this reason.
If it is on F-droid then their team have built it themselves so the code should technically be out somewhere right? Still alarming that it's not on github which means nobody can actually fix the issues.