brainwane / openintents

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

Delete action should run in a thread. #294

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Delete a large folder

What is the expected output? What do you see instead?
The delete prompt stays displayed with the OK button highlighted for a long 
time.
I expect the OK prompt to disappear and to see a progress bar instead.

What version of the product are you using? On what operating system?
1.1.3.

Please provide any additional information below.
If I remember correctly it also does an ANR if it takes too long, although I 
haven't reproduced that just now.

Original issue reported on code.google.com by neilboyd on 9 Jul 2010 at 8:54

GoogleCodeExporter commented 8 years ago
Seems I don't have the option to specify the application - it is File Manager.

Original comment by neilboyd on 9 Jul 2010 at 8:54

GoogleCodeExporter commented 8 years ago

Original comment by peli0...@googlemail.com on 20 Jul 2010 at 6:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r3297.

A new background thread is created for deleting files and folders.
It supports deleting multi-selected files. 
A toast is shown at the beginning and at the end of the delete action.

TODO:
* add a progress bar (currently only a Toast is shown)

New issue
Summary: OI File Manager: copy and move in thread showing progress bar
Labels: Type-Defect, Priority-Medium, Stack-FileManager
Similar to issue 294, but extend it to also support copy and move commands.

Original comment by peli0...@googlemail.com on 19 Apr 2011 at 3:03

GoogleCodeExporter commented 8 years ago
New issue 338 has been created for copy and move actions.

Original comment by peli0...@googlemail.com on 19 Apr 2011 at 3:10