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

Navigation camera viewport API. #2826

Merged
merged 72 commits into from
Apr 13, 2021
Merged

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    ff65ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98254fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d75a02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d91b36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7850866 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6766e5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb2147c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d576504 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e32c678 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35ff55e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91786ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c0fbf8 View commit details
    Browse the repository at this point in the history
  13. Add NavigationCameraDebugView to be able to debug viewport related …

    …changes. Refactor `NavigationViewportDataSource` to simplify underlying logic.
    MaximAlien committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4007e68 View commit details
    Browse the repository at this point in the history
  14. Improve UserCourseView updates when running long animations. Improv…

    …e camera behavior when building highlighting is enabled.
    MaximAlien committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    fab68e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3caf811 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a60c97 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0956c59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ea2d04 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d1d7315 View commit details
    Browse the repository at this point in the history
  20. Rename method.

    MaximAlien committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    24c5a3e View commit details
    Browse the repository at this point in the history
  21. Introduce ViewportDataSourceType to be able to control what locatio…

    …ns should be retrieved by `NavigationViewportDataSource`.
    MaximAlien committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    d6b60fb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    203601c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-v2.0' into maxim/camera-viewport-api

    # Conflicts:
    #	Example/CustomViewController.swift
    #	Example/ViewController.swift
    #	Sources/MapboxNavigation/CarPlayManager.swift
    #	Sources/MapboxNavigation/CarPlayMapViewController.swift
    #	Sources/MapboxNavigation/CarPlayNavigationViewController.swift
    #	Sources/MapboxNavigation/NavigationMapView.swift
    #	Sources/MapboxNavigation/NavigationViewController.swift
    #	Sources/MapboxNavigation/RouteMapViewController.swift
    MaximAlien committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f26520e View commit details
    Browse the repository at this point in the history
  3. Improve indentation.

    MaximAlien committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9c02e73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded2563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a06b8eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81812a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Minor improvements.

    MaximAlien committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7b2ed48 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-v2.0' into maxim/camera-viewport-api

    # Conflicts:
    #	Sources/MapboxNavigation/NavigationMapView.swift
    MaximAlien committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    876093b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41093db View commit details
    Browse the repository at this point in the history
  4. Minor properties renaming.

    MaximAlien committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    aad725f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2d5268 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    d0497d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d9827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32f4dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f59cb67 View commit details
    Browse the repository at this point in the history
  5. Make NavigationCameraDebugView part of MapboxNavigation to simplify…

    … its usage on client side.
    MaximAlien committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fdc8724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a28635 View commit details
    Browse the repository at this point in the history
  7. Update jazzy docs.

    MaximAlien committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c513aaf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    cfb8516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d698e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2a348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ad741f View commit details
    Browse the repository at this point in the history
  5. Fix issues related to fitting camera on CarPlay while previewing rout…

    …es and during active guidance.
    MaximAlien committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5714845 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e41bac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f462de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd4aad2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    8340599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a019037 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    cd82049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4410a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1edae74 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge branch 'release-v2.0' into maxim/camera-viewport-api

    # Conflicts:
    #	Sources/MapboxNavigation/RouteMapViewController.swift
    MaximAlien committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    1360d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc94c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77e68c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3de06ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6900f49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e47417 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56cd738 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bb685d View commit details
    Browse the repository at this point in the history
  9. Update changelog.

    MaximAlien committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    578b705 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4ae428 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f60266 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    242ee49 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    465fb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fff0f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Add two new public properties: useBearingSmoothing and `maxBearingA…

    …ngleDiffWhenSmoothing`, which allow to control `NavigationCamera` behavior.
    MaximAlien committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    41d0db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc51870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ee83a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04694a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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