fjlopezs / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Fixing Progress Indicator #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a long track is uploaded, the progress indicator shows 10%
straight away, stays at 10% for the whole time it takes to upload, and
goes straight to 100% after that. It's not a major problem, but it
does give the impression that My Tracks has crashed. 

Original issue reported on code.google.com by dickson....@gmail.com on 15 Feb 2011 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by sandordo...@google.com on 16 Feb 2011 at 12:07

GoogleCodeExporter commented 9 years ago
If I remember correctly, this was already being fixed by Matthew. Please update 
if it's already done.

Original comment by rdama...@google.com on 30 Apr 2011 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by rdama...@google.com on 30 Apr 2011 at 5:46

GoogleCodeExporter commented 9 years ago
I think that Matthew fixed the file progress bar not upload progress bar.

Original comment by sandordo...@google.com on 30 Apr 2011 at 7:42

GoogleCodeExporter commented 9 years ago
@sandor That's correct.

Original comment by simmonmt@google.com on 2 May 2011 at 3:21

GoogleCodeExporter commented 9 years ago
I've only uploaded small tracks recently, so haven't checked it. Thanks for 
looking into this.

Original comment by dickson....@gmail.com on 3 May 2011 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by jshih@google.com on 9 Dec 2011 at 9:12

GoogleCodeExporter commented 9 years ago
The current algorithm is to start at 10%, update the progress bar after each 
network request. So if all the points can fit within one network request, the 
progress bar will go from 10% to 90% when the request finishes. But this 
behavior is only for a small track. For a long track, the progress bar will 
gradually increase after each network request.

Original comment by jshih@google.com on 31 Jan 2012 at 6:19