Commit Graph

  • d7688b485d fix: e2e test returns false positive due to test timing (request finished to early) Sefa Ilkimen 2021-03-24 06:54:59 +01:00
  • 81ba667e37 fix: broken e2e spec Sefa Ilkimen 2021-03-24 06:43:42 +01:00
  • 5ad1967b46 Merge branch 'master' of https://github.com/silkimen/cordova-plugin-advanced-http Sefa Ilkimen 2021-03-24 06:24:39 +01:00
  • 90ed474b29 docs: update changelog Sefa Ilkimen 2021-03-24 06:24:20 +01:00
  • 1947906c4c Merge pull request #399 from avargaskun/master Sefa Ilkimen 2021-03-24 06:22:08 +01:00
  • b25b07a2a7 chore: update appium caps for local testing Sefa Ilkimen 2021-03-24 06:18:33 +01:00
  • a01625ecfb chore: update requested appium version for saucelabs build Sefa Ilkimen 2021-03-24 06:06:58 +01:00
  • b03ae7d6d1 chore: update appium capabilites for testing on saucelabs Sefa Ilkimen 2021-03-24 05:53:22 +01:00
  • fdaea418be chore: update capabilities for e2e tests running on browser stack Sefa Ilkimen 2021-03-24 05:35:45 +01:00
  • d84df0fb00 chore: update travis CI pipeline Sefa Ilkimen 2021-03-24 05:25:20 +01:00
  • baedd60329 chore: update cordova cli and cordova platform versions in e2e template Sefa Ilkimen 2021-03-24 05:12:00 +01:00
  • 4687bad20d 1. Add connectTimeout getter, setter 2. Add readTimeout getter, setter 3. Modify android and ios part to take from connect and readtimeout 4. update docs YouYue123 2021-03-18 22:18:00 +08:00
  • 80b22d4202 Fix: Memory leak on iOS Antonio Vargas Garcia 2021-02-10 22:16:41 -08:00
  • 89ac260ef6 Merge pull request #390 from silkimen/dependabot/npm_and_yarn/ini-1.3.8 Sefa Ilkimen 2021-01-18 03:58:02 +01:00
  • 6a266218fb chore(deps): bump ini from 1.3.5 to 1.3.8 dependabot[bot] 2021-01-18 02:49:36 +00:00
  • 6050830423 Merge pull request #389 from ath0mas/fix/344-redirect-specs Sefa Ilkimen 2021-01-18 03:31:31 +01:00
  • 95c9eb85d0 Merge pull request #394 from ath0mas/feature/docs-local-testing Sefa Ilkimen 2021-01-18 02:28:45 +01:00
  • 7e3ff25195 ignore idea files Alexis THOMAS 2021-01-17 21:31:13 +01:00
  • 8a6b9e583e docs: update readme to include Local Testing Alexis THOMAS 2021-01-17 21:21:49 +01:00
  • b32dfc7143 fix #344: "disableRedirect" removed since 3.0, use "setFollowRedirect" Alexis THOMAS 2021-01-17 18:23:22 +01:00
  • a72bf758c6 docs: link to go-httpbin Alexis THOMAS 2020-12-10 00:06:32 +01:00
  • 45f9cbfaa4 fix #344: change redirect specs to httpbingo.org Alexis THOMAS 2020-12-10 00:04:18 +01:00
  • f8f52e1e97 chore: add FUNDING.yml Sefa Ilkimen 2020-12-09 00:54:33 +01:00
  • 9b995724f4 chore: use node v12 in Travis CI builds Sefa Ilkimen 2020-10-19 04:32:01 +02:00
  • 25a0a9a7ae fix: #372 [Bug] Android: malformed empty multipart requests Sefa Ilkimen 2020-10-19 04:11:49 +02:00
  • e44def06a5 refactor: some minor cleanup and refactoring Sefa Ilkimen 2020-10-19 01:35:05 +02:00
  • 3d288951bf chore: update dev dependencies Sefa Ilkimen 2020-10-19 00:19:48 +02:00
  • f39063cec9 chore: disable CodeQL for Java Sefa Ilkimen 2020-10-19 00:10:49 +02:00
  • 1bcb8016ff Setup CodeQL Analysis Sefa Ilkimen 2020-10-18 23:58:36 +02:00
  • 6339b9b83d release v3.1.0 v3.1.0 Sefa Ilkimen 2020-10-16 00:58:40 +02:00
  • 389534d661 chore: update changelog Sefa Ilkimen 2020-10-13 00:46:48 +02:00
  • c10722eca0 Merge branch 'mmig-feature-abort' Sefa Ilkimen 2020-10-13 00:23:34 +02:00
  • 6a60058fc6 chore: auto fix some indentations Sefa Ilkimen 2020-10-13 00:22:42 +02:00
  • fcedfae1ac FIX do not evaluate test result if test is skipped russa 2020-10-09 16:51:43 +02:00
  • aca165b900 added unsupported warning for abort for Android versions < 6 russa 2020-10-08 21:17:26 +02:00
  • 09c2b383ff skip abort-tests if Android version is < 6 russa 2020-10-08 21:10:45 +02:00
  • 6918a2ed15 added support for skipping tests russa 2020-10-08 21:08:30 +02:00
  • 5b827d500d improve handling for race condition that request finished before adding it to pending requests map russa 2020-10-08 21:06:56 +02:00
  • 1c27b62148 added configuration for allowing http (cleartext) requests on Android 7 and later (sdk >= 24) russa 2020-10-08 18:12:59 +02:00
  • f33a911e7e Merge pull request #364 from silkimen/dependabot/npm_and_yarn/bl-4.0.3 Sefa Ilkimen 2020-10-01 02:20:41 +02:00
  • 097faad07a removed unsupported warning for aborting requests on ios from README russa 2020-09-25 18:59:45 +02:00
  • 62c400c6db added support for aborting requests for ios platform russa 2020-09-25 18:56:15 +02:00
  • f823d24438 added tests for abort russa 2020-09-16 19:51:29 +02:00
  • 64a7148444 FIX use same error message for abort as on android platform russa 2020-09-16 19:48:23 +02:00
  • f6736d9150 added usage description for abort() russa 2020-09-16 18:37:15 +02:00
  • bc90ae85fb added 'unsupported' feedback for abort() on ios platform russa 2020-09-16 18:36:55 +02:00
  • 389e860125 added support for abort() on browser platform russa 2020-09-16 18:35:01 +02:00
  • 2367d264c1 added support for abort() on android platform russa 2020-09-16 18:05:30 +02:00
  • 269d5d4c8a added abort() function to js-module russa 2020-09-16 17:44:59 +02:00
  • b6ee4de379 chore(deps): bump bl from 4.0.2 to 4.0.3 dependabot[bot] 2020-09-02 15:37:00 +00:00
  • 5f327dc82a release v3.0.1 v3.0.1 Sefa Ilkimen 2020-08-18 12:52:01 +02:00
  • 1639efe8d0 fix: #355 [Bug] [Browser] responseType "json" not working with valid JSON response Sefa Ilkimen 2020-08-18 02:16:03 +02:00
  • 9bb0c58e35 chore: bump version and update readme Sefa Ilkimen 2020-08-17 15:59:23 +02:00
  • 57562a0dcf fix: #359 [Bug] [Android] memory leakage leads to app crashes Sefa Ilkimen 2020-08-17 03:02:05 +02:00
  • ad4079625e Merge pull request #354 from silkimen/dependabot/npm_and_yarn/lodash-4.17.19 Sefa Ilkimen 2020-08-17 00:47:29 +02:00
  • 98d3d38e07 chore(deps): bump lodash from 4.17.15 to 4.17.19 dependabot[bot] 2020-07-18 20:24:07 +00:00
  • c748406090 release v3.0.0 v3.0.0 Sefa Ilkimen 2020-07-14 03:13:05 +02:00
  • dc6cf4d45b chore: fix update-plugin-xml.js Sefa Ilkimen 2020-07-14 03:12:29 +02:00
  • 7661e02598 chore: accept android sdk licenses Sefa Ilkimen 2020-07-14 02:39:59 +02:00
  • 20ec4bee31 chore: use node 10.x for TravisCI build Sefa Ilkimen 2020-07-14 01:33:22 +02:00
  • 4eed89e530 chore: update change log Sefa Ilkimen 2020-07-14 00:50:49 +02:00
  • f43b2f9f5c Merge pull request #345 from ikosta/master Sefa Ilkimen 2020-07-07 17:43:46 +02:00
  • 7b4d37acd9 Update www/ponyfills.js Konstantinos Tsanakas 2020-07-07 11:03:36 +02:00
  • ca5306cb47 fix(ponyfills): default filename for blob Konstantinos Tsanakas 2020-07-06 15:23:02 +02:00
  • c0c1af5ee6 fix(): default filename for blob Konstantinos Tsanakas 2020-06-25 13:36:38 +02:00
  • 42e629e34d chore: update readme Sefa Ilkimen 2020-06-25 10:35:29 +02:00
  • 3bec8dde5f feat: #158 support removing headers which were previously set via "setHeader" Sefa Ilkimen 2020-06-25 10:28:43 +02:00
  • 8a3bc17810 chore: update dependencies Sefa Ilkimen 2020-06-25 09:35:06 +02:00
  • 1eb83478dc - deprecate: #297 drop support for Android < 5.1 - bump version - remove deprecated functions Sefa Ilkimen 2020-06-25 07:47:51 +02:00
  • 1f0df54111 workaround #344: disable two specs until https://github.com/postmanlabs/httpbin/issues/617 is fixed Sefa Ilkimen 2020-06-25 07:09:53 +02:00
  • ef09e466ec release v2.5.1 v2.5.1 Sefa Ilkimen 2020-06-04 01:32:33 +02:00
  • 88de0550f4 chore: update README Sefa Ilkimen 2020-05-30 18:39:20 +02:00
  • 7f680b07ec chore: update changelog Sefa Ilkimen 2020-05-29 05:03:12 +02:00
  • a259e7cf8d Merge branch 'clear-cookies-ios' Sefa Ilkimen 2020-05-29 05:00:25 +02:00
  • 1e3c9e6645 chore: update changelog Sefa Ilkimen 2020-05-29 04:22:50 +02:00
  • e0cf458179 Merge branch 'antikalk-master' Sefa Ilkimen 2020-05-29 04:15:02 +02:00
  • 4f4e7ffa33 fix: broken handling for empty strings Sefa Ilkimen 2020-05-29 04:03:20 +02:00
  • 65e4a4d4dc fix: e2e spec "should allow empty response body even though responseType is set #334" Sefa Ilkimen 2020-05-29 03:35:20 +02:00
  • fed2b03cc6 Revert "+ dont manipulate response data" antikalk 2020-05-21 22:41:49 +02:00
  • 29e0b385de Merge branch 'master' of https://github.com/antikalk/cordova-plugin-advanced-http antikalk 2020-05-16 16:55:10 +02:00
  • bfc6ba2008 + dont manipulate response data antikalk 2020-05-16 16:54:58 +02:00
  • 060aa088f5 Merge branch 'master' into master Oliver 2020-05-15 08:32:03 +02:00
  • e775057389 + added e2e test antikalk 2020-05-14 22:22:03 +02:00
  • 81874c6bc8 + test if empty response data is handled correctly antikalk 2020-05-13 09:13:51 +02:00
  • 658bbd8b28 + set data to null if response data is not set antikalk 2020-05-13 09:12:59 +02:00
  • a1e4be37d4 + early return pattern antikalk 2020-05-13 08:07:13 +02:00
  • 5be52d78d1 + handle empty success responses antikalk 2020-05-12 14:44:22 +02:00
  • 0a23e29403 chore: document X.509 client cert feature Sefa Ilkimen 2020-05-02 00:48:52 +02:00
  • 6009ae82f7 chore: update readme to prevent confusion on request timeout Sefa Ilkimen 2020-05-02 00:06:58 +02:00
  • 0bfb81c57f chore: fix browserstack testing for android Sefa Ilkimen 2020-05-01 23:56:39 +02:00
  • 6797d2c3e0 apply timeout correctly on android Pascal Brogle 2020-03-05 15:46:25 +01:00
  • f8f4bdc9df fix: auth challenge block isn't handling server trust settings correctly Sefa Ilkimen 2020-03-05 03:23:28 +01:00
  • d84e3995d2 chore: update appium caps Sefa Ilkimen 2020-03-05 02:04:48 +01:00
  • f5597dd176 WIP: implement setClientAuthMode()for iOS Sefa Ilkimen 2020-03-05 01:36:27 +01:00
  • b25b7db4be release v2.4.1 v2.4.1 Sefa Ilkimen 2020-02-18 01:04:57 +01:00
  • 92be8f8e96 fix #248: clearCookies() does not work on iOS Sefa Ilkimen 2020-02-03 03:58:09 +01:00
  • 9ffdc5d2eb test: implement e2e test for #248 Sefa Ilkimen 2020-02-03 03:23:50 +01:00
  • 23a98ae491 fix #300: FormData object containing null or undefined value is not serialized correctly Sefa Ilkimen 2020-02-03 02:46:31 +01:00
  • ab9dad8f46 Merge branch 'antikalk-master' Sefa Ilkimen 2020-02-03 01:38:00 +01:00
  • 69344b5357 chore: update changelog Sefa Ilkimen 2020-02-03 01:37:21 +01:00