04eb9642bb
[bookmarks] Share single track
...
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2025-02-22 14:10:51 +03:00
7f54b9306d
[map] fill PP header info with track info
...
The GetAddress is changed to the GetSecondarySubtitle because the 4th line in the header contains address for bookmarks or distance+duration for tracks
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-11 13:20:10 +04:00
Kiryl Razhdzestvenski
99075d76ef
Issue 391. Add setting for change map language.
...
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-11-06 16:14:24 -03:00
Andrew Shkrob
1a2b176a4d
[data] Move test data into a separate folder
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-10-06 15:49:08 -03:00
9b490968e1
[map] fix map_tests
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 17:50:20 +02:00
4a2135042d
[kml] add timestamps vector to the MultiGeometry
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 17:50:20 +02:00
a639a94753
[bookmarks] [tests] unit tests for the recently deleted
feature
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-15 12:59:33 +02:00
ea7a17ba68
[bookmarks] delete category files by moving to the .Trash dir
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-15 12:59:33 +02:00
6e2fb9d5f8
[gpx] Add export buttons in Android and iOS
...
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2024-05-30 08:08:02 +02:00
Kiryl
4ce2c6ae78
[bookmarks] Reuse the MarkGroupId during the category reloading ( #8234 )
...
[bookmarks] reuse category id for files with the same name
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-21 23:28:22 -03:00
Alexander Borsuk
59edac26f4
Updated tests for sorting by name
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-04 09:05:59 +03:00
Alexander Borsuk
4655ea66eb
Set last modified time for imported KML or GPX before saving them
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-17 17:16:56 +01:00
d641b8dc2e
[bookmarks] [tests] fix bug when Bookmarks_SpecialXMLNames
is working with unsorted IDs list
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-17 11:54:47 -03:00
0969987c91
[bookmarks] [tests] replace 'GetUnsortedBmGroupsIdList.count' with 'GetBmGroupsCount'
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-17 11:54:47 -03:00
d3a8ecf19d
[bookmarks] rename bmGroupsIdList into unsortedBmGroupsIdList
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-03-17 11:54:47 -03:00
985d9afb43
[bookmarks] Add code to export multiple files
...
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
2024-02-28 09:34:38 +02:00
Gerion Entrup
120fc559be
[map] Fix compilation with GCC for bookmarks_test.
...
Without this commit, it just compiles with Clang.
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
2023-12-13 14:46:19 -03:00
cyber-toad
67aa775abb
[gpx] Use string_view for bookmark file extensions ( #5284 )
...
* [gpx] Use string_view for bookmark file extensions
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* Fixed string_view to string conversion
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Follow-up fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Review fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Compile fix
Signed-off-by: Alexander Borsuk <me@alex.bio>
* append does not create a temporary :)
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Avoid duplicate path
Signed-off-by: Alexander Borsuk <me@alex.bio>
---------
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Alexander Borsuk <me@alex.bio>
2023-06-14 14:16:39 +02:00
cyber-toad
dce7c2186d
[Draft] [gpx] Add gpx import ( #5166 )
...
* [gpx][ios] Add GPX to OMaps.plist
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [gpx][android] Add GPX to AndroidManifest.xml
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [gpx] Add serdes_gpx
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [gpx] Add GPX to bookmark_helpers
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [gpx][android] Add GPX to Framework.cpp
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [gpx] Add GPX test
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
* [android] Adjust gpx filter
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Update test and manifest
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Apply code-review suggestions
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Add basic parser tests for real gpx tracks
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Remove unused code, add test for waypoints only
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Support of gpx route (rte/rtept tag)
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Rework parser to use string_view
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Remove unsupported parameters
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Add support for <color> tag
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Fix name/description extraction
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Implement code-review suggestions
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Extract track & category names from file name
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
* [gpx] Implement code-review suggestions
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
---------
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
Co-authored-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2023-06-04 19:14:43 +02:00
Viktor Govako
a6e5e2b914
Removed useless includes.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-01-29 12:19:24 -03:00
Viktor Govako
a4504b3138
[kml] Moved kml test files into data/kml_test_data folder.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-12-17 08:38:37 +01:00
Viktor Govako
dad1da27f8
[kml] Filter duplicating ListString points like 2D.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-12-01 13:42:18 +03:00
Viktor Govako
a52cc891e2
[kml] Support multiple track geometry.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-12-01 13:42:18 +03:00
Viktor Govako
1f83266198
[bookmarks] Avoid useless savings on startup.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-10-23 08:08:11 +03:00
Alexander Borsuk
38af9ddb06
Do not strip non-ASCII characters from exported bookmarks
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-10-07 17:53:56 +03:00
Viktor Govako
339fa2f2cd
[bookmarks] Fixed last modified time categories order.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-08-30 12:29:36 +03:00
Viktor Govako
4090cecb69
[bookmarks] Took out helper code from BookmarkManager.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-08-28 18:01:55 +03:00
Viktor Govako
0d0d471aef
[strings] Use string_view in FeatureType::GetName and similars.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-04-15 07:18:44 +03:00
Alexander Borsuk
e2b2c0a402
Warning fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-12-06 18:02:29 +01:00
Alexander Borsuk
9af623e6d9
Fixed links to exported kml bookmarks pins
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-06-01 10:54:35 +03:00
Alexander Borsuk
b97b57480c
Switched to KML instead of KMB (old bookmarks will be lost)
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-26 08:51:56 +03:00
Alexander Borsuk
415f7a5c3e
Removed cloud
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-24 13:46:48 +03:00
Alexander Borsuk
2fcd601b88
[core][ios] Cleaned up Booking, guides, ugc, taxi
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-04-22 08:11:07 +03:00
Alexander Borsuk
5400ec553a
Removed local ads
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-27 12:18:17 +01:00
Daria Volvenkova
db865a66ff
[bookmarks] Support float altitudes in kml files.
2020-03-12 19:53:14 +03:00
Arsentiy Milchakov
d241761cc0
[kml] points with altitudes for tracks.
2020-02-25 17:36:08 +03:00
Arsentiy Milchakov
29261796d4
[core] bookmarks catalog headers are provided into corresponding requests
2019-11-18 15:49:41 +03:00
Mikhail Gorbushin
6f5d401af9
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
2019-11-01 11:09:30 +03:00
Daria Volvenkova
77c96f63a7
[bookmarks] Refactoring of user marks updating in DrapeEngine.
2019-10-02 12:25:57 +03:00
Daria Volvenkova
2b4d14f494
[bookmarks][android][iOS] Limit indexed bookmarks count.
2019-09-05 14:25:07 +03:00
Daria Volvenkova
df7ba7fbee
[bookmarks] Add tracks block to sorted results.
2019-09-05 14:25:07 +03:00
Daria Volvenkova
60322166a5
[bookmarks] Review fixes.
2019-08-07 14:29:18 +03:00
Daria Volvenkova
474a9e7c99
[bookmarks] Sorting by type, distance and type.
2019-08-07 14:29:18 +03:00
Daria Volvenkova
de13e784c1
[bookmarks][geocoder] Review fixes.
2019-08-02 14:54:56 +03:00
Daria Volvenkova
dab8041856
[bookmarks][geocoder] Region address for bookmarks.
2019-08-02 14:54:56 +03:00
Daria Volvenkova
663e328aa1
[bookmarks] Review fixes.
2019-06-18 16:52:31 +03:00
Daria Volvenkova
5c0c8b0dda
[bookmarks] Send bookmarks group id information to search engine.
2019-06-18 16:52:31 +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
Arsentiy Milchakov
184d8463c9
[search] review fixes
2019-02-13 19:49:28 +03:00
Arsentiy Milchakov
7ce48aa53c
[search] readable name calculation is added into reverse geocoder tests.
2019-02-13 19:49:28 +03:00