Sefa Ilkimen
f6c3ea7f66
release v3.3.1
2022-03-31 01:22:23 +02:00
Sefa Ilkimen
d52eb08982
docu: update changelog
2022-03-31 01:16:49 +02:00
Sefa Ilkimen
57c87db5a1
fix: broken network connection check on Android
2022-03-31 01:02:09 +02:00
Sefa Ilkimen and GitHub
8ea1f3aed6
Merge pull request #427 from moshe5745/master
...
Add "No connection" error response with status code -6
2022-03-31 00:37:46 +02:00
Sefa Ilkimen and GitHub
e41684cc79
Merge pull request #459 from spoonconsulting/remove_dup_symbol_base
...
AFNetworking: Remove Duplicate Symbol Base
2022-03-31 00:11:40 +02:00
Sefa Ilkimen and GitHub
d393d3ca78
Merge pull request #429 from inited/master
...
Added support for intermediate certificates on iOS
2022-03-30 23:56:22 +02:00
Sefa Ilkimen and GitHub
479c644b1d
Merge pull request #444 from alexander-gruenewald/patch-1
...
[Browser] Fixing error propagation in setHeaders
2022-03-30 23:36:36 +02:00
Sefa Ilkimen and GitHub
bfa446c7fd
Merge pull request #461 from dtarnawsky/master
...
Resolves #441 disable url cache
2022-03-30 23:33:42 +02:00
Sefa Ilkimen
c92f07775b
chore: update all dependencies
2022-03-30 23:14:37 +02:00
Sefa Ilkimen
9870dde50a
release v3.3.0
v3.3.0
2022-03-30 17:37:14 +02:00
Sefa Ilkimen
ed08534cf3
chore: fix broken CI build / test
2022-03-30 16:19:46 +02:00
Sefa Ilkimen
ea15617fae
docu: update changelog
2022-03-29 14:39:54 +02:00
Sefa Ilkimen and GitHub
87c915f7c0
Merge pull request #451 from h4ck-rOOt/download-response-ext
...
feat: response object on file download
2022-03-29 14:04:05 +02:00
Damian Tarnawsky
1f4ccd37b4
Resolves #441 disable url cache
2022-03-11 06:30:34 -08:00
zafirskthelifehacker
343c536a3b
New Line
2022-03-10 10:26:50 +04:00
zafirskthelifehacker
38da25bb75
Reset Package-Lock and Revert Version
2022-03-10 10:26:08 +04:00
zafirskthelifehacker
42175e27ad
Remove Spoon Consulting Ltd
2022-03-10 10:16:21 +04:00
Tobias Becht
43b65fa887
docs: extend downloadFile example code
2022-02-01 16:48:10 +01:00
Tobias Becht
48445786b6
chore: review feedback, response object
2022-02-01 16:44:08 +01:00
Tobias Becht
08ec3203e9
feat: response object on file download
2022-02-01 14:56:33 +01:00
Alexander Grünewald and GitHub
9684c03685
Update cordova-http-plugin.js
2022-01-03 08:00:04 +01:00
YushraJewon
8f3cfb11d0
forking reason in readme
2021-12-17 14:38:46 +04:00
shuto and shuto
d48512c8df
package name
2021-12-16 23:18:11 +04:00
shuto and shuto
ee2d727c2b
rename symbol
2021-12-16 23:09:55 +04:00
shuto and shuto
0ae3756a74
remove duplicate symbol of afnetworking
2021-12-16 18:49:57 +04:00
Alexander Grünewald and GitHub
935e7d6ba3
[Browser] Fixing error propagation in setHeaders
...
If the headers contain certain special characters (€, “, ≠, ∑, †, Ω etc..), calling the setHeaders method will throw an "Value is not a valid ByteString" error which unfortunately is neither propagated to the caller of the http-plugin, nor is the xhr request cancelled in this case.
By wrapping the setHeader-call into a try/catch, and fail the xhr request in case of an error, we make sure the caller of the http-plugin will receive a proper error and the xhr request gets canceled.
2021-11-30 17:04:50 +01:00
Sefa Ilkimen
5b8f20e1c4
release v3.2.2
v3.2.2
2021-10-15 15:12:50 +02:00
Sefa Ilkimen
b3b97306f4
fix : #438 requests not working correctly on browser platform
2021-10-15 14:49:34 +02:00
Jaroslav Pavlicek
6a9a22f81e
Added support for intermediate certificates on iOS
2021-09-14 11:42:01 +02:00
Sefa Ilkimen
b20faa9c3c
release v3.2.1
v3.2.1
2021-09-09 16:34:33 +02:00
Sefa Ilkimen
d66b4b7645
fix: vulnerable npm dependecies
2021-09-09 16:29:46 +02:00
Sefa Ilkimen
fb77849d10
docu: update Travis CI badge
2021-09-09 14:54:03 +02:00
Sefa Ilkimen
e2919e51e1
fix: missing break statement in public-interface leads to broken upload and download function
2021-09-09 14:32:44 +02:00
Sefa Ilkimen
ad1d500eae
- docu: list known issues
...
- test: disable `abort` tests
2021-09-09 13:16:07 +02:00
moshe_ch
36d7e1813c
Add "No connection" error response with status code -6
2021-08-26 01:04:22 +03:00
Sefa Ilkimen
1bafe6cdd9
fix: compile error in fix #404
2021-08-20 05:01:39 +02:00
Sefa Ilkimen
1dd5ee59c8
Merge branch 'YouYue123-setTimeout'
2021-08-20 04:38:52 +02:00
Sefa Ilkimen
6f68aab736
Merge branch 'setTimeout' of https://github.com/YouYue123/cordova-plugin-advanced-http into YouYue123-setTimeout
...
# Conflicts:
# README.md
# src/android/com/silkimen/cordovahttp/CordovaHttpBase.java
# src/android/com/silkimen/cordovahttp/CordovaHttpDownload.java
# src/android/com/silkimen/cordovahttp/CordovaHttpOperation.java
# src/ios/CordovaHttpPlugin.m
# www/public-interface.js
2021-08-20 04:37:49 +02:00
Sefa Ilkimen
c2a2ebc31b
chore: test on another device
2021-08-20 03:47:23 +02:00
Sefa Ilkimen
c9bff478d8
chore: update changelog
2021-08-20 03:41:35 +02:00
Sefa Ilkimen and GitHub
9ff32f1892
Merge pull request #422 from meiram-tr/master
...
Replacing AFNewtworking files and classes names to prevent conflicts with the real pod library
2021-08-20 03:38:13 +02:00
Sefa Ilkimen
16ac763a2a
fix : #425 plugin crashes on Android SDK levels < 24
2021-08-20 03:29:21 +02:00
Sefa Ilkimen
80315156ad
chore: test on another device
2021-08-19 19:13:10 +02:00
Sefa Ilkimen
5499f2a8b8
chore: test on another device
2021-08-19 19:07:25 +02:00
Sefa Ilkimen
9d870e7748
chore: disable network logging on browserstack
2021-08-08 14:52:06 +02:00
Sefa Ilkimen
b6a8acd25b
release v3.2.0
v3.2.0
2021-07-26 01:22:31 +02:00
Meir Amar
c2a0317b8f
replacing AFNewtworking file and classes names to prevent conflicts with the real AFNetworking pod
2021-07-25 14:59:57 +03:00
Sefa Ilkimen
0ccf64e289
chore: add workaround for missing DX files in build-tools 31
2021-07-22 15:40:38 +02:00
Sefa Ilkimen
986ddeefd4
chore: remove obsolete mipsel workaround
2021-07-22 14:36:34 +02:00
Sefa Ilkimen
67c2c733f5
chore: enable network logging on browserstack
2021-07-15 15:34:34 +02:00