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

Cherry-picking updates from main to release-v2.18 #4631

Merged
merged 31 commits into from
Apr 15, 2024

Commits on Feb 9, 2024

  1. Use camera options to calculate zoom for overview camera (#4593)

    * Use camera options to calculate zoom for overview camera
    kried committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bbbfac3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Create dependabot.yml

    Enable Dependabot version updates
    ThibaudLopez committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    43fd0c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge pull request #4594 from mapbox/ThibaudLopez-patch-1

    Create dependabot.yml
    ThibaudLopez committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    55dd5f4 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    041ad69 View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4868c2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4596 from mapbox/dependabot/github_actions/action…

    …s/checkout-4
    
    Bump actions/checkout from 3 to 4
    ThibaudLopez committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    498d9c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24c2fc8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4597 from mapbox/dependabot/github_actions/github…

    …/codeql-action-3
    
    Bump github/codeql-action from 2 to 3
    ThibaudLopez committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    33275ec View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Fixed the possible situation when the upcoming route leg is rendered …

    …above the active route leg (#4589)
    kried committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fb0a314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09a4b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    c69cacd View commit details
    Browse the repository at this point in the history
  2. Update Tests/MapboxNavigationTests/CarPlayUtils.swift

    Co-authored-by: Nastassia Makaranka <[email protected]>
    chizhavko and kried committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8649266 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Co-authored-by: Nastassia Makaranka <[email protected]>
    chizhavko and kried committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9b58b55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4606 from mapbox/chizhavko/update-delegate-method…

    …s-for-carplay
    
    Add support for carplay to hide waypoints from route line
    chizhavko committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c8859dc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update dependencies (#4614)

    * vk/dependencies-update: bumped Directions to 2.12.0, Maps to 10.16.5. Now compatible with Turf 2.7.0.
    
    * vk/dependencies-update: CHANGELOG updated
    
    * vk/dependencies-update: bumped NN to v202; update cocoapods in gemfile to 1.14
    
    * vk/dependencies-update: unit tests fix
    
    * Sync Package.resolved with last resolved dependencies
    
    * Update CHANGELOG.md
    
    * Sync CocoaPodsTest
    
    ---------
    
    Co-authored-by: Udumft <[email protected]>
    kried and Udumft committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dc90edc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix SystemSpeechSynthesizer related main thread hang on NavigationVie…

    …wController creation (#4617)
    
    * Don't check if AVSpeechSynthesizer.isSpeaking when unmuting it
    
    * add changelog entry
    azarovalex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    38b45ba View commit details
    Browse the repository at this point in the history
  2. Improve error handing in case of invalid route responses (#4618)

    * Improve error handing in case of invalid route responses
    
    * Fix the order in which delegate is notified about failed reroute attempt
    
    * Fix for old Swift compiler versions
    
    * Fixed project structure in Carthage integration
    
    * Added changelog entry
    azarovalex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    42d6a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix Examples signing when building on a real device (#4619)

    * Fix Examples signing when building on a real device
    
    * Replace build phases with the new script in 3 test targets
    
    * Grant exec permissions to the script
    azarovalex committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ac14229 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    0911fa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    8a39ede View commit details
    Browse the repository at this point in the history
  2. Update changelog

    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3dbecab View commit details
    Browse the repository at this point in the history
  3. Fix compile errors

    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f627305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47536f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4621 from mapbox/fix-carplay-background-car

    Fix CarPlay background maneuver card
    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f2c0f49 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c499fb9 View commit details
    Browse the repository at this point in the history
  7. Update spelling

    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b0ecc58 View commit details
    Browse the repository at this point in the history
  8. Fix spelling

    chizhavko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6bdc746 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    azarovalex committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9b81672 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #4624 from mapbox/chizhavko/fix-changelog-carplay

    Update changelog CarPlay
    chizhavko committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bd4cb51 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update NN and Maps (#4628)

    * Update NN and Maps
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    azarovalex committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    44ece0e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/release-v2.18' into azarovalex/m…

    …ain-copy
    
    # Conflicts:
    #	CHANGELOG.md
    #	Cartfile
    #	Cartfile.resolved
    #	MapboxCoreNavigation.podspec
    #	MapboxNavigation-SPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
    #	MapboxNavigation.podspec
    #	Package.resolved
    #	Package.swift
    #	Tests/CocoaPodsTest/PodInstall/Podfile.lock
    azarovalex committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    668fed9 View commit details
    Browse the repository at this point in the history