Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-23[android] Use alternative zip files for *.ttf and World, WorldCoasts.vng
2015-09-23[android] Move kml files when changing storage path.vng
2015-09-23New file extensions for "resume" and "downloading" (due to possible bugs in ↵vng
old files).
2015-09-23Refactoring of maps update after downloading:vng
- Delay maps deleting and updating if mwm is busy; - Fix bugs with different mwm maps status; - Add better function for country bounds; - Simplify Storage logic;
2015-09-23New extensions for resume/downloading logic to avoid mixing with old user's ↵vng
temporary files.
2015-09-23removed packed_polygons.bin from external_resources. this file should be ↵rachytski
present for country names checks.
2015-09-23Different metaservers for versions with and without searchAlex Zolotarev
2015-09-23Delete country command removes all intermediate downloaded files tooAlex Zolotarev
2015-09-23Added 3rd server to default listAlex Zolotarev
2015-09-23[ios] Added Search Banner check on entering foregroundAlex Zolotarev
2015-09-23Add binary drawing rules generation from text rules file.vng
2015-09-23- Store laguages in mwm header.vng
- Add mwm.tmp suffix to temporary dat files.
2015-09-23[downloader] Moved server to mapswithme domainAlex Zolotarev
2015-09-23Fixed base server urls logicAlex Zolotarev
2015-09-23Added request for server urls when downloading fileAlex Zolotarev
2015-09-23Fix compilation of framework.cpp.Yury Melnichek
2015-09-23Removed unnecessary fileAlex Zolotarev
2015-09-23Added simple url change on error supportAlex Zolotarev
2015-09-23Code for full world generation (World.mwm, WorldCoasts.mwm).vng
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23Added "version" tag to mwm file containerAlex Zolotarev
2015-09-23Added search categories loaderAlex Zolotarev
2015-09-23Moved MAX_SUPPORTED_LANGUAGES constant to defines.hppAlex Zolotarev
2015-09-23Unique client ids are only set in HTTP requests to mapswithme.com serversAlex Zolotarev
- Changed dev server address to strong mapswithme.com subdomain
2015-09-23Added production configurationAlex Zolotarev
It is enabled by adding CONFIG+=production in qmake command line Use OMIM_PRODUCTION define in the code
2015-09-23Removed old countries.txt with cell idsAlex Zolotarev
2015-09-23- Changed download server to production oneAlex Zolotarev
- Added operating system prefix for http server access logs - Fixed data version when generating update
2015-09-23Reverted back update urlAlex Zolotarev
2015-09-23Minor Refactoring for update check notification mechanismAlex Zolotarev
2015-09-23Refactored settings engineAlex Zolotarev
2015-09-23Added "Automatic update check" checkbox and Preferences dialogAlex Zolotarev
2015-09-23Added countries to downloaderAlex Zolotarev
2015-09-23Moved defines.hpp to the project rootAlex Zolotarev