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-10-06[search] CountryInfoGetter is extracted into individual unit.Yuri Gorshenin
2015-09-23Minor code style fixes.vng
2015-09-23Review fixes.vng
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Fix include path for mapSergey Yershov
2015-09-23IsBuilding flag in the AddressInfo, so UI code can use it for different logic.Alex Zolotarev
2015-09-23Minor const fix.Alex Zolotarev
2015-09-23Use range base for in feature::TypesHolder.vng
2015-09-23[categories] Do correct distinguishing of current language and current locale...vng
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23address finder fixKirill Zhdanovich
2015-09-23Fixed Framework::GetFeatureTypes.vng
2015-09-23Simple test for styles checking.vng
2015-09-23Get most readable name for users in AddressInfo.vng
2015-09-23[refactoring] Cross platform balloon everywhere.vng
2015-09-23after review fixesExMix
2015-09-23adaptation for two line text balloonExMix
2015-09-23Get name and Address at global point added to frameworkKirill Zhdanovich
2015-09-23Framework function that returns address of point.Kirill Zhdanovich
2015-09-23[search] Fix category name from type resolver.vng
2015-09-23[rendering] show house numbers at the end of labels, don't hide iconsDarafei Praliaskouski
2015-09-23[bookmarks] Add house number to pin text if name is empty.vng
2015-09-23[bookmarks] Always return name in GetVisiblePOI for success (countries, citie...vng
2015-09-23Return better feature type than "building" if feature has many choices.vng
2015-09-23Framework::GetAddressInfo input point should be in screen coordinates.vng
2015-09-23Some minor comments.vng
2015-09-23Temporarily commented out address retrieving as it's not usedAlex Zolotarev
2015-09-23Get raw types in Framework::GetAddressInfo if no types matched in categories.vng
2015-09-23Avoid to use heavy function languages::CurrentLanguage().vng
2015-09-23Fix types getting in Framework::GetAddressInfo.vng
2015-09-23Get AddressInfo for feature with visible texts or symbols.vng
2015-09-23Framework::GetVisiblePOI is working for symbols now.vng
2015-09-23Fixed bug with incorrect address clearAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Minor changes.vng
2015-09-23Fix address getting: different distance for POI, streets, buildings; do not m...vng
2015-09-23Process features with names only for address lookup.vng
2015-09-23Make locality check faster.vng
2015-09-23Added AddressInfo::FormatTypes()Alex Zolotarev
2015-09-23Some minor fixes.vng
2015-09-23Framework::GetAddressInfo - add feature type (category) strings.vng
2015-09-23Framework::GetAddressInfo. Get name and house number separatelyvng
2015-09-23Fixed bug with clearing AddressInfo structureAlex Zolotarev
2015-09-23Fix bug with locality detection (do not check on scale visibility).vng
2015-09-23Rename some functions according to coding style.vng
2015-09-23[bookmarks] Add bookmark re-position routine.vng
2015-09-23Warning fix.vng
2015-09-23[bookmarks] Fix locality detection. Add divide factor for city and town.vng
2015-09-23[bookmarks] Add address getting routine for input point.vng