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[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23[countries] Removed unneeded price tagAlex Zolotarev
2015-09-23Added name to GuideInfo and method for retrieving guide by id.Dmitry Yunitsky
2015-09-23[core] GetGuideId method of GuideManager renamed to GetGuideIdsIgor Khmurets
2015-09-23Added convenience static method m2::PointD MercatorBounds::FromLatLon(lat, lon)Alex Zolotarev
2015-09-23[guides] Do not download updated guides if they are absent in the resources (...Alex Zolotarev
2015-09-23Added commentsAlex Zolotarev
2015-09-23Compile errors fixesSergey Pisarchik
2015-09-23Correct guides info loading.vng
2015-09-23Compilation fix.vng
2015-09-23Correct LOG(LWARNING) for bad downloaded guide_info.vng
2015-09-23[Guides] Get all possible guides urls to setKirill Zhdanovich
2015-09-23Code review fixes for guidesAlex Zolotarev
2015-09-23Added assert for guides versionAlex Zolotarev
2015-09-23Added versioning support to guides and fixed loading bug, when older json was...Alex Zolotarev
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