Commit Graph

41 Commits

Author SHA1 Message Date
Norman Breau 24b15c5f5a doc: Improve progressEvent documentation (#280) 2020-09-23 10:20:22 +00:00
Tim Brust 46666ee89c fix!: remove deprecated platforms (#270) 2020-08-31 14:02:08 +00:00
Tim Brust 2d5d3519b9 docs: undeprecate the plugin (#267)
Co-authored-by: エリス <erisu@users.noreply.github.com>
2020-08-25 12:36:13 +00:00
maverickmishra 265b63faa1 Updated links in Deprecation Notice
This closes #194
2017-10-20 14:24:28 -07:00
maverickmishra a0195ccaea Updated README with Deprecated Status 2017-10-20 13:21:28 -07:00
Simon MacDonald 82100791e3 CB-12809: Google Play Blocker: Unsafe SSL TrustManager Defined
Closes #187
2017-08-31 17:33:27 -04:00
filmaj 3e93c94d3b CB-7995: document that FileTransferError.exception on iOS is never defined. 2017-07-14 14:41:25 -05:00
Jesse MacFadyen 43ec63a7b1 fix merge conflict 2017-07-11 16:40:55 -07:00
Jan Piotrowski 14b77d7007 Remove broken headline and useless reference to it 2017-07-11 16:20:48 -07:00
Alexander Sorokin 9cf583ab39 CB-12991: (CI) Updated CI badges 2017-07-07 10:25:31 +03:00
Alexander Sorokin 3876e4cd76 Added Android 6.0 build badge to README 2017-04-26 15:40:53 +03:00
Alexander Sorokin 629e833611 CB-12363 Added build badges for iOS 9.3 and 10.0 2017-01-18 13:30:52 +03:00
Alexander Sorokin 1cf4657cb7 CB-12230 Removed Windows 8.1 build badges 2016-12-09 14:19:23 +03:00
Vladimir Kotikov 134dde5f90 Add badges for paramedic builds on Jenkins 2016-06-10 11:59:13 +03:00
Conrado Costa 7f76831b72 documentation with a wrong log message in fileTransfer.download function
This closes #148
2016-06-06 10:31:08 -07:00
Mikejo5001 82c5af9b5d added link to sample 2016-05-24 22:08:23 +03:00
daserge 9347606dd3 CB-10974 Cordova file transfer Content-Length header problem
Fixed iOS logic to not to include Content-Length when chunkedMode=true
Fixed Android logic preventing chunkedMode to be enabled for http uploads
Added tests for chunkedMode
Documented chunkedMode not supported on Windows
Documented Uploading of an empty file is not supported for chunkedMode=true and multipart=false for iOS, pended the corresponding test
2016-05-17 12:24:27 +03:00
Nikhil Khandelwal 6ad92c92ab Add fenced code blocks to help code formatting 2016-05-09 10:22:48 -07:00
Mikejo5001 eb8052711f CB-11003: Adding sample section to documentation.
This closes #136
2016-04-25 17:05:24 -07:00
Dmitry Blotsky 128c388d57 CB-10996 Adding front matter to README.md 2016-04-22 19:35:50 -07:00
Raghav Katyal 584754869b CB-10771: Fixing failure when empty string passed as a value for option parameter in upload function 2016-03-28 15:08:58 -07:00
Raghav Katyal 3d2d312484 Minor changes to Readme 2016-03-01 14:46:52 -08:00
daserge 418e904a98 CB-10636 Add JSHint for plugins 2016-02-29 11:59:58 +03:00
daserge 182b0c5ebe CB-9837 Add data URI support to file-transfer upload on iOS
Adds iOS and Windows implementation; mention in the docs
Adds corresponding tests
Increases spec.35 timeout for Windows Phone 8.1 case as it contains 2 download operations
2015-12-14 16:58:18 +03:00
daserge a9470ff1cc CB-9600 FileUploadOptions params not posted on iOS
Documents supported params key/value type
2015-12-07 12:53:03 +03:00
daserge a762f3fe58 CB-8641 (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec
Increases timeout for Windows case for spec.10, spec.21 (abort right away), spec.15 (unknown host)
Documents the latency quirk caused by BackgroundDownloader usage
[Windows] Mark an upload aborted to be cancelled right away as it did not have enough time to be created when abort was called in filetransfer.spec.21 (so that unexpected httpWin fired)
Extended test buffer to avoid unexpectedCallbacks.httpWin on Windows & local test server (filetransfer.spec.21)
2015-12-04 09:57:37 +03:00
Julien Bouquillon 116a21b810 add JIRA issue tracker link 2015-10-17 13:33:12 +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
Jesse MacFadyen f0209a2f75 remove travis-ci integration 2015-07-07 15:04:20 -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
aroberson f52d324b4f Updated documentation for browser 2015-06-15 16:03:56 -05:00
Michael Chen 04f088b6c9 CB-6503: Allow payload content-types other than multipart/form-data to be used for upload 2015-06-08 15:09:24 -04:00
Raymond Camden dbd7a5ee6d fix npm md issue 2015-06-02 10:50:09 -05:00
Jesse MacFadyen 9402cf41e4 This closes #80, This closes #12 2015-05-11 18:00:32 -07:00
Steve Gill 30eb233d53 CB-8653 Updated Readme 2015-03-13 19:25:18 -07:00
Jesse MacFadyen dc2161be2d CB-8566 Integrate TravisCI 2015-03-02 17:28:51 -08:00
Andrew Grieve 102e7afc93 CB-5658 Add doc.index.md for File Transfer plugin 2013-12-18 15:01:58 -05:00
Steven Gill d50689cd43 updated namespace, name tag and readme 2013-08-14 15:33:18 -07:00
Steven Gill 02a23a997b updated readme 2013-07-18 16:15:55 -07:00
hermwong 3a4a622c9c added README 2013-06-14 10:59:12 -07:00