Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

🐛(HttpRequestHandler) fix bug on android when receiving plain boolean… #145

Conversation

Frank608
Copy link
Contributor

@Frank608 Frank608 commented Jul 6, 2021

… values

@craPkit
Copy link

craPkit commented Jul 9, 2021

fixes #144

@thomasvidas thomasvidas changed the base branch from master to 1.1.0 July 15, 2021 14:24
@thomasvidas thomasvidas merged commit 037336d into capacitor-community:1.1.0 Jul 15, 2021
@thomasvidas
Copy link
Contributor

Thanks for your contributions @Frank608 !

thomasvidas added a commit that referenced this pull request Jul 15, 2021
* feat: Add support for CJS
* feat(android): Set "GET" as default HTTP function in `downloadFile` function
* feat(android):  Updated downloadFile method on RequestHandler to use GET by default
* feat: Adding support for posting json arrays. (#128)
* Android - Prevent extra new line in text response.
* Android - Support json array requests.
* Android - Add error property on JSObject output.
* ios - Support array request.
* feat(web): Add additional logic for FormData typed request bodies (#126)
* fix(android): fix bug on android when receiving plain boolean values (#145)
* feat(iOS) Fix: Allow non-object request bodies (#141)
* feat: implement getRequestDataAsMultipartFormData
* fix: allow non-object http body
* feat(iOS): Add fallback to always try to parse the request data no matter the content type
* feat(iOS): implement getRequestDataAsMultipartFormData (#139)
* fix(android): Allow non-object request bodies (#143)
* feat: implement getRequestDataAsMultipartFormData
* fix: allow non-object http body
* feat(iOS): Add fallback to always try to parse the request data no matter the content type
* feat(android): non-object post body
* fix: bug where httpconn was being written to after it was closed
* fix(android): add in missing get, post, put, patch, and del functions to public API
* fix(ios): Publicly expose get, post, put, patch, del functions on Http plugin object
* chore(example): Update example project lockfiles
* fix(android): Fix issues with timeouts and remove unused imports
* chore: Cleanup .gitignore
* chore: Bump version to 1.1.0

Co-authored-by: ultimate-tester <[email protected]>
Co-authored-by: Joel Nieto <[email protected]>
Co-authored-by: Adrian Sanchez <[email protected]>
Co-authored-by: milanc <[email protected]>
Co-authored-by: herecoulbeyourname <[email protected]>
Co-authored-by: Frank608 <[email protected]>
Co-authored-by: Emily Curry <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants