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-10-12Merge pull request #196 from bykoianko/one-length-units-for-all-systemAlex Zolotarev
Using enum Units through all the application for meters and feet.
2015-10-12Merge pull request #179 from vng/generatorIlya Zverev
[mwm] Put feature offsets table into MWM container.
2015-10-12Using enum::Units through all the application for meters and feet.Vladimir Byko-Ianko
2015-10-12[mwm] Put feature offsets table into MWM container.vng
2015-10-10Fixed crash on Android in debug mode when World maps are absent (not ↵Alex Zolotarev
downloaded yet).
2015-10-07Speedcam routing time computation engine.Lev Dragunov
2015-09-28Correct fix for CpuCount() which can change in runtime.Alex Zolotarev
2015-09-25[mwm set] Handle file system exceptions when building feature offsets index.vng
2015-09-25[logging] Abort app if LOG error level is greater than LERROR (debug) or ↵vng
LCRITICAL (release).
2015-09-23Reverted back temporary solution with normalize_unicode.cpp clang3.6 ↵Alex Zolotarev
compilation.
2015-09-23Removed sensitive C++ data.Alex Zolotarev
2015-09-23[linux-build] Fixed numerous link-time errors about missing libnormalize.Yuri Gorshenin
2015-09-23Fix testsSergey Yershov
2015-09-23Add generator_tool option for set mwm version for all datasetSergey Yershov
2015-09-23C++11 version of Platform::CpuCores().Alex Zolotarev
2015-09-23We don't need it any more.Alex Zolotarev
Revert "[android] Collect one-time statistics about fonts. Should be removed in the next release." This reverts commit f2c48bca17793ce75e58c96906b8b2efe1b21fa0.
2015-09-23[routing] route distance and next turn tests.Lev Dragunov
2015-09-23[routing] NextTurn field for following info.Lev Dragunov
2015-09-23Correct crash fix for missing navigation sounds file. Full path does not ↵Alex Zolotarev
work, because the path is always relative (for assets inside APK for Android or to resources folder on iOS).
2015-09-23[android] Pass current street name to routing info.Dmitry Yunitsky
2015-09-23[sounds] No sounds file crash fix.Lev Dragunov
2015-09-23[android] Collect one-time statistics about fonts. Should be removed in the ↵Alex Zolotarev
next release.
2015-09-23[routing] Route completion parameter for FollowingInfo.Lev Dragunov
2015-09-23Rearranged library dependencies.Alex Zolotarev
2015-09-23Replaced zlib with minizip which uses zlib from the operating system.Alex Zolotarev
2015-09-23Simplified routing when GetCountryName() needed.vng
2015-09-23Fixing platform unit test. Making them independent form sound strings.Vladimir Byko-Ianko
2015-09-23PR fixesLev Dragunov
2015-09-23Scoped mwm test stub.Lev Dragunov
2015-09-23[ios] Fixed bug when every launch was counted as a first one.Alex Zolotarev
2015-09-23[platform][tests] Fixed World files version check.vng
2015-09-23Review fixes.vng
2015-09-23[mwm] Store World’s temporary index files in writable directory according ↵vng
to their inner version.
2015-09-23Moved mm_version.* into “platform” library.vng
2015-09-23TTS player. Android part of turn notification system.Vladimir Byko-Ianko
2015-09-23Bugfix. Car routing on android platform.Vladimir Byko-Ianko
2015-09-23[fonts] Replace WenQuanYi MicroHei with Droid Sans FallbackIlya Zverev
2015-09-23Passing vector with turn notification strings instead of passing ↵Vladimir Byko-Ianko
Notification structure.
2015-09-23DistToTextId was rewritten as a template functions.Vladimir Byko-Ianko
2015-09-23git-clang-formatVladimir Byko-Ianko
2015-09-23Correction after colleagues comments. Adding unit tests. Some other changes.Vladimir Byko-Ianko
2015-09-23GetTextById::operator() returns flag if textId is found in a specified locale.Vladimir Byko-Ianko
2015-09-23git-clang-formatVladimir Byko-Ianko
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23Unit tests for get_text_by_id.Vladimir Byko-Ianko
2015-09-23Implementation of GetTextById class.Vladimir Byko-Ianko
2015-09-23Do not store good servers list in the settings. Otherwise if servers have ↵Alex Zolotarev
changed, old outdated servers will be loaded from settings and downloading will fail.
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Fixed struct ctor and case when FollowingInfo used by defaultConstantin Shalnev
2015-09-23Removed T-letter from TMapOptions.Yuri Gorshenin