master
[storage] method Count is added into QueueInterface
[storage] review fixes
[storage] values of enum Status are renamed (prefix E is removed).
[android][downloader] review fixes
Several fixes per the PVS-Studio report.
[storage] A refactoring of CountryInfoGetter.
[bookmarks][geocoder] Region address for bookmarks.
[storage] Separate CreateCountryInfoReader and CreateCountryInfoGetter methods.
[core] got rid of mwm migration and support of two component mwms
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
Got rid of the old style std/ includes for several files, mostly in map/ and platform/.
[storage] Removed the T prefix from type aliases and type names.
[std] Use new include style for coding, fixes.
[routing] Fixing routing quality and integration tests after packed_polygons.bin update.
[storage][promo] possibility to use top_countries_geo_ids from countries.txt is added into storage.
[storage] Support disputed territories with subterritories in GetTopmostParentFor.
[storage][ios] review fixes for background downloading
[platform][storage] type of Progress is changed
[storage] downloading queue is moved into separate class + factory method is added for platform specific downloaders
[storage] downloading queue is moved from storage into downloader
[storage] MapFilesDownloader hierarchy is refactored. Server list and network logic are moved from Storage into MapFilesDownloader. Review fixes.
[downloader] server with shortest response time is used first during map downloading.
[storage] MapFilesDownloader hierarchy is refactored. Server list and network logic are moved from Storage into MapFilesDownloader.
[ios] background downloader is added
remove my::make_unique
Moving routing_helpers.hpp and routing_helpers.cpp from map to storage.
[storage][downloader] case when some diffs are absent and some diffs are present is fixed.