calibre network opds download fails with error_cleartext_not_allowed
After latest update syncing with local calibre library no longer works. (http://local-ip:port/opds)
After downgrading back to 8.9.182-fdroid all is well again.
Also having this problem with 9.0.5-fdroid...
I can see that android:usesCleartextTraffic="true" is clearly in the application's AndroidManifest.xml for version 9.0.5, but... I'm thinking the addition of the network_security_config abrogated it in some way? Maybe this is a hint: https://developer.android.com/privacy-and-security/security-config#base-config If I'm understanding it correctly, a network_security_config will disable cleartext HTTP traffic by default unless you explicitly declare it's allowed otherwise... and I'm a little unsure how you declare that, not being much of an Android developer myself... but I hope this breadcrumb can speed resolution.
(Thanks so much. I adore this app and you're so generous to provide the FDroid version!!)
Oh, nevermind... you've already fixed it for the next version. https://github.com/foobnix/LibreraReader/commit/0af70282e4f3a693d293e45d68864fc2248f6ca4Thanks!