382 Commits

Author SHA1 Message Date
Steve Gill 97031b2d75 CB-10035 linked issues in RELEASENOTES.md 1.4.0 2015-11-18 22:11:41 -08:00
Steve Gill 2f4c106fcc CB-10035 Updated version and RELEASENOTES.md for release 1.4.0 2015-11-18 19:45:05 -08:00
Steve Gill 60f5bf47e6 removed r prefix from tags 2015-11-18 14:53:10 -08:00
Steve Gill 58ad621fcf CB-10035 Updated RELEASENOTES to be newest to oldest 2015-11-18 13:54:08 -08:00
Jeroen Verhoest cdeec1c59f CB-9879 getCookies can cause unhandled NullPointerException
Added extra check for CookieManager instance (null pointer on Crosswalk/Android < 4.4)

github: close #107
2015-11-16 19:01:11 +03:00
daserge 189942284a CB-6928 Wrong behaviour transferring cacheable content
Adds support of 304 handling for iOS, Windows and adds a corresponding test
2015-11-11 09:46:17 +03:00
daserge 5857384b94 CB-51 API: FileTransfer - Support PUT Method
Adds a test for upload via PUT method
Adds support for Windows platform
2015-11-11 09:28:21 +03:00
Jesse MacFadyen 587e051225 CB-9906 cleanup duplicate code, removed 2nd isWP8 declaration. 2015-11-05 13:54:57 -08:00
daserge 1e900148e6 CB-9950 Unpend Filetransfer spec.27 on wp8 as custom headers are now supported 2015-11-04 17:47:26 +03:00
Jesse MacFadyen 066acb33af Merge branch 'CB-9906' 2015-11-03 22:17:28 -08:00
Jesse MacFadyen c5d92726c2 filetransfer.spec.6 was failing in 4.x branch of iOS because -1 was returned. 2015-11-03 22:14:55 -08:00
Alexander Sorokin 4dc697a863 CB-9843 Added wp8 quirk to test spec 12
github: close #106
2015-10-27 20:32:04 +03:00
Dmitry Blotsky 65d28795a6 Actually fixing the contribute link. 2015-10-23 12:11:50 -07:00
Dmitry Blotsky b4b7284315 Fixing contribute link. 2015-10-23 12:03:42 -07:00
daserge c79ee367a1 Github close #101, close #25, close #54 2015-10-19 12:43:53 +03:00
Julien Bouquillon 116a21b810 add JIRA issue tracker link 2015-10-17 13:33:12 +03:00
Vito Rifino ea271933e9 CB-8431 File Transfer tests crash on Android Lolipop
github: close #79
2015-10-17 11:40:44 +03:00
Alexander Sorokin 869eea41ec CB-9673 Fixed test spec.6 failure on iOS
github: close #102
2015-10-16 10:15:01 +03:00
jason-ong f8b0f82dfa CB-9790 Align FileUploadOptions fileName and mimeType default parameter values to the docs on iOS
To match the documentation for FileUpload,
change fileName default value to "image.jpg"
change mimeType default value to "image/jpg"

github: close #98
2015-10-15 22:55:20 +03:00
daserge 83ee62514a CB-9385 Return FILE_NOT_FOUND_ERR when receiving 404 code on iOS
Added a corresponding test case
2015-10-15 19:17:27 +03:00
Ganster41 c0b3122e74 CB-9385 Return FILE_NOT_FOUND_ERR when receiving 404 code on iOS 2015-10-15 19:14:24 +03:00
Alexander Sorokin 1142a96b2c CB-9791 Decreased download and upload tests timeout 2015-10-13 15:41:41 +03:00
Steve Gill 7a1008c4bb updated releasenotes 2015-09-21 16:51:23 -07:00
Steve Gill b3e225b454 CB-9681 Incremented plugin version. 2015-09-18 15:41:56 -07:00
Steve Gill 05873a07fd CB-9681 Updated version and RELEASENOTES.md for release 1.3.0 1.3.0 r1.3.0 2015-09-18 15:10:34 -07:00
Joe Bowser a4a448095c CB-9624: There's a difference between what's being passed in and what should actually be sent to the File Transfer plugin 2015-09-08 14:04:04 -07:00
Joe Bowser 8fcdb1aa3d Found issue where : is accepted as a valid header, this is obviously wrong 2015-09-08 11:19:34 -07:00
Snay 2b31723708 CB-9562 Fixed incorrect headers handling on Android 2015-08-26 16:35:09 -07:00
Joe Bowser ad6647120d Fixing headers so they don't accept non-ASCII 2015-08-24 11:15:37 -07:00
Steve Gill cebdae3a40 updated tests to use cordova apache vm 2015-08-19 23:33:49 -07:00
daserge 1c39fb547f CB-9493 Fix file paths in file-transfer manual tests
Also changes toNativeURL -> toURL because of deprecation
2015-08-14 17:16:32 +03:00
biodiv dcc98db15f CB-8816 Add cdvfile:// support on windows
github close #70
2015-08-03 16:32:20 +03:00
Jesse MacFadyen 43eeef8e44 Merge branch 'master' of https://github.com/danjarvis/cordova-plugin-file-transfer 2015-07-28 11:44:28 -07:00
Johan Eliasson c8a52682f0 removed broken link in README 2015-07-27 17:21:59 +02:00
daserge 499ec5c07b CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in paths 2015-07-16 15:40:44 +03:00
Jesse MacFadyen f0209a2f75 remove travis-ci integration 2015-07-07 15:04:20 -07:00
Nikhil Khandelwal 8e8106e8d8 CB-9312 Incremented plugin version. 2015-07-07 10:58:02 -07:00
Nikhil Khandelwal 2d6faac5cd CB-9312 Updated version and RELEASENOTES.md for release 1.2.1 1.2.1 r1.2.1 2015-07-07 10:38:34 -07:00
Dan Jarvis 8f62f8bc13 README :: remove duplicate httpMethod option.
The httpMethod option was duplicated as an upload option in
04f088b6c9
2015-07-06 10:32:04 -04:00
Nikhil Khandelwal e8ca110a30 CB-9275 [WP8] Fix build failure on WP8 by using reflection to detect presence of JSON.NET based serialization 2015-07-01 12:50:55 -07:00
Jesse MacFadyen 2bc020d6d8 Merge branch 'master' of https://github.com/ABB-Austin/cordova-plugin-file-transfer 2015-06-17 17:56:36 -07:00
Steve Gill 2d7d14e9e0 CB-9192 Incremented plugin version. 2015-06-17 17:35:35 -07:00
Steve Gill b01ab78fec CB-9202 updated repo url to github mirror in package.json 1.2.0 r1.2.0 2015-06-17 14:14:41 -07:00
Steve Gill 965581fa4b CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 2015-06-17 12:36:03 -07:00
aroberson f17b7fcdd1 Updated code per code review. 2015-06-15 20:38:21 -05:00
aroberson f52d324b4f Updated documentation for browser 2015-06-15 16:03:56 -05:00
aroberson 051ada102e Added option to allow for passing cookies automatically in the browser 2015-06-15 15:54:27 -05:00
Victor Sosa a2c11947d3 CB-9128 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2015-06-12 09:41:13 -05:00
Ian Clelland de55dc7f84 Merge branch 'CB-6503' 2015-06-08 15:24:03 -04:00
Ian Clelland 7591ab84b5 CB-6503: Null pointer check for headers in upload (This closes #27) 2015-06-08 15:09:24 -04:00