mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04:00
The database still treats repos with a _low_ number as _low_ priority. This means it sounds weird when you say "Repo with priority 1 is the least important", but other than that, everything works as expected now. Technically we could recreate the query to update the repo metadata within DBHelper, but that is difficult because it is sort of build into the content providers. Unfortunately, we are unable to access content providers from the DBHelper. In the future if we are able to migrate away from content providers to a more dumb data access layer, then we could reuse the query to update the metadata priorities in the DBHelper. However that is a tomorrow problem.