Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] [gpx] Add gpx import #5166

Merged
merged 19 commits into from
Jun 4, 2023
Merged

[Draft] [gpx] Add gpx import #5166

merged 19 commits into from
Jun 4, 2023

Commits on Jun 1, 2023

  1. [gpx][ios] Add GPX to OMaps.plist

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    540e30d View commit details
    Browse the repository at this point in the history
  2. [gpx][android] Add GPX to AndroidManifest.xml

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e621fff View commit details
    Browse the repository at this point in the history
  3. [gpx] Add serdes_gpx

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c61a31c View commit details
    Browse the repository at this point in the history
  4. [gpx] Add GPX to bookmark_helpers

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    bdb5d8b View commit details
    Browse the repository at this point in the history
  5. [gpx][android] Add GPX to Framework.cpp

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8e1a025 View commit details
    Browse the repository at this point in the history
  6. [gpx] Add GPX test

    Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
    dvdmrtnz authored and cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b3b318b View commit details
    Browse the repository at this point in the history
  7. [android] Adjust gpx filter

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    41371eb View commit details
    Browse the repository at this point in the history
  8. [gpx] Update test and manifest

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9704c79 View commit details
    Browse the repository at this point in the history
  9. [gpx] Apply code-review suggestions

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9024308 View commit details
    Browse the repository at this point in the history
  10. [gpx] Add basic parser tests for real gpx tracks

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    dce8961 View commit details
    Browse the repository at this point in the history
  11. [gpx] Remove unused code, add test for waypoints only

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2bfd753 View commit details
    Browse the repository at this point in the history
  12. [gpx] Support of gpx route (rte/rtept tag)

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d66ceee View commit details
    Browse the repository at this point in the history
  13. [gpx] Rework parser to use string_view

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d7c53e6 View commit details
    Browse the repository at this point in the history
  14. [gpx] Remove unsupported parameters

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e9bab03 View commit details
    Browse the repository at this point in the history
  15. [gpx] Add support for <color> tag

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b01f630 View commit details
    Browse the repository at this point in the history
  16. [gpx] Fix name/description extraction

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ed8207a View commit details
    Browse the repository at this point in the history
  17. [gpx] Implement code-review suggestions

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8843e70 View commit details
    Browse the repository at this point in the history
  18. [gpx] Extract track & category names from file name

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a567e6e View commit details
    Browse the repository at this point in the history
  19. [gpx] Implement code-review suggestions

    Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
    cyber-toad committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    89d7444 View commit details
    Browse the repository at this point in the history