Commit graph

21 commits

Author SHA1 Message Date
c96d873fa8 [map] return the ElevationInfo for the current track recording
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-28 13:56:03 +00:00
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
1783c90714 [map] move the track stats calc logic from ElevationInfo to the TrackStatistics
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-21 14:38:11 -03:00
3e50f646fc [map] remove Duration and File Rotation from the track recording
Because of the `RecentPath` feature was replaced with the `TrackRecording`
the the file's tail shouldn't be truncated by the system. User can record
track for more than 24h. This is why the `Duration`, `TruncFile` and `m_maxItemCount`-rleated code
was removed.

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-10-15 12:32:12 -03:00
c23a535dba [gps] add timestams and altitudes to the recorded track points
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 18:21:06 +02:00
d540b579c7 [map] [gps] fetch recorded recent track
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-25 15:56:32 +02:00
tatiana-yan
bd5abcf5a8 Got rid of the old style std/ includes for several files. 2019-09-19 18:48:06 +03:00
Maxim Pimenov
17a02d3560 [base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/. 2019-05-21 13:40:48 +03:00
Maxim Pimenov
db525bf908 [coding] Removed JoinFoldersToPath. 2019-03-19 15:06:58 +03:00
Maxim Pimenov
412387c84e [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
Maxim Pimenov
0d0f25c5d6 [platform] Check the result of Settings::Get. 2017-05-05 15:08:08 +03:00
r.kuznetsov
493e951fdb Fixed warnings in drape 2017-01-09 14:45:28 +03:00
Alex Zolotarev
aa380f763b Lowercased settings namespace. 2016-03-23 16:53:23 +03:00
Constantin Shalnev
da31b87dae Turn on gps tracking manually 2016-01-13 15:55:46 +03:00
Constantin Shalnev
e2e5fc4c7f Write file version as first uint32_t in file 2016-01-13 15:55:07 +03:00
Constantin Shalnev
9cf674895e gps track file versioning 2016-01-13 15:55:02 +03:00
Constantin Shalnev
a175ee0513 Test: use 48h duration gps track and assume it enabled by default 2016-01-13 15:54:54 +03:00
Constantin Shalnev
e1c641c965 Use filter as strategy to simplify testing and assembling 2016-01-13 15:54:47 +03:00
kshalnev
de3d55f740 Fix: Apply duration to the track 2016-01-13 15:54:34 +03:00
Constantin Shalnev
bc5a21e037 Fixed notes 2016-01-13 15:54:33 +03:00
kshalnev
95479a6d68 Implemented GpsTracker 2016-01-13 15:54:30 +03:00