nikunjkacha / openintents

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

OI File Manager: copy and move in thread showing progress bar #338

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Similar to issue 294, but extend it to also support copy and move commands.

Copying or moving large folders may take long and result in an ANR. This should 
be avoided by running in a background thread and showing a progress bar.

Original issue reported on code.google.com by peli0...@googlemail.com on 19 Apr 2011 at 3:08

GoogleCodeExporter commented 8 years ago
I want to know instead of progress bar, progress dialog(with circle 
running)acceptable? because we do not need to show the percentage number, but 
only the runing circle, correct?

Original comment by jzs...@gmail.com on 7 Jan 2012 at 5:48

GoogleCodeExporter commented 8 years ago
Progress dialog or simply progress indicator in the title / action bar would 
also be acceptable.
The advantage of the dialog would be that one could include a "cancel" button.

Maybe one should show the indicator only in the title / action bar first, and 
only after half a second  or so open a the dialog. Otherwise the dialog is 
shown for many short operations for a very short time.

Alternatively there could be a menu / action bar item "Cancel copy" / "Cancel 
move" only during the copy / move operation. Then there would be no need for a 
dialog.

Original comment by peli0...@googlemail.com on 7 Jan 2012 at 6:10