thecyman / iqbox-ftp

Automatically exported from code.google.com/p/iqbox-ftp
0 stars 0 forks source link

If there's no files to sync, it doesn't give a green checkmark #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you have 0 files then it doesn't say in sync. Technically, although there's 
nothing to sync, it should say in sync.

Original issue reported on code.google.com by simonis2...@gmail.com on 12 Aug 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Some work has been done to partially fix this, but it still occurs.
The source is things like temp files being created or actions in the 
delayedActionQ. Also, not sure if creating a folder is worthy of a checkmark 
animation.
Right now, the checkmark is shown when we empty the file action queue. I think 
we need to change it to: If we uploaded, downloaded, deleted or renamed at 
least 1 file, and the mainSimpleQ is empty, then we send the checkmark. Hmm.. 
For a later version, for now.

Original comment by simonis2...@gmail.com on 11 Oct 2013 at 6:36