You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/11 07:05:44 UTC

[jira] [Commented] (CB-5631) FileTransfer.download progress returns excatly twice as much loaded bytes on android

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

ASF subversion and git services commented on CB-5631:
-----------------------------------------------------

Commit c35ca1a5c22298542f84e372a3f9ff6da914a05b in cordova-plugin-file-transfer's branch refs/heads/dev from [~naika]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=c35ca1a ]

Upleveled from android port with following commits:
3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for gzip downloads
8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it
651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space before "boundary".
35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin object to get FileEntry to return on download


> FileTransfer.download progress returns excatly twice as much loaded bytes on android
> ------------------------------------------------------------------------------------
>
>                 Key: CB-5631
>                 URL: https://issues.apache.org/jira/browse/CB-5631
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin File Transfer
>    Affects Versions: 3.2.0
>            Reporter: Malte Legenhausen
>            Assignee: Andrew Grieve
>
> When I download a file under android and calculate the progress of the download the onprogress event.loaded variable is set to twice as much bytes as there where total available.
> I fixed the bug for me by simply dividing the result of getTotalRawBytesRead by 2.
> This bug occurs since cordova 3.0.0 only on Android. Tests on iOS return the right result. I downloaded a video file from an apache http server.



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