-
-
Notifications
You must be signed in to change notification settings - Fork 41
Bump AFNetworking and add opt-in support for large HTTP responses on Android #42
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
Bump AFNetworking and add opt-in support for large HTTP responses on Android #42
Conversation
…andling_oddities Prevent crashes on Android with larger responses #1
# Conflicts: # .gitignore # demo/tsconfig.json
- added support for large responses on Android - added typings (and scripts to generate those)
|
Great work @EddyVerbruggen, thank you! I'm also using this plugin and faced the same problems. I hope this PR could be merged soon. |
|
@EddyVerbruggen |
|
No worries mate! Thanks for picking this up. Just know that if anything goes south after you release this I will fix it. |
|
Hi guys, I've added 2 more commits to the PR:
If you have issues maintaining this awesome repo, please let me know and I'd be happy to help by merging and publishing this change myself. I'll take care of any issues that may come from it. |
|
Yes I agree, you'll be added to the repo |
Hi!
Thanks for maintaining this cool plugin, I've been using it in a few projects myself. 👌
I ran into a few issues that I wanted to share, after having these in my fork for a while. I hope you'll accept this PR and release a new version to npm.
Changes:
src/references.d.tsso our IDEs can leverage typing support for bothAFNetworkingandokhttp3.