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
path: root/map
AgeCommit message (Collapse)Author
2021-02-16[map] Remove the old debug command that showed features.Maxim Pimenov
1. It was less predictable than the new one in search/ in the case where several mwms had a feature with the queried index. 2. It was implemented directly in Framework.
2020-12-17[map] Removed unused lampda parameter.Olga Khlopkova
2020-12-15[bookmarks][looonely] Do not force visibility to false for categories that ↵Anatoliy Tomilov
does not have visible constituents. MAPSME-15349
2020-12-14[map] GetCallbacks() for tests.Olga Khlopkova
2020-12-10[base] TaskLoop::kIncorrectId is renamed to kNoIdArsentiy Milchakov
2020-12-10[base][platform] return type is changed for ThreadPoolArsentiy Milchakov
2020-12-08removalOlga Khlopkova
2020-12-01[routing][map] Pass AbsentRegionsFinder from RoutingManager to AsyncRouter ↵Olga Khlopkova
instead of OnlineAbsentFetcher.
2020-11-30[cloud][backup][base] If rename failed try to copy then delete source if ↵Anatoliy Tomilov
succeeded. MAPSME-15284 If file rename failed (e.g. due to src and dst belongs to different filesystems), then try to copy file from source to dest then delete source if copy succeeded.
2020-11-30[LP][bookmarks] Show metainformatioin for LP bookmarks the same way as for ↵Anatoliy Tomilov
ordinary feature. MAPSME-14904
2020-11-25[iOS] [Booking] Track selection and visit status for features, which does ↵Anatoliy Tomilov
not have corresponding search mark atm MAPSME-14544
2020-11-10[map] storage initialization order is changed.Arsentiy Milchakov
2020-11-06[bookmarks] Compilation inherit author and access rules from parent ↵Anatoliy Tomilov
category. MAPSME-15206
2020-11-03Misspelled 'choise' replaced with 'choice'Anatoliy Tomilov
2020-11-03[platform] measurement utils small refactoringArsentiy Milchakov
2020-10-29[map][transit] Fix transit reader for transfers case.Olga Khlopkova
2020-10-29[map][transit] Implement transfers case for route rendering.Olga Khlopkova
2020-10-28[searchmarks] Do not mark as visible searchmarks that clicked twice. ↵Anatoliy Tomilov
MAPSME-14931
2020-10-23[bookmarks] Make bookmarks that don't belong to any collection visible. ↵Anatoliy Tomilov
MAPSME-15129
2020-10-21[bookmarks] do not send request to delete for empty list of guidesArsentiy Milchakov
2020-10-21[tips][guides on map] tips api is disabled when guides on map first launch ↵Arsentiy Milchakov
is active
2020-10-21[guides on map] layer is enabled automatically on startup once.Arsentiy Milchakov
2020-10-21[geometry][map] More checks for SearchMarks and ScreenBase.tatiana-yan
2020-10-21[bookmarks] Bookmarks belong to compilations attached to compilation id ↵Anatoliy Tomilov
instead of category id. MAPSME-15129
2020-10-21[guides on map] zoom-out from incorrect place is fixed.Arsentiy Milchakov
2020-10-20[ads][android][ios] Citymobil search category banner review fixesArsentiy Milchakov
2020-10-20[ads] search category banner is added into ads engine.Arsentiy Milchakov
2020-10-19[deep links] Deep link parsing refactoring. Review fixes.Arsentiy Milchakov
2020-10-19[deep links] Deep link parsing is refactored. Two states were represented by ↵Arsentiy Milchakov
ParsingResult: incorrect url and failed parsing. But now it replaced by two parameters: url type and isSuccess flag.
2020-10-19[android] [bookmarks] Add predicates to check compilations visibility. ↵Anatoliy Tomilov
MAPSME-15104
2020-10-17[bookmarks] Use minZoom value from kml for bookmarks. MAPSME-14916Anatoliy Tomilov
2020-10-15[bookmarks] Review fixes. MAPSME-14915Anatoliy Tomilov
2020-10-15[bookmarks] Track visibility of bookmarks, that belong to any number of ↵Anatoliy Tomilov
compilations MAPSME-14915
2020-10-15[bookmarks] helper methods for compilations. review fixesArsentiy Milchakov
2020-10-15[bookmarks] helper methods for compilationsArsentiy Milchakov
2020-10-13[generator] Added 'cache_path' option.Maksim Andrianov
2020-10-12[catalog] send up to 30 paid guides ids into X-Mapsme-Downloaded-Guides ↵Arsentiy Milchakov
header only.
2020-10-12[map] Add methods for RoutingTurnsVisualizer.Olga Khlopkova
2020-10-09[bookmarks] review fixes for compilationsArsentiy Milchakov
2020-10-09[bookmarks] compilations are supported into bookmark managerArsentiy Milchakov
2020-10-08[bookmarks] [lonely planet] Pass phone number from bookmark props to show on ↵Anatoliy Tomilov
place page. MAPSME-14914
2020-10-06[indexer] Lazy metadata read.tatiana-yan
2020-10-05[bookmarks] additional mock'sArsentiy Milchakov
2020-09-25[android][bookmarks] methods for retrieving children collections and ↵Arsentiy Milchakov
categories are provided
2020-09-25[bookmarks][android] startup crash fixArsentiy Milchakov
2020-09-25[map] [search] removing extra copy in loopEvgeniy A. Dushistov
2020-09-23[bookmarks] dummy for nested guidesArsentiy Milchakov
2020-09-21[map] remove last usage of boost::optionalEvgeniy A. Dushistov
2020-09-16[drape] [Booking] Fixes to meet the review comments MAPSME-14544Anatoliy Tomilov
2020-09-16[fdrape] [Booking] Make Symbol, ColoredSymbol, PoiSymbol, Text of ↵Anatoliy Tomilov
UserPointMark sensitive to tap MAPSME-14544