this post was submitted on 10 Feb 2024
5 points (100.0% liked)

Open Source

30308 readers
2355 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 months ago (2 children)

The API that FDroid is using has only just come out. Before then, without using root and scripts to enable higher privileges, no app could auto-update in the background.

FDroid has long has the ability to automatically download updates, however installation always required a confirmation from the user for each app.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

The API that FDroid is using has only just come out.

Not true. Android has supported rootless unattended upgrades at a system level since Android 12 (October 4 2021). That was nearly 2 and a half years ago, so it's been a while.

This is what Neo Store used. F-Droid only just now got around to supporting this with this recent update.

[–] [email protected] 0 points 7 months ago

According to the article, F-droid is using a library that isn't the latest, because it doesn't support "gentle updates" (updates that are heuristically scheduled to stay out of the way of the user).