I took the example from post 7 on this thread and tried to compile it with 8.90.
The rest of this post is just detailing things I tried to get that code working again under 8.90.
Swapped the inline imports for those in your B4A related post 4 on this thread and tried to figure out a mash-up. Didn't figure out yet how to deal with the NTLM javaobject setup.
etc (not showing everything tried).
I had also tried removing the included sources in the project, added jOkHttpUtils2 (2.95).
Ran into the HttpUtils2Service.Initialize issue (no Initialize).
Not asking for each thing here to be explained or tried, just showing what I did look into (besides reading forum posts and external postings and content).
The rest of this post is just detailing things I tried to get that code working again under 8.90.
B4X:
Compiling generated Java code. Error
javac 1.8.0_151
src\b4j\example\main.java:11: error: package com.squareup.okhttp does not exist
import com.squareup.okhttp.Authenticator;
^
1 error
Swapped the inline imports for those in your B4A related post 4 on this thread and tried to figure out a mash-up. Didn't figure out yet how to deal with the NTLM javaobject setup.
B4X:
src\b4j\example\main.java:282: error: cannot find symbol
OkHttpClient.client.setAuthenticator(new NTLMAuthenticator(username, password, domain, workstation));
^
symbol: method setAuthenticator(NTLMAuthenticator)
location: variable client of type OkHttpClient
1 error
etc (not showing everything tried).
I had also tried removing the included sources in the project, added jOkHttpUtils2 (2.95).
Ran into the HttpUtils2Service.Initialize issue (no Initialize).
Not asking for each thing here to be explained or tried, just showing what I did look into (besides reading forum posts and external postings and content).