this post was submitted on 29 Jun 2023
172 points (98.9% 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
- Open source, AGPL License.
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
- bitcoin:
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
- ethereum:
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
- monero:
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
- cardano:
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Contact
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is nothing new: Jerboa doesn't support instances < 0.18.
Can anybody confirm why? The bigger instances are all on 0.17.4 still, aren't they?
The Lemmy API gives back log in info slightly different so the app couldn't handle it.
I made a fork that fixes that...
and I'm trying to get it merged
Lemmy 0.18 introduced API breaking changes namely because it switched from WebSocket to HTTP as transfer protocol. They also dropped captcha support in 0.18 which is the reason why lemmy.world and other bigger instances are waiting for 0.18.1 to re-introduce captcha support.
ah now it makes sense. Thats whay I had to uninstall jerboa because the logged in instance did not support 0.18
It is new. 0.0.36 worked find on 0.17.4. There was just the update message. Now the app just crashes on start.
This is more than weird. Jerboa dropped support for instances < 0.18 a few releases ago. I think 0.0.34-alpha was the last version that supported 0.17.4.
It worked if you were still logged in.
Yes you're right but this wasn't exactly intended.