Slightly fix download message. And more en screenshots

This commit is contained in:
Victor Shcherb 2011-07-17 15:21:08 +02:00
parent 252643ff80
commit a2ad797fd9
4 changed files with 1 additions and 1 deletions

View file

@ -443,7 +443,7 @@ public class DownloadIndexActivity extends ListActivity {
String filename = filesToDownload.get(i);
DownloadEntry entry = entriesToDownload.get(filename);
if (entry != null) {
String indexOfAllFiles = filesToDownload.size() < 1 ? "" : (" ["+(i+1)+"/"+filesToDownload.size()+"]");
String indexOfAllFiles = filesToDownload.size() <= 1 ? "" : (" ["+(i+1)+"/"+filesToDownload.size()+"]");
if (downloadFile(filename, entry.fileToSave, entry.fileToUnzip, entry.unzip, impl, entry.dateModified,
entry.parts, filesToReindex, indexOfAllFiles)) {
entriesToDownload.remove(filename);

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB