Post B5SrITBJz23h7SIphw by SylvieLorxu@chaos.social
 (DIR) More posts by SylvieLorxu@chaos.social
 (DIR) Post #B5SrITBJz23h7SIphw by SylvieLorxu@chaos.social
       0 likes, 1 repeats
       
       Begrudgingly dealing with the Android Developer Verification bs.Added the IzzyOnDroid/GitHub and F-Droid fingerprints for Catima to not have them blocked by Google.I submit them and... "In review"?What do you mean, "In review". How about you let *me* choose which keys *I* sign *my own goddamn app* with?This shit is utterly disgusting. I have no words for it.Fuck Google. Fuck this "developer verification" lockdown. The EU needs to fine the shit out of them for this bullshit.
       
 (DIR) Post #B5SrITVskaVO9DvFku by SylvieLorxu@chaos.social
       0 likes, 0 repeats
       
       For others who have to deal with this nonsense, I've found the easiest way to get your fingerprint for your IzzyOnDroid and F-Droid builds to be the following curl command:```export INDEX_V2_URL="https://apt.izzysoft.de/fdroid/repo/index-v2.json" # IzzyOnDroidexport INDEX_V2_URL="https://f-droid.org/repo/index-v2.json" # F-Droidexport APP_NAME="your.package.name"curl -s "${INDEX_V2_URL}" | jq -r ".packages.\"${APP_NAME}\".metadata.preferredSigner" | tr [:lower:] [:upper:] | sed 's/../&:/g;  s/:$//'```