Hi,<div><br></div><div>When downloading files in And Bible the Progress bar shows inaccurate download estimates due to using a predicted download time.</div><div><br></div><div>I have been experimenting using actual progress figures based on file size and it seems to be working fine.  Is there a reason the predictive rather than actual approach was taken or shall I submit a potential patch for review?</div>
<div><br></div><div>My experiment involved:</div><div>   passing Progress into WebResource</div><div>   calling getSize at the start of WebResource.copy()</div><div>   accumulate total bytes downloaded</div><div>   call job.setWork in the WebResource.copy() download loop</div>
<div><br></div><div>Best regards</div><div>Martin</div>