GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/39
CB-7316 Updates file-transfer plugin with support of universal windows
apps, improve current specs compatibility.
Fix for [CB-7316](https://issues.apache.org/jira/browse/CB-7316)
Adds support for Windows platform.
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-file-transfer
CB-7316
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file-transfer/pull/39.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #39
----
commit f92244aff9641dd3a287e7efe7f15344cec3db1c
Author: Vladimir Kotikov <[email protected]>
Date: 2014-08-15T08:41:59Z
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.
commit ad0382e24c3ece62802b64afa9c5f2cfb3e0b032
Author: Vladimir Kotikov <[email protected]>
Date: 2014-08-15T08:47:15Z
CB-7316 Adds support for Windows platform, moves *Proxy files to proper
directory.
commit 05f2e7737d94f7a6945936027e2b36d83f9d9930
Author: Vladimir Kotikov <[email protected]>
Date: 2014-08-15T09:36:16Z
CB-7316 Updates docs with actual information.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---