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-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
2015-09-23[iOS] Compilation for iOS with QT5 toolchain.vng
2015-09-23[mac] Fixed compilation issue with new MacOSX SDK - they removed WiFi ↵Alex Zolotarev
scanning code starting from MacOS X 10.7
2015-09-23Move file_name_utils into coding.vng
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Add regexp routine (base on boost::expressive).vng
2015-09-23Factor out common Platform implementations for Unix-based OS.vng
2015-09-23Add file name utils to platform.provng
2015-09-23- Make unique constants for map reader for all the platforms.vng
- Reduse default constants for regular FileReader.
2015-09-23[downloader] Fix issue when url download failed. Use default server urls.vng
2015-09-23moved ParseServerList into http_request.hpp, *.cpprachytski
2015-09-23[android] implemented UniqueClientIdrachytski
2015-09-23[ios][mac] Added implementations for Platform::RunOnGuiThread and ↵Alex Zolotarev
Platform::RunAsync @see #486
2015-09-23[android] fixed artifacts in alpha blending, switched off periodical updates ↵rachytski
to get rid of incorrect z-buffer bug.
2015-09-23added PThreadVideoTimer and tests for it. still it doesn't work as expected.rachytski
2015-09-23Changed preferred language algorithm to the new one - now feature has two names:Alex Zolotarev
- default "name" - "name:<my native lang>" OR "int_name" OR "name:en" Also houses names are drawn if house has a number and a name
2015-09-23[downloader] Removed old implementationAlex Zolotarev
2015-09-23[linux] Fixed build errorsAlex Zolotarev
2015-09-23[mac][downloader] Finished basic chunks supportAlex Zolotarev
2015-09-23[mac] Added chunks download strategyAlex Zolotarev
2015-09-23[mac][downloader] Added but not activated new implementation, still without ↵Alex Zolotarev
chunks
2015-09-23[qt] Removed unnecessary dependenciesAlex Zolotarev
2015-09-23Common Downloader code now is used on iOS and Mac OS X platformsAlex Zolotarev
2015-09-23[qt][ios] Refactored location managerAlex Zolotarev
2015-09-23[android] Fixed platform build issuesAlex Zolotarev
2015-09-23Added random url generatorAlex Zolotarev
2015-09-23[ios][qt] Platform refactoringAlex Zolotarev
2015-09-23Move languages.* from 'map' to 'platform'.vng
2015-09-23introduced VideoTimer, refactored rendering loop to use Timers, as on iOS.rachytski
2015-09-23[Refactoring] Add BasePlatformImpl class for most Platform's member ↵vng
functions realization. @TODO: - Fix iPhone build; - Get most Platform's params from Settings;
2015-09-23Move settings.* from map to platform.vng
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23Get user preferred languages on 1st startup and use them for text dislpayingAlex Zolotarev
@TODO windows implementation
2015-09-23Added simple concurrent threads poolAlex Zolotarev
2015-09-23[win] My Position works using wifi or local router gatewayAlex Zolotarev
2015-09-23Introduced LocationManager with multiple location services supportAlex Zolotarev
Added WiFi location service for Mac @TODO filter location events from different sources
2015-09-23One more build fixAlex Zolotarev
2015-09-23Fixed project filesAlex Zolotarev
2015-09-23[win] Fixed compilation errorsAlex Zolotarev
2015-09-23[qt] Removed downloader, preferences, classificator and guide from ↵Alex Zolotarev
release/production builds
2015-09-23Refactored gps location system:Alex Zolotarev
- Moved all code to crossplatform framework - OS-dependent location services are implemented in platform - Added my position button to desktops
2015-09-23Added mac and ios location services implementation to platformAlex Zolotarev
2015-09-23Added coding/sha2.hpp and coding/base64.hppAlex Zolotarev
Unique user ID now calculated as sha224 + base64
2015-09-23[qt] Integrated tomcrypt sha1 for unique user idAlex Zolotarev
2015-09-23Closes #93Alex Zolotarev
Send OS/version/unique id in http user agent for each download
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev