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[GWM] Debug url.Dmitry Kunin
2015-09-23Avoid copy-paste.vng
2015-09-23Added guide ads translations into json file from server.vng
2015-09-23Factor out JsonHandle as a smart pointer on json_t.vng
2015-09-23Minor code fixes on GuidesManager.vng
2015-09-23[core]Added new methods to advertise guides for already downloaded countries.Kirill Zhdanovich
2015-09-23[core] update guides json only once a dayKirill Zhdanovich
2015-09-23[core] move guides file to storage. Update guides data when country download ...Kirill Zhdanovich
2015-09-23[core] country file name tests addedKirill Zhdanovich
2015-09-23[core] Storage can return file name without extension by indexKirill Zhdanovich
2015-09-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23Removed unused fileAlex Zolotarev
2015-09-23[codereview] Ptr -> &Dmitry Kunin
2015-09-23[codereview]Dmitry Kunin
2015-09-23[core] Version change tracking.Dmitry Kunin
2015-09-23[core] List of outdated countries. Dmitry Kunin
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
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