organicmaps/map
Kiryl Kaveryn 34510b8f1c [map] clear the gps tracker on save
The prev solution was to clean up the tracker points before the new track recording starting.
It was not fully correct solution because:
1. it causes the bug, when if we starts a recording, the `TrackRecordingUpdateHandler` is called by subscribers but receives the old `track info` from the previous track. It happens because the starting is an async call and it cleans up the gps collection a little bit later.
2. when the user finishes the track recording the collection is not properly cleared. The data will stay in the memory `forewer` until the next recording is started. And this data will be recovered on the next app launch too. There are no reason to store all the recorded data in memory until the new recording begins. This approach was Ok for the `previous path` feature (removed) but not for the TR. The data lifecycle for the both feature should be handled separately.

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-25 09:39:35 +00:00
..
benchmark_tool [3party] Treat gflags as a system header 2023-03-11 12:31:30 +01:00
extrapolation Renamed m_speedMpS to m_speed because MpS can be read as Miles per second or Meters per second 2024-08-27 11:50:16 +02:00
extrapolation_benchmark Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
map_integration_tests [coding] Prettify uint32 <-> double coordinates conversion. 2022-11-13 14:01:29 +01:00
map_tests [bookmarks] Share single track 2025-02-22 14:10:51 +03:00
mwm_tests [base] Renamed XXXThreadPool for better understanding. 2024-05-27 23:17:15 -03:00
power_management Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
style_tests [styles] Rename styles to default/vehicle/outdoors + light/dark 2024-05-23 00:16:43 -03:00
transit [C++20] Use starts_with and ends_with 2024-06-07 13:11:00 -03: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 [styles] Improve information icons and add search and bookmark icons 2024-10-13 12:09:59 -03:00
bookmark.hpp [bookmarks] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01:00
bookmark_helpers.cpp [bookmarks] Make bookmark's title depend on map language 2025-02-14 04:39:52 +03:00
bookmark_helpers.hpp [bookmarks] delete category files by moving to the .Trash dir 2024-08-15 12:59:33 +02:00
bookmark_manager.cpp [bookmarks] Share single track 2025-02-22 14:10:51 +03:00
bookmark_manager.hpp [bookmarks] Share single track 2025-02-22 14:10:51 +03:00
bookmarks_search_params.hpp [search] Explicit move search::Results from Core to UI via callbacks. 2022-08-11 18:46:12 +03:00
chart_generator.cpp [styles] Rename styles to default/vehicle/outdoors + light/dark 2024-05-23 00:16:43 -03:00
chart_generator.hpp Simplify (smooth) road altitudes chart. 2022-09-24 17:17:23 +03:00
CMakeLists.txt [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
elevation_info.cpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
elevation_info.hpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -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 Fixed bug with ForEachFeatureIDInRect usage. 2023-07-02 11:47:40 -03:00
framework.cpp [map] clear the gps tracker on save 2025-02-25 09:39:35 +00:00
framework.hpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
framework_visualize.cpp [generator] City boundaries refactoring. 2023-11-22 12:39:58 -03:00
gps_track.cpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
gps_track.hpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
gps_track_collection.cpp [map] review fixes 2025-02-21 14:38:11 -03:00
gps_track_collection.hpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
gps_track_filter.cpp Replaced GpsTrackInfo with GpsInfo 2024-08-27 11:50:16 +02:00
gps_track_filter.hpp Replaced GpsTrackInfo with GpsInfo 2024-08-27 11:50:16 +02:00
gps_track_storage.cpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_track_storage.hpp [map] remove Duration and File Rotation from the track recording 2024-10-15 12:32:12 -03:00
gps_tracker.cpp [map] clear the gps tracker on save 2025-02-25 09:39:35 +00:00
gps_tracker.hpp [map] clear the gps tracker on save 2025-02-25 09:39:35 +00:00
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 [map] add InAppFeatureHighlightRequest and parse feature key 2024-10-04 10:34:08 +03:00
mwm_url.hpp [map] add InAppFeatureHighlightRequest and parse feature key 2024-10-04 10:34:08 +03:00
osm_opening_hours.hpp
place_page_info.cpp [debug] Add ?all-types debug command to show all internal types 2025-02-18 06:05:00 +03:00
place_page_info.hpp [debug] Add ?all-types debug command to show all internal types 2025-02-18 06:05:00 +03:00
position_provider.hpp
routing_manager.cpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_manager.hpp [strings][routing] Add TTS announcement of street names as an option 2024-05-14 22:34:21 +02:00
routing_mark.cpp Avoid unnecessary Locale copying in ToStringPrecisionLocale (#8896) 2024-08-13 09:48:09 +02:00
routing_mark.hpp [routing] Update m_replaceWithMyPosition variable name 2024-04-25 22:08:19 +02:00
search_api.cpp Issue 9822. Change search language on change map language 2024-12-15 14:26:01 -03:00
search_api.hpp Issue 9822. Change search language on change map language 2024-12-15 14:26:01 -03:00
search_mark.cpp [styles] Add search result icons for tourism POIs 2025-01-21 13:11:04 -03:00
search_mark.hpp [styles] Add SVG search result icons using current POI icons 2024-09-10 19:10:34 -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 [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -03:00
track.hpp [map] move the track stats calc logic from ElevationInfo to the TrackStatistics 2025-02-21 14:38:11 -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
track_statistics.cpp [map] review fixes 2025-02-21 14:38:11 -03:00
track_statistics.hpp [map] review fixes 2025-02-21 14:38:11 -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] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01:00
user_mark_layer.hpp [bookmarks] Do not change bookmarks list modification date when hiding/showing it 2024-03-29 14:02:57 +01: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