Commit Graph

317 Commits

Author SHA1 Message Date
Vladimir Kotikov 2b86a85c74 CB-7532 Handle non-existent download dirs properly 2014-09-12 16:02:31 +04:00
Vladimir Kotikov 49c57d27b3 CB-7529 Adds support for 'ms-appdata' URIs for windows 2014-09-12 10:10:33 +04:00
Lisa Seacat DeLuca d1642de655 CB-7249 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2014-09-04 22:30:55 -04:00
Edna Morales 38d35c291f CB-7423 fix spec28,29 lastProgressEvent not visible to afterEach function 2014-09-02 17:07:35 -04:00
Staci Cooper 807dbdd371 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into fixtests 2014-09-02 14:42:49 -04:00
Archana Naik 82ad25e2c0 Amazon related changes. 2014-08-28 12:07:06 -07:00
Jesse MacFadyen affb5ec0a6 Remove dupe file windows+windows8 both use the same one 2014-08-20 11:59:40 -07:00
Jesse MacFadyen f7d5846395 Merge branch 'CB-7316' of https://github.com/MSOpenTech/cordova-plugin-file-transfer 2014-08-20 11:21:51 -07:00
Edna Morales 6f9b59fd88 added documentation for new test 2014-08-18 13:39:29 -04:00
Edna Morales e1afbb6d24 rebase from master 2014-08-18 11:59:20 -04:00
Vladimir Kotikov 05f2e7737d CB-7316 Updates docs with actual information. 2014-08-18 10:07:50 +04: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
Michal Mocny b5d1dffc2f CB-6466 Fix failing test due to recent url change 2014-08-15 15:00:34 -04:00
Michal Mocny 974bbaaa2e Merge branch 'CB-6466' of https://github.com/stacic/cordova-plugin-file-transfer 2014-08-15 14:19:59 -04:00
Edna Morales 86446811b2 Merge renamed tests dir 2014-08-13 13:07:30 -04:00
Staci Cooper 0b257f534c CB-6466 created mobile-spec test
Added a test to check that filetransfer.download() automatically creates
any nonexistent directories.

Also removed some unused code
2014-08-12 13:06:36 -04:00
Jesse MacFadyen e89989dc37 Merge branch 'cdvtest' of https://github.com/stacic/cordova-plugin-file-transfer 2014-08-07 13:06:41 -07:00
Steven Gill 4425ef64e4 CB-7244 Incremented plugin version. 2014-08-06 19:24:27 -07:00
Steven Gill a071c5bf9a CB-7244 Updated version and RELEASENOTES.md for release 0.4.5 0.4.5 r0.4.5 2014-08-06 18:58:22 -07:00
Staci Cooper fbca17be1e Renamed test dir, added nested plugin.xml and test
Added upload spec.6
2014-08-01 16:30:43 -04:00
Lisa Seacat DeLuca de4bf61d4c CB-7249cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2014-08-01 16:23:44 -04:00
Staci Cooper 74fe40d69d CB-7223 spec.27 marked pending for wp8
since wp8 does not support custom headers
2014-07-29 16:06:14 -04:00
Staci Cooper 9d0ecc233f CB-6900 fixed spec.7 for wp8
Test needs to check for x-wmapp0:/ instead of file:/ in case of wp
2014-07-29 16:03:35 -04:00
Staci Cooper b5a6df144e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into cdvtest 2014-07-29 13:41:51 -04:00
Staci Cooper 3b4afc8606 Fixed failing spec.19 on wp8
Also removed duplicate test
2014-07-28 15:57:29 -04:00
Ian Clelland 80c2d72b95 Merge documentation fix from 'andrewreedy/patch-1' (This closes #37) 2014-07-25 10:51:01 -04:00
Piotr Zalewa 70502d5023 Merge remote-tracking branch 'rodms/fxos-initial' 2014-07-25 09:19:59 +01:00
Edna Morales 683a0facef added documentation to manual tests 2014-07-24 14:48:35 -04:00
Edna Morales 91a67f864e Merge to work on top of test framework changes 2014-07-23 16:41:56 -04:00
Andrew Reedy fa0ba8ff81 Upload parameters out of order 2014-07-22 20:55:19 -07:00
Rodrigo Silveira 5877844711 FirefoxOS initial implementation 2014-07-22 15:42:15 -07:00
Staci Cooper 5c32f65616 CB-6961 port file-transfer tests to framework
fixed page style, cleaned up logging
2014-07-18 10:55:28 -04:00
Ian Clelland bdd3e2d56f CB-6781: Expose FileTransferError.exception to application 2014-07-14 10:56:08 -04:00
Lisa Seacat DeLuca 7e331313f6 CB-7110cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2014-07-09 14:43:30 -04:00
Ian Clelland 78453b5d15 Merge branch 'CB-6928' (This closes #32) 2014-07-08 14:22:45 -04:00
Javier Puerto 97a831e568 CB-6928: Add new error code to documentation 2014-07-08 14:14:13 -04:00
Javier Puerto b88584c5a3 CB-6928: Handle 304 status code 2014-07-08 14:14:12 -04:00
Javier Puerto 22f1ea573c CB-6928: Open output stream only if it's necessary. 2014-07-08 14:14:12 -04:00
Bryan Higgins 4e5f10c3a3 [BlackBerry10] Minor doc correction 2014-07-08 09:48:11 -04:00
Lisa Seacat DeLuca 04d45bab34 CB-6127lisa7cordova-plugin-consolecordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2014-07-07 15:27:22 -04:00
ldeluca 9035d79566 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer 2014-06-27 12:54:02 -04:00
Ian Clelland 1adf1c7a1b Update release notes and clean pull requests.
This closes #3
This closes #13
This closes #18
This closes #19
2014-06-27 12:12:42 -04:00
ldeluca 4ea02c972a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer 2014-06-23 12:24:42 -04:00
Raymond Camden 318c9412bc Update index.md
Simply add the values for the constants.
2014-06-20 09:48:25 -05: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
ldeluca 64956fab54 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer 2014-06-11 18:57:03 -04:00
Ian Clelland 1bc00a21db CB-6781: Update new docs to match AlexNennker's changes in PR30 2014-06-11 16:42:39 -04:00
Ian Clelland 32106e7a3f CB-6781: Continue previous commit with one new instance (This closes #30) 2014-06-11 16:35:13 -04:00