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
2018-11-26[coding] Removed the CellId epsilon.Maxim Pimenov
2018-09-27Removing unnecessary variable in address_finderVladimir Byko-Ianko
2018-09-25[types_strings][android][search] types localization logic for search results ...Arsentiy Milchakov
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ...tatiana-yan
2018-06-25Rename variables and methods (index to DataSource)Sergey Yershov
2017-11-07[search] Search is extracted from Framework to SearchAPI.Yuri Gorshenin
2017-04-19Reduced count of getting device language calls.Daria Volvenkova
2017-03-30Transliteration allowability parameter added.Daria Volvenkova
2016-07-07Style fixes.Yuri Gorshenin
2016-07-05[indexer] Fixed FeaturesLoaderGuard.Yuri Gorshenin
2016-03-25Review fixes.Yuri Gorshenin
2016-03-25[reverse-geocoder] Skip address initialization for features outside of buildi...Yuri Gorshenin
2016-03-23[editor] Correctly set nearby streets for created features, minor refactoring.Alex Zolotarev
2016-03-23CategoriesHolder::GetReadableFeatureType().Alex Zolotarev
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23Convenient Framework getters.Alex Zolotarev
2016-03-23[search] Some refactoring of ReverseGeocoder routing according to reviews.vng
2016-03-23[search] Show address in the search table UI.vng
2016-03-23Renamed methods by removing pretty obvious Mercator word.Alex Zolotarev
2016-03-23[editor] Fixed number of streets to suggest, 5 was too low for some places in...Alex Zolotarev
2016-03-23GetFeatureAddressInfo now correctly retrieves edited street names from the Ed...Alex Zolotarev
2016-03-23Removed/commented out old debug method for desktop.Alex Zolotarev
2016-03-23Get[Feature|Mercator]AddressInfo correctly fills types and name fields.Alex Zolotarev
2016-03-23Framework::GetPrintableFeatureTypes().Alex Zolotarev
2016-03-23Framework::GetNearbyFeatureStreets().Alex Zolotarev
2016-03-23GetFeatureAddressInfo now uses ReverseGeocoder.Alex Zolotarev
2016-03-23Commented out unused GetLocality code.Alex Zolotarev
2016-03-23Renamed Framework::GetAddressInfoForGlobalPoint to GetMercatorAddressInfo.Alex Zolotarev
2016-03-23Renamed Framework::GetPOIAddressInfo to more correct GetFeatureAddressInfo.Alex Zolotarev
2016-03-23Framework POI getters refactoring.Alex Zolotarev
2016-03-23[search][tmp] Show address in PP. Need to recheck PP layout for the production.vng
2016-03-23Refactored some geometry functions.vng
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2015-12-01Typo fix.Alex Zolotarev
2015-11-30[drape] select object on mapExMix
2015-11-30[drape] move navigator on frontend rendererExMix
2015-11-30[drape] build android with drapeExMix
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