this post was submitted on 02 Oct 2024
17 points (100.0% liked)

Jerboa

10277 readers
4 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
 

Basically title. I noticed the new version in my F-Droid client but there wasn't any information about it anywhere. The version name also had a mention of the Google Play Store (gplay). What's up with all of this? Are there any questionable proprietary components being implemented to comply with the Play Store requirements or something?

you are viewing a single comment's thread
view the rest of the comments
[–] wander1236@sh.itjust.works 9 points 1 day ago (2 children)

0.76 should only exist for the Play Store. Donation links had to be removed in the Google Play variant: https://github.com/LemmyNet/jerboa/commit/ea2776441b4f76ff66f7beb7b64e5291101af5c5.

Not sure why F-DROID would pick up changes from a different branch and build them.

[–] Zagorath@aussie.zone 3 points 1 day ago* (last edited 1 day ago) (1 children)

That link 404s.

Edit: did it explain why they had to remove donation links? That seems unfortunate.

[–] wander1236@sh.itjust.works 6 points 1 day ago

Google wants your app to handle payments through Play Services so they can get a cut. I think it's technically allowed now to have external payment links in certain cases, but sometimes it's just easier to remove the thing Google is mad at even if they're in the wrong.

Again, though, that commit is only for the Google Play variant. Maybe some weird branch merging thing happened and it ended up in the main branch accidentally, but it shouldn't have made it to F-DROID.