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
2017-11-10[indexer] [search] Enabled the Persian language for categories.Maxim Pimenov
2017-10-11[search] Using SmallSet for Locales.Maxim Pimenov
2017-02-14Merge pull request #5412 from mpimenov/categoriesygorshenin
2017-02-14Review fixes.Maxim Pimenov
2017-02-14Use en category name if there is no translation for current locale language.Daria Volvenkova
2017-02-13[indexer] United all tries-by-locale into one trie.Maxim Pimenov
2017-02-10Review fixes.Maxim Pimenov
2017-02-10[indexer] Changed a map to a trie in CategoriesHolder.Maxim Pimenov
2017-02-03[search] Using group translation as synonyms.Maxim Pimenov
2016-12-21[search] Support hyphen in the Wi-Fi category.Maxim Pimenov
2016-09-30review fixesArsentiy Milchakov
2016-09-28added mark for readable names into categories.txtArsentiy Milchakov
2016-09-07Review fixes.Yuri Gorshenin
2016-09-07[search][android][ios] Exposed categories synonyms.Yuri Gorshenin
2016-05-13[indexer] Added the list of currently disabled languages to CategoriesHolder.Maxim Pimenov
2016-05-13[indexer] Fix tests for unique new feature category names.Maxim Pimenov
2016-05-01Fixed categories loading.vng
2016-05-01[ios] Implemented new category search.VladiMihaylenko
2016-05-01Clang-formatIlya Zverev
2016-05-01[categories] Add category groupsIlya Zverev
2016-04-26Review fixes.Maxim Pimenov
2016-04-26[indexer] Added a component that maps (sub)strings to categories.Maxim Pimenov
2016-03-25[search] Fixed emoji.Maxim Pimenov
2016-03-23Correct fix to display either translated category name for type (or it’s ba...Alex Zolotarev
2016-03-23Correctly implement readable categories name in case of non-translated types.Alex Zolotarev
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23CategoriesHolder::GetReadableFeatureType().Alex Zolotarev
2016-03-23Minor CategoriesHolder renaming.Alex Zolotarev
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2016-02-25Add Greek, Hebrew and Swahili support to categories.txt.Alex Zolotarev
2015-10-22Minor improvements & comments.Alex Zolotarev
2015-09-23[search] Process emoji symbols like the search categories.vng
2015-09-23[categories] Correct synonyms for new languages.vng
2015-09-23[categories] New languages: Norwegian, Indonesian, Romanian, Finnish, Vietnam...vng
2015-09-23Review fixes.vng
2015-09-23[metadata] Renaming (refactoring) according to code style.vng
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23[categories_holder.cpp] Remove static const member declaration from .cpp file...Artyom Polkovnikov
2015-09-23[strings] Append sv transltionDenis Koronchik
2015-09-23[search] Do not match Wi-Fi with “wi” or “fi” token.vng
2015-09-23[search] Do search for category only if it matches for current, input or Engl...vng
2015-09-23[categories] Added “sk” language to language index array.vng
2015-09-23Activated Turkish categories translationAlex Zolotarev
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23[search] Fixed stop words processing for category synonyms.vng
2015-09-23[categories] Fixed "area:" types parsing.vng
2015-09-23Show more diagnostics in case of invalid categories.txt file.vng
2015-09-23[search] Add suggestions only for input language.vng
2015-09-23[search] Use spaces in synonyms. Do map whole synonym string and separate tok...vng