Sefa Ilkimen
|
594d03aa41
|
WIP: major progress for #101
- feat(www): implement preprocessor for FormData instances
- feat(www): implement API checks for multipart requests
- feat(android): implement multipart requests
- chore(specs): implement www specs for new prprocessor
|
2019-11-11 04:49:35 +01:00 |
|
Sefa Ilkimen
|
f93f69e0aa
|
feat(#127): adding multiple file upload
- remove www interface function "uploadFiles" as it confuses more than it helps
- implement multi uploading files for android
- add e2e spec
|
2019-09-29 20:37:36 +02:00 |
|
Sefa Ilkimen
|
85346e0381
|
Merge branch 'binary_response'
# Conflicts:
# test/e2e-specs.js
|
2019-06-13 16:44:35 +02:00 |
|
Sefa Ilkimen
|
9b26a0f031
|
fix #221: headers are not set on Android when request fails due to non-success status code
|
2019-06-13 16:00:26 +02:00 |
|
Sefa Ilkimen
|
f91727e14a
|
add response type "arraybuffer" support for android
|
2019-06-12 23:01:15 +02:00 |
|
Sefa Ilkimen
|
c83940a8f6
|
deprecate "disableRedirect" in favor of "setFollowRedirect"
|
2019-04-15 18:09:34 +02:00 |
|
Sefa Ilkimen
|
4f3ff9097f
|
WIP: implementing X509 client cert authentication (android "buffer" mode)
|
2019-04-15 03:18:59 +02:00 |
|
Sefa Ilkimen
|
620ce3f81c
|
Fix #204: broken support for cordova-android < 7.0
|
2019-04-15 02:47:14 +02:00 |
|
Sefa Ilkimen
|
56f8b41f4f
|
Fix #189: error code mappings for TLS handshake problems are not precise
|
2019-04-08 17:58:39 +02:00 |
|
Sefa Ilkimen
|
a1b6ea94f0
|
Fix #200: remove string switch and use ugly if ... else 😢 to be compatible with Java target 6
|
2019-04-05 16:48:18 +02:00 |
|
Sefa Ilkimen
|
d977392a49
|
- some cleanup
- deprecate "setSSLCertMode" in favor of "setServerTrustMode"
|
2019-04-05 16:26:04 +02:00 |
|
Sefa Ilkimen
|
8d28f4ab80
|
WIP: implementing X509 client cert authentication
|
2019-04-05 05:22:34 +02:00 |
|
Sefa Ilkimen
|
230de36618
|
WIP:
- some refactoring for future features
- move params serializer into JS code
|
2019-04-02 12:04:49 +02:00 |
|
Sefa Ilkimen
|
ba57d3cba1
|
re-integrate OkHttp3 connection factory
|
2019-03-22 18:09:25 +01:00 |
|
Sefa Ilkimen
|
508b1b4f83
|
re-implement disabling verification of hostname
|
2019-03-22 05:03:24 +01:00 |
|
Sefa Ilkimen
|
7992bd0991
|
WIP: started re-implementing SSL cert modes
|
2019-03-22 04:06:50 +01:00 |
|
Sefa Ilkimen
|
a331b57ab2
|
WIP: fix disableRedirect()
|
2019-03-22 02:18:43 +01:00 |
|
Sefa Ilkimen
|
ee30160921
|
WIP: reduce duplicate code & cleanup
|
2019-03-22 02:06:39 +01:00 |
|
Sefa Ilkimen
|
e8e1c4273f
|
WIP: re-implement Upload and Download Runnables
|
2019-03-21 17:45:24 +01:00 |
|
Sefa Ilkimen
|
752b2cdcb7
|
WIP: started refactoring
- one HTTP request class implementing Runnable for all request methods
- broken SSL cert handling
|
2019-03-21 15:12:53 +01:00 |
|