Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Connection #1

Closed
nguyenhuutinh opened this issue Oct 27, 2015 · 3 comments
Closed

HTTP Connection #1

nguyenhuutinh opened this issue Oct 27, 2015 · 3 comments
Assignees

Comments

@nguyenhuutinh
Copy link

Hi Alex,

Thanks for your very useful library.
Currently, Android HTTP Connection using HttpClient/HttpPost have been deprecated.
Do you have plan for updating it?

I tried to use Retrofit but I cannot send a String or SOAPEnvelope object to server.
Server doesn't know it is a soap Object

@AlexGilleran
Copy link
Owner

I'll look into creating a new version targeting a higher API level, but I'm too busy at the moment to put any timeline on it.

Does this not allow it to run on Android 6?

android {
    useLibrary 'org.apache.http.legacy'
}

@AlexGilleran AlexGilleran self-assigned this Nov 14, 2015
@AlexGilleran
Copy link
Owner

Working on this at the moment, will be doing Icesoap 2 with some breaking API changes to allow HttpURLConnection-based connections and ensure that they're closed at the end, and allow for opting in to concurrent AsyncTasks, should be done soon.

@AlexGilleran
Copy link
Owner

Fixed in 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants