We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a question that why define the "mAllowedContentTypes" with static modifier at BinaryHttpResponseHandler.java ?
The text was updated successfully, but these errors were encountered:
Well, I don't see the reason, and to me it looks like it's wrong. Will be fixed and commited in few moments.
Sorry, something went wrong.
Fixed wrong static field, Closing #229
f1ab377
Merge branch 'master' of https://github.com/loopj/android-async-http
634b29e
# By mareksebera (7) and Ankush Sachdeva (1) # Via Ankush Sachdeva (1) and Marek Sebera (1) * 'master' of https://github.com/loopj/android-async-http: Added Proxy Authentication ; fixes android-async-http#328 Fixed wrong static field, Closing android-async-http#229 Manual merge, Closing android-async-http#269, android-async-http#118, Closing android-async-http#10, Closing android-async-http#127, android-async-http#154 Closes android-async-http#137 Removing duplicate call Closing android-async-http#179 Updated Gradle Android tools version Cleaning up error message output
@smarek Thanks very much for your answer. I also think it may be error, so I raise the issue.
@iNdieboyjeff Could you tell me how to merge from the repo? I am unfamiliar with the git and github..
@msdx probably start here: https://help.github.com/articles/syncing-a-fork
smarek
No branches or pull requests
I have a question that why define the "mAllowedContentTypes" with static modifier at BinaryHttpResponseHandler.java ?
The text was updated successfully, but these errors were encountered: