ale5000
ale5000
Look here: #3103 Specially here: https://github.com/microg/GmsCore/issues/3103#issuecomment-3419780339 I also noticed `MinMicroG-abuse-CI` download microG every day, it doesn't seems to download it only if the version is changed but just blindly download...
Looking here: https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/actions it seems one time every day. But the Git Lfs bandwidth deplete pretty fast in general and we have all users in the world that use F-Droid...
It was better if it just: - Downloaded the repo index - Check if there is a new version in the index - And only in that case download the...
> What bothers me more is the hash issue/failure to update After further consideration, I realised that perhaps F-Droid only downloads the git lfs pointer file and not the actual...
This is what you get: - 404 => `https://microg.org/fdroid/repo/com.google.android.gms-250932020.apk` - git lfs pointer => `https://raw.githubusercontent.com/microg/fdroid-repo/master/fdroid/repo/com.google.android.gms-250932020.apk` - real file => `https://media.githubusercontent.com/media/microg/fdroid-repo/refs/heads/main/fdroid/repo/com.google.android.gms-250932020.apk`
@mar-v-in Can we put an `HTTP 301 Moved Permanently` from: `https://microg.org/fdroid/repo/com.google.android.gms-250932020.apk` to: `https://github.com/microg/GmsCore/releases/download/v0.3.10.250932/com.google.android.gms-250932020.apk` ?
> Indeed, F-Droid might download the pointer file which would cause a hash fail Just an idea but I'm not sure how GitHub pages works: An `.htacces` on the server...
@Sapiosenses I think the best way would be to ask F-Droid to support HTTP 301/302 redirects. Currently the only guaranteed way is to get it from GitHub releases.
After updating microG please try to completely uninstall Citymapper and reinstall it (clearing the app data is not enough if there were new permissions in the last microG that wasn't...
Maybe this will help: https://github.com/microg/GmsCore/commit/f3e89988ec16c9fb894d8d3080c137bc8f5d8bc7