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

Create codeql.yml #7048

Merged
merged 2 commits into from
Jun 9, 2023
Merged

Create codeql.yml #7048

merged 2 commits into from
Jun 9, 2023

Conversation

ThibaudLopez
Copy link
Contributor

Enable CodeQL

@github-actions
Copy link

github-actions bot commented Mar 23, 2023

Changelog

Features

  • Added RouteProgress#inParkingAisle field indicating whether the current location belongs to a parking aisle. [#7212](https://github.com/mapbox/mapbox-navigation-android/pull/7212)

Bug fixes and improvements

  • Fixed an issue where no MapboxRouteLineApi callbacks or suspensions for any function would have been invoked if map instance was destroyed while MapboxRouteLineApi#findClosestRoute was in progress. [#7213](https://github.com/mapbox/mapbox-navigation-android/pull/7213)
  • Changed RouteProgress#hasUnexpectedUpcomingClosures behavior: now it returns false if there are only "expected" closures. A closure is considered expected if it was present in the original route response. An unexpected closure is the one that appears after route refresh. [#7237](https://github.com/mapbox/mapbox-navigation-android/pull/7237)
  • Deprecated SpeedLimit class and introduced SpeedLimitInfo instead. The latter uses speed in the corresponding units (as opposed to speedKmph in SpeedLimit) and provides unit and sign info even if the limit itself is unknown. [#7214](https://github.com/mapbox/mapbox-navigation-android/pull/7214)
  • Supported displaying distances in yards for imperial UnitType in the UK locale. [#6786](https://github.com/mapbox/mapbox-navigation-android/pull/6786)
  • Fixed an issue with Copilot that caused history files without user feedback to remain on disk when using shouldSendHistoryOnlyWithFeedback option. [#7233](https://github.com/mapbox/mapbox-navigation-android/pull/7233)
  • Decreased java memory usage for route requests, alternatives requests, reroutes. [#7201](https://github.com/mapbox/mapbox-navigation-android/pull/7201)

Known issues ⚠️

Other changes

Android Auto Changelog

Features

Bug fixes and improvements

@github-actions github-actions bot requested review from dzinad and SevaZhukov March 23, 2023 22:55
@SevaZhukov SevaZhukov requested a review from a team as a code owner June 7, 2023 13:50
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #7048 (7e8cd10) into main (8aa99ca) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #7048   +/-   ##
=========================================
  Coverage     73.93%   73.93%           
  Complexity     6006     6006           
=========================================
  Files           820      820           
  Lines         32065    32065           
  Branches       3823     3823           
=========================================
  Hits          23707    23707           
  Misses         6851     6851           
  Partials       1507     1507           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants