2 Commits

Author SHA1 Message Date
Le Philousophe d0ac1845e3 ANDROID: initialize JNI network classes at startup
The ClassLoader doesn't support to be called from a native thread like
the timer.
Cloud uses the timer to initiate network requests which causes a crash.
2026-02-02 23:07:31 +01:00
Le Philousophe 980fd5b54d ANDROID: Implement platform specific networking features
This allows to use system security services instead of us providing curl
and openssl.
HTTP, Socket and URL are all implemented with proxy support.
2025-11-02 09:12:23 +01:00