Commit Graph

605 Commits

Author SHA1 Message Date
Sefa Ilkimen
cb84860bb1
chore: clean up 2023-06-06 02:47:07 +02:00
ciknowles
6615f1bf53
Update CordovaHttpBase.java 2023-04-24 18:30:36 +01:00
Sefa Ilkimen
6fc8a7e06d
chore: improve travis build for android 2022-12-29 04:59:16 +01:00
Sefa Ilkimen
00dc85cdac
chore: update android build tools for Travis CI build 2022-12-29 04:34:34 +01:00
Sefa Ilkimen
c86874a01a
test: fix broken tests due to changes at httpbingo.org 2022-12-29 03:14:10 +01:00
Sefa Ilkimen
86fc3892a4
chore: update GitHub Actions badge 2022-12-29 01:19:40 +01:00
Sefa Ilkimen
b1ad996585
Merge pull request #480 from shaneAPT/master
Update READ.md setCookie with removal message
2022-10-19 11:24:17 +02:00
Shane Tully
1218a57e5f update READ.md setCookie 2022-09-22 21:48:40 +01:00
Sefa Ilkimen
320ed35022
Merge pull request #469 from silkimen/dependabot/npm_and_yarn/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4
2022-09-16 04:42:41 +02:00
dependabot[bot]
845f90d43f
chore(deps): bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 02:30:39 +00:00
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
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
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
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
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
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 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
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
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
Dimitri Ragoo
d48512c8df package name 2021-12-16 23:18:11 +04:00
Dimitri Ragoo
ee2d727c2b rename symbol 2021-12-16 23:09:55 +04:00
Dimitri Ragoo
0ae3756a74 remove duplicate symbol of afnetworking 2021-12-16 18:49:57 +04:00
Alexander Grünewald
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 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 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