openbmap / radiocells-scanner-android

WLAN and cell tower scanner for Radiocells.org
https://www.radiocells.org
Other
55 stars 26 forks source link

Redundant download #184

Open ReyhanJB opened 7 years ago

ReyhanJB commented 7 years ago

What steps will reproduce the problem? Open the app, go to setting, download "WiFi catalog" or "Offline map". After the download is finished, do it again.

What is the expected output? What do you see instead? I expect that the app keeps track of the downloaded map and avoid redundant download.

What version are you using? On what operating system? Latest version on Nexus 6P

Please provide any additional information below. Given that you're using Android DownloadManager service to manage the download of maps and wifi catalogs, I think you can query about the previous downloads and avoid new downloads that share the same ID with previous ones.