Slightly fix download message. And more en screenshots
This commit is contained in:
parent
252643ff80
commit
a2ad797fd9
4 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
BIN
config/screenshots/en/Osmand_map_cyclist.jpg
Normal file
BIN
config/screenshots/en/Osmand_map_cyclist.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
BIN
config/screenshots/en/Osmand_map_pedestrian.jpg
Normal file
BIN
config/screenshots/en/Osmand_map_pedestrian.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 KiB |
BIN
config/screenshots/en/Osmand_menu.jpg
Normal file
BIN
config/screenshots/en/Osmand_menu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 KiB |
Loading…
Reference in a new issue