[ 
https://issues.apache.org/jira/browse/CB-7316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100320#comment-14100320
 ] 

ASF GitHub Bot commented on CB-7316:
------------------------------------

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 <v-vlk...@microsoft.com>
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 <v-vlk...@microsoft.com>
Date:   2014-08-15T08:47:15Z

    CB-7316 Adds support for Windows platform, moves *Proxy files to proper 
directory.

commit 05f2e7737d94f7a6945936027e2b36d83f9d9930
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2014-08-15T09:36:16Z

    CB-7316 Updates docs with actual information.

----


> Update file-transfer plugin with support of universal windows apps, improve 
> current specs compatibility.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CB-7316
>                 URL: https://issues.apache.org/jira/browse/CB-7316
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin File Transfer
>            Reporter: Vladimir Kotikov
>
> Current implementation of file plugin for windows 8 doesn't support important 
> features, like aborting of transfer operations, progress events... Due to 
> this most part of mobilespec's file transfer tests is fails on windows8 
> platform.
> Also there is no plugin version for universal Windows platform.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to