mrpdaemon / encdroid

Encdroid is an Android application for accessing EncFS volumes on cloud storage
GNU General Public License v3.0
86 stars 20 forks source link

Use custom dialog for multiple file opertions #62

Open mrpdaemon opened 10 years ago

mrpdaemon commented 10 years ago

Right now multiple files operations (like recursive export or import) just show a dialog with curFile/totalFiles which doesn't really give a lot of information, especially if large files are involved. Instead we should have two progress bars that show:

<=======> bytesDone / bytesTotal (current file) <=======> curFile / totalFiles (overall progress)