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 (Expand)Author
2015-09-23[ios] Closes #308 - Display compass calibration alertAlex Zolotarev
2015-09-23separated benchmarking code into Framework ancestor.rachytski
2015-09-23ANDROID: rendering red rectangle on the gray background through YG. Should re...rachytski
2015-09-23removed multisampling and periodical update support.rachytski
2015-09-23Using all available CPU cores for tile rendering.rachytski
2015-09-23Added Reader for FreeType fontsAlex Zolotarev
2015-09-23Removed Platform::ReadPathForFileAlex Zolotarev
2015-09-23Languages routine fixes. Do not throw exceptions if no language preferencies.vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23[Refactoring]vng
2015-09-23Fixed compilation issueAlex Zolotarev
2015-09-23[Refactoring] Add BasePlatformImpl class for most Platform's member functions...vng
2015-09-23Move settings.* from map to platform.vng
2015-09-23Remove TimeInSec from Platform. We have my::Timer cross platform class.vng
2015-09-23[mingw] Build fixAlex Zolotarev
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23[ios] Compilation fixesAlex Zolotarev
2015-09-23Fix msvc compilation error.vng
2015-09-23Catch all exceptions in Runner.Yury Melnichek
2015-09-23[win] Closed #281 - Get preferred languages on first startupAlex Zolotarev
2015-09-23Make IRunner::Run() const and IRunner::Join() protected.Yury Melnichek
2015-09-23Added preferred languages support for LinuxAlex Zolotarev
2015-09-23Get user preferred languages on 1st startup and use them for text dislpayingAlex Zolotarev
2015-09-23[mac] Fixed my position crash on systems without wifiAlex Zolotarev
2015-09-23Rewrote logic for maps adding. First, we read all maps from resources,Alex Zolotarev
2015-09-23Forgot to add concurrent_runner implementation for iosAlex Zolotarev
2015-09-23Removed startup resource files checkAlex Zolotarev
2015-09-23Build fixesAlex Zolotarev
2015-09-23Added simple concurrent threads poolAlex Zolotarev
2015-09-23Fix compilation on Mac.Yury Melnichek
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Removed boost:: namespace and fixed boost includesAlex Zolotarev
2015-09-23[win] My Position works using wifi or local router gatewayAlex Zolotarev
2015-09-23[qt][download] Manager now supports requests from different threadsAlex Zolotarev
2015-09-23[download][qt] SSL errors are ignoredAlex Zolotarev
2015-09-23Updated jansson testAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23[ios] Fixed build errorAlex Zolotarev
2015-09-23[msvc] Compilation fixes.vng
2015-09-23Added filter to location managerAlex Zolotarev
2015-09-23[win32] Compilation fixesAlex Zolotarev
2015-09-23Introduced LocationManager with multiple location services supportAlex Zolotarev
2015-09-23Unique client ids are only set in HTTP requests to mapswithme.com serversAlex Zolotarev
2015-09-23Improved Jansson unit testAlex Zolotarev
2015-09-23Refactored Downloader, added HTTP POST supportAlex Zolotarev
2015-09-23Fixed multidownload test - several progresses can come before onFinish is calledAlex Zolotarev
2015-09-23Updated jansson lib to 2.0.1Alex Zolotarev
2015-09-23Removed Platform::TimeString() and replaced with ctime()Alex Zolotarev