aegif / nemakiware-android-client

Android client for the NoSQL ECM server NemakiWare

Home Page:http://nemakiware.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better response for downloading files / Download and Upload Queue / Download Limit

GoogleCodeExporter opened this issue · comments

I would try to provide a progress bar which shows the user how long the
download will take. This can be done by downloading the file via
inputstreamreader and updating the progress bar after getting bytes from
the inputstream. So the user sees how long the download will take. 

Maybe we should provide a queue where all download and upload items will be
seen by the user. The user sees each file which is uploaded and downloaded,
can cancel it or set the other uploads/downloads to make this later. 

I had prepared that in my environment. Due to your changes, I have wasted
it. :-)

Additionally, I would warn the user if the file is bigger than 50 MB, for
example. The limit maybe can be set by the user itself.

Original issue reported on code.google.com by jens.goldhammer on 3 Feb 2010 at 10:03

Support for android managed downloads and confirmation for large files was 
added.

Original comment by Florian....@gmail.com on 21 Aug 2010 at 4:48

  • Changed state: Fixed