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

Android volley fix responses with additionalProperties and update sdk version #1839

Merged
merged 2 commits into from
Jan 11, 2016

Conversation

Shyri
Copy link
Contributor

@Shyri Shyri commented Jan 7, 2016

Hi
as @xhh stated in #1775 there was an error with responses. I removed the Responses.java static class an replaced Response listener with base Response.Listener<T> from Volley library, I think is much cleaner, the intermediate class with a lot of interfaces is not necesary . Don't know why I didn't think about it earlier.

Also I updated to compileSdkVersion 23 buildToolsVersion '23.0.2' and targetSdkVersion 23

@fehguy
Copy link
Contributor

fehguy commented Jan 7, 2016

Hi, please rebase with master. The .travis.yml file needs to be updated for the PR to pass.

@wing328 wing328 added this to the v2.1.6 milestone Jan 8, 2016
@Shyri Shyri force-pushed the android-volley-library branch from f852f9f to 77f9f13 Compare January 8, 2016 08:26
@Shyri Shyri force-pushed the android-volley-library branch from 77f9f13 to 4261fe4 Compare January 8, 2016 08:29
@Shyri
Copy link
Contributor Author

Shyri commented Jan 8, 2016

@fehguy done! :)

@wing328
Copy link
Contributor

wing328 commented Jan 8, 2016

@Shyri thanks for the PR. When you've time, I wonder if you can write some tests case for Petstore sample (android-volley) similar to https://github.com/swagger-api/swagger-codegen/tree/master/samples/client/petstore/android/default/src/test/java/io/swagger/petstore/test.

@Shyri
Copy link
Contributor Author

Shyri commented Jan 8, 2016

@wing328 Ook no problem. I'll write them when I have a moment. Should I send a new PR for that or force it into this one?

wing328 added a commit that referenced this pull request Jan 11, 2016
Android volley fix responses with additionalProperties and update sdk version
@wing328 wing328 merged commit 81436e8 into swagger-api:master Jan 11, 2016
@wing328
Copy link
Contributor

wing328 commented Jan 11, 2016

@Shyri just merged this PR. Please open a new one for the enhancement when you've time.

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

Successfully merging this pull request may close these issues.

3 participants