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] Compilation for iOS with QT5 toolchain.vng
2015-09-23Minor include fixes.vng
2015-09-23[android] Do not allow to change map storage path when downloading is active.vng
2015-09-23Move file_name_utils into coding.vng
2015-09-23[search] Do address search in particular mwm when country (state) is matched.vng
2015-09-23Add test for Brazil detecting from inner point.vng
2015-09-23Add tests for Storage::FindIndexByFile.vng
2015-09-23Handle storage::TIndex to get downloaded country instead of country name.vng
2015-09-23Factor out storage::TIndex to separate module.vng
2015-09-23Remove function absent declaration.vng
2015-09-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23Delete old download temporary files once on a first launch.vng
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Delete old "downloading" and "resume" files when Storage is initializing.vng
2015-09-23Make GetFilesInDir with GetFilesByExt and GetFilesByRegExp function in Platform.vng
2015-09-23Increase cache size for storage::CountryInfoGetter from 4 to 8.vng
2015-09-23Add storage::CountryInfoGetter::ClearCaches.vng
2015-09-23[desktop] Fix bug with group item click in downloader.vng
2015-09-23[search] Process country or state in address search.vng
2015-09-23Removed unused version.hpp dependencies to speed up compilationAlex Zolotarev
2015-09-23Fix bug with country matching by prefix name.vng
2015-09-23Refactoring of maps update after downloading:vng
2015-09-23[downloader] Handle exceptions correctly in downloader for FileWriter manipul...vng
2015-09-23Add file name utils to platform.provng
2015-09-23Minor performance fixes.vng
2015-09-23Add Framework::GetCountryName(id).vng
2015-09-23[android] Fix bug in startup screen. We can't call deleteCountry before Stora...vng
2015-09-23Fix bug with country group name.vng
2015-09-23Take into account valid local country size.vng
2015-09-23[search] Remove index generation call from downloader. It doesn't work on and...vng
2015-09-23Fix bug with downloaded country name in startup view.vng
2015-09-23[downloader] Fix issue when url download failed. Use default server urls.vng
2015-09-23added CountryStatusDisplay GUI element and using it into InformationDisplay.rachytski
2015-09-23[android] Fix bug with native nested Java object creation (simply avoid this).vng
2015-09-23added MapStorage class. refactored DownloadUI.rachytski
2015-09-23added Storage::FindIndexByName function.rachytski
2015-09-23added support for multiple observers to the Storage.rachytski
2015-09-23made APK much smaller by downloading required files at program startup.rachytski
2015-09-23moved ParseServerList into http_request.hpp, *.cpprachytski
2015-09-23refactored storage to load countries file during construction.rachytski
2015-09-23Different metaservers for versions with and without searchAlex Zolotarev
2015-09-23[search] High rank for Canada states.vng
2015-09-23[search] Take into account Alaska and Hawaii for search rank.vng
2015-09-23Calculate USA limit rect.vng
2015-09-23Fix ASSERT. minsk-pass is not a country.vng
2015-09-23CountryInfoGetter::GetRegionInfo - extended country information (name, flag, ...vng
2015-09-23Fixed new country status support for downloader - "Generating search index"Alex Zolotarev
2015-09-23[search] Add final notification when index generation finished.vng
2015-09-23[search] Add EGeneratingIndex status for country.vng
2015-09-23[search] Build in index generation in thread.vng