organicmaps/map
Alexander Borsuk 75f4905c43 [ios] Show shared POI's name in the om:// or https://omaps.app/ links
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-07 22:21:47 +01:00
..
benchmark_tool Accept strings by value instead of explicit copy. 2022-08-28 18:01:55 +03:00
extrapolation
extrapolation_benchmark Use base::Pow2(x) instead of generic std::pow(x, 2). 2022-06-17 01:01:35 +03:00
map_integration_tests [coding] Prettify uint32 <-> double coordinates conversion. 2022-11-13 14:01:29 +01:00
map_tests Removed useless includes. 2023-01-29 12:19:24 -03:00
mwm_tests [strings] Use string_view in FeatureType::GetName and similars. 2022-04-15 07:18:44 +03:00
power_management Fixed virtual destructors 2021-11-30 18:28:37 +03:00
style_tests [styles] leisure=pitch is greater (z-index) than leisure=park. 2022-12-15 23:22:45 +01:00
transit Fix small issues found by clang-tidy 2022-12-15 18:20:21 +01:00
api_mark_point.cpp
api_mark_point.hpp Renamed old stuff 2021-11-08 12:39:52 +01:00
benchmark_tools.cpp [3party] Separate cppjansson from 3party jansson 2023-01-03 23:12:24 +01:00
benchmark_tools.hpp
bookmark.cpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
bookmark.hpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
bookmark_helpers.cpp Do not strip non-ASCII characters from exported bookmarks 2022-10-07 17:53:56 +03:00
bookmark_helpers.hpp Do not strip non-ASCII characters from exported bookmarks 2022-10-07 17:53:56 +03:00
bookmark_manager.cpp [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
bookmark_manager.hpp [bookmarks] Added CHECKs for GetGroup, GetBmCategory. 2022-12-30 23:52:49 +01:00
bookmarks_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
caching_address_getter.hpp [search] Pass threshold in meters as a parameter in GetAddressAtPoint 2022-02-11 22:41:16 +01:00
chart_generator.cpp Warning fixes 2022-11-13 15:10:24 +01:00
chart_generator.hpp Simplify (smooth) road altitudes chart. 2022-09-24 17:17:23 +03:00
CMakeLists.txt [cmake] Add SKIP_TOOLS option (#2958) 2022-07-21 22:35:23 +02:00
elevation_info.cpp [kml] Support multiple track geometry. 2022-12-01 13:42:18 +03:00
elevation_info.hpp [elevation] enum for difficulty is added. 2020-04-14 16:19:24 +03:00
everywhere_search_callback.cpp [search] Added mutable for lambdas with move. 2022-08-21 13:49:18 +03:00
everywhere_search_callback.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
everywhere_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
features_fetcher.cpp [search] ToDo for m_bordersRect. 2022-10-06 10:26:34 +03:00
features_fetcher.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
framework.cpp [ios] Show shared POI's name in the om:// or https://omaps.app/ links 2023-02-07 22:21:47 +01:00
framework.hpp [settings] Added usage info. 2022-12-18 09:02:17 +01:00
framework_visualize.cpp [routing] Serialize cross-mww-weights as MapUint32ToValue<uint32_t>. 2022-05-12 19:55:01 +03:00
gps_track.cpp Unity builds 2022-01-13 18:24:11 +03:00
gps_track.hpp
gps_track_collection.cpp
gps_track_collection.hpp
gps_track_filter.cpp
gps_track_filter.hpp
gps_track_storage.cpp
gps_track_storage.hpp
gps_tracker.cpp
gps_tracker.hpp
isolines_manager.cpp Removed obsolete mwm traits functions. 2021-08-12 23:23:38 +02:00
isolines_manager.hpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
mwm_tree.hpp
mwm_url.cpp [android][api] Add cll=lat,lon argument to Crosshair API 2022-10-08 07:34:09 +03:00
mwm_url.hpp [android][api] Add cll=lat,lon argument to Crosshair API 2022-10-08 07:34:09 +03:00
osm_opening_hours.hpp
place_page_info.cpp [iOS][UI] Show local language secondary title in Place Page. #3756 2022-11-19 12:32:32 +01:00
place_page_info.hpp [editor] Metadata edits refactoring. 2022-08-14 16:15:01 +03:00
position_provider.hpp
routing_manager.cpp [3party] Separate cppjansson from 3party jansson 2023-01-03 23:12:24 +01:00
routing_manager.hpp Simplify (smooth) road altitudes chart. 2022-09-24 17:17:23 +03:00
routing_mark.cpp [navigation] Populate incoming speed camera place page. 2022-10-06 11:53:10 +03:00
routing_mark.hpp [navigation] Populate incoming speed camera place page. 2022-10-06 11:53:10 +03:00
search_api.cpp [search] Added mutable for lambdas with move. 2022-08-21 13:49:18 +03:00
search_api.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
search_mark.cpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
search_mark.hpp [search] Fixed viewport search results display (missing). 2022-08-03 17:38:27 +03:00
search_product_info.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
track.cpp [kml] Support multiple track geometry. 2022-12-01 13:42:18 +03:00
track.hpp [kml] Support multiple track geometry. 2022-12-01 13:42:18 +03:00
track_mark.cpp [bookmarks] Set min visible zoom for track markers. 2020-04-14 16:19:24 +03:00
track_mark.hpp [bookmarks] Set min visible zoom for track markers. 2020-04-14 16:19:24 +03:00
traffic_manager.cpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
traffic_manager.hpp Removed metrics and local notifications 2021-03-27 16:02:01 +01:00
user_mark.cpp [core][ios] Cleaned up Booking, guides, ugc, taxi 2021-04-22 08:11:07 +03:00
user_mark.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
user_mark_id_storage.cpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
user_mark_id_storage.hpp
user_mark_layer.cpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
user_mark_layer.hpp [bookmarks] Fixed last modified time categories order. 2022-08-30 12:29:36 +03:00
viewport_search_callback.cpp [desktop] Fixed search table update - always replace old results with new ones. 2022-10-04 09:18:53 +03:00
viewport_search_callback.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
viewport_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00