osmeditor4android icon indicating copy to clipboard operation
osmeditor4android copied to clipboard

Progress bar instead of spinner when loading into memory

Open jidanni opened this issue 3 years ago • 1 comments

Here a progress bar showing the percentage completed would be much more useful than the spinner.

That way the user could get some idea of any of what's going on instead of assuming that the app is stuck forever etc. Screenshot_20220914-223227_Vespucci.jpg

jidanni avatar Sep 15 '22 02:09 jidanni

Also show some raw numbers, like: 532/22432.

That way the user could see the problem right away. For instance: "oh no wonder; it was a large number of points that I had to load still." Or, "something's wrong because so few points and it's still not loading."

jidanni avatar Sep 15 '22 02:09 jidanni

This literally isn't possible without counting how many elements are in the state file/download/local file first, which is essentially the same thing as loading the data in to memory.

simonpoole avatar Jan 29 '23 08:01 simonpoole