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-23Add free storage space handler to download button in map.vng
2015-09-23Factor out common Platform implementations for Unix-based OS.vng
2015-09-23[downloader] Handle exceptions correctly in downloader for FileWriter manipul...vng
2015-09-23Remove Platform::IsProVersion.vng
2015-09-23Add file name utils to platform.provng
2015-09-23[android] Delete country before update downloading. We can't share mwm file b...vng
2015-09-23Delete destination file in downloader on success before renaming.vng
2015-09-23- Make unique constants for map reader for all the platforms.vng
2015-09-23[android] Add simple implementation of RunAsync.vng
2015-09-23Fix bug with font's names getting in Platform.vng
2015-09-23[android] Fix font name paths.vng
2015-09-23[downloader] Fix issue when url download failed. Use default server urls.vng
2015-09-23Remove ugly copy-paste.vng
2015-09-23[downloader] Add comments, minor changes.vng
2015-09-23Refactoring of downloader resume policy.vng
2015-09-23Added download/cancel/resume unit testAlex Zolotarev
2015-09-23added flags for not-cleaning resume and partially downloaded files upon destr...rachytski
2015-09-23[android] Fix compass direction.vng
2015-09-23fixes according to code review.rachytski
2015-09-23moved ParseServerList into http_request.hpp, *.cpprachytski
2015-09-23[android] searching for fonts in WritableDirrachytski
2015-09-23refactored RenderPolicies to accept visualScale, skinName and screenSize amon...rachytski
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23[iphone] Platform::TileSize for iPad3 should be 1024.rachytski
2015-09-23adding only m_tileScale and m_tileScale - 2 tiles to firstClassTiles to impro...rachytski
2015-09-23fixed incorrect path when loading settings.rachytski
2015-09-23[android] implemented UniqueClientIdrachytski
2015-09-23Viewport rect fix for my position if country isn't loaded.vng
2015-09-23removed Platform::MaxTilesCountrachytski
2015-09-23Fix exception type in settings.ini reading.vng
2015-09-23Settings reading refactoring. Check istringstream fail bit and avoid code dup...vng
2015-09-23[ios] Fixed VisualScale for iPad3 supportAlex Zolotarev
2015-09-23Different metaservers for versions with and without searchAlex Zolotarev
2015-09-23[iOS] fixed compilationrachytski
2015-09-23pyramidal tiles pre-caching.rachytski
2015-09-23precalculating the minimum size of TileCache.rachytski
2015-09-23[android] re-initializing Platform upon receiving onCreate.rachytski
2015-09-23hardcoding MaxTileSize. should refactor to compute it automatically. see issu...rachytski
2015-09-23should use LWARNING instead of LERRORrachytski
2015-09-23[android] fixed CpuCores.rachytski
2015-09-23[android] Temporarily use only 1 CPU core to avoid crashesAlex Zolotarev
2015-09-23removed BaseState, simplified PacketsQueuerachytski
2015-09-23[android] adapting tileSize to screen size.rachytski
2015-09-23[android] Rolled back MmapReader to FileReaderAlex Zolotarev
2015-09-23[mac] Compilation fixAlex Zolotarev
2015-09-23[linux] Fixed build errorAlex Zolotarev
2015-09-23[win] Fixed compilation errorsAlex Zolotarev
2015-09-23[iOS] fixed small typo.rachytski
2015-09-23changed default skin name for desktop systems.rachytski
2015-09-23[ios] using mdpi and xhdpi as skin suffixes.rachytski