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
82370339a7
NETWORKING: Fix typo
2025-11-02 10:39:50 +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
Le Philousophe
14a78e4eaf
NETWORKING: Abstract CurlSocket and CurlURL
...
This will allow alternative providers.
2025-11-02 09:12:23 +01:00