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-23Revert "Merge pull request #2866 from vng/routing-beta"Denis Koronchik
This reverts commit 7f52ed17e0b473bb98ce106e3982ca6d3785e4ea, reversing changes made to efcc4ddb2d653a5e627d0d2ea62cc56b863ee785.
2015-09-23Revert "Merge pull request #2843 from deniskoronchik/compress"vng
This reverts commit 6439e1dbf2be553ea716eaddb54f1fe763d0b2c0, reversing changes made to 2230c57daef9460497de3a9f74b0856e0d57443f.
2015-09-23[osrm][routing] Improve compression. Store edge id’s by shortcutsDenis Koronchik
2015-09-23[routing] Compress node to feature id index.Denis Koronchik
2015-09-23[routing] [generator] Using Mapping file container for routing index.Denis Koronchik
2015-09-23[generator] Generate .mwm.osm2ft file for mapping ways from OSM to Feature ID.vng
2015-09-23- Load only binary styles in every configurationAlex Zolotarev
- Removed world file without search index from repo
2015-09-23[core] Valid file name and url.Dmitry Kunin
2015-09-23[codereview]Dmitry Kunin
2015-09-23[core] Guides management.Dmitry Kunin
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