Commit Graph

38 Commits

Author SHA1 Message Date
Jesse MacFadyen
65eea291b2 fix merge 2015-05-08 17:23:17 -07:00
Steve Gill
0530d90fb0 CB-8683 changed plugin-id to pacakge-name 2015-04-01 19:11:23 -07:00
Vladimir Kotikov
21fb03aa9c CB-8721 Fixes incorrect headers and upload params parsing on wp8 2015-03-24 11:46:51 +03:00
Vladimir Kotikov
bb0ed704a8 CB-7957 Adds support for browser platform 2015-02-11 17:46:01 -08:00
Josh Soref
0481a2ad92 www/FileTransfer.js
CB-7316 Fix over-eager credentials pattern
2015-01-19 11:34:20 -05:00
Willy Aguirre
27c01daf00 update array 2014-11-26 11:44:19 -05:00
Vladimir Kotikov
ad0382e24c CB-7316 Adds support for Windows platform, moves *Proxy files to proper directory. 2014-08-18 10:07:50 +04:00
Vladimir Kotikov
f92244aff9 CB-7316 Improves current specs compatibility:
* Update handling credentials routine, replace parsing with Uri object by regexp parsing due to security errors in Windows.
* Add support to aborting download/upload operations for windows platform.
* Add support of progress events for download/upload operations for windows platform.
  - progress event object for upload operation is always empty, due to Windows restrictions.
* Fix multiple errors with handling invalid URLs and paths.
* Fix error callbacks in download/upload methods. Now they called with proper Error objects.
2014-08-18 10:07:49 +04:00
Rodrigo Silveira
5877844711 FirefoxOS initial implementation 2014-07-22 15:42:15 -07:00
Ian Clelland
bdd3e2d56f CB-6781: Expose FileTransferError.exception to application 2014-07-14 10:56:08 -04:00
Javier Puerto
b88584c5a3 CB-6928: Handle 304 status code 2014-07-08 14:14:12 -04:00
Jesse MacFadyen
2cd642211b [Windows8] upload uses the provided fileName or the actual fileName 2014-06-18 00:42:40 -07:00
Jesse MacFadyen
63d07020cf CB-2420 [Windows8] honor fileKey and param options. This closes #15 2014-06-13 18:09:55 -07:00
Bryan Higgins
c6bafea30e CB-3440 [BlackBerry10] Update implementation to use modules from file plugin 2014-05-08 14:01:06 -04:00
Jesse MacFadyen
f2e56a2ac0 CB-6422 [windows8] use cordova/exec/proxy 2014-04-08 16:18:01 -07:00
Ian Clelland
ed24e210f4 CB-6106: Ensure that nativeURL is used by file transfer download 2014-02-27 16:40:32 -05:00
lmnbeyond
d28f85d7b0 Make it a priority to use filesystemName to create FileSystem object 2014-02-24 11:14:16 +08:00
Jesse MacFadyen
be44194066 CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks 2014-01-28 15:23:10 -08:00
Bryan Higgins
613ee821df CB-4899 [BlackBerry10] Improve binary file transfer download 2014-01-09 11:25:32 -05:00
Bryan Higgins
398a9ecafb CB-5722 [BlackBerry10] Update upload function to use native file object 2014-01-03 11:15:31 -05:00
Ian Clelland
2f1411f5dc CB-5466: Update FileTransfer plugin to accept filesystem urls 2013-11-22 10:31:38 -05:00
purplecabbage
9337aa1a89 removed un-needed undef check 2013-10-03 10:47:04 -07:00
purplecabbage
32e980dbde Merge branch 'fix-win8' of https://github.com/Touchit/cordova-plugin-file-transfer into dev 2013-10-03 10:46:27 -07:00
Anis Kadri
ba3f9dddbf Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into dev
Conflicts:
	www/windows8/FileTransferProxy.js
2013-09-25 16:47:36 +02:00
Anis Kadri
93d8bfc2c5 CB-4889 updating core references 2013-09-25 16:46:54 +02:00
purplecabbage
ae3caf491a [windows8] commandProxy was moved 2013-09-24 01:41:00 -07:00
purplecabbage
6eaa2efcd0 add atob+btoa for wp7 only fixes FileTransfer issues 2013-09-11 18:39:51 -07:00
Viras-
95fa68041e [CB-4668] WP8 FileTransfer works with the standard JS implementation. Fixing error in parsing of HTTP params which causes sub-JSON objects to not work 2013-09-05 07:00:38 +02:00
purplecabbage
445f737f43 [Windows8][CB-4442] Added windows 8 support 2013-07-30 18:19:25 -07:00
Bryan Higgins
834248d040 [CB-3727] [BlackBerry10] One more resolve issue fix 2013-07-15 17:30:34 -04:00
Bryan Higgins
a1951f158e [CB-3727] [BlackBerry10] Update FileError require for BB10 override 2013-07-15 17:13:00 -04:00
Bryan Higgins
34fd9247ff [CB-3727] Fix require issue for FileTransferError 2013-07-15 16:28:06 -04:00
Hasan Ahmad
d39016ecb2 [CB-3732] blackberry10 support
Reviewed by Bryan Higgins <bhiggins@blackberry.com>
Tested by Tracy Li <tli@blackberry.com>
2013-07-15 11:42:19 -04:00
Andrew Grieve
5694fefb8e [CB-4131] Use relative require paths in FileTransfer plugin. 2013-07-09 14:54:45 -04:00
Andrew Grieve
de38d4a2c8 Fix require paths that were broken by plugin id changes 2013-06-28 20:21:39 -04:00
Benn Mapes
2b29093423 [CB-3729] first pass wp8 support 2013-06-24 15:25:23 -07:00
Steven Gill
48f8ede737 updated referenes 2013-06-18 17:34:43 -07:00
hermwong
571d316e7a added js files from Cordova-JS 2013-06-14 11:15:26 -07:00