Dzina Dybouskaya
Dzina Dybouskaya
### Description Fixes #6119.
### Description Integrates current_route_geometry_index parameter for route refresh. Note: NN version bump is required.
### Description The permissions are unused, tests pass without them. In Android 13 more [granular media permissions are introduced](https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions) so it would be nice to clean up our media permissions...
We use this API to create `FixLocation#extras`. The logic is simple: there are multiple predefined types, we use `bundle.get` and check if the returned value is instance of one of...
Now instrumentation tests launch on API 33 fails with the following error: ``` android.content.ActivityNotFoundException: Unable to find explicit activity class {com.mapbox.navigation.instrumentation_tests.test/androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity}; have you declared this activity in your AndroidManifest.xml, or...
Closes #6080. 1. Fixed the PR link check: before it checked that there's a PR link in the diff, while diff can be sth like: ``` diff --git a/CHANGELOG.md b/CHANGELOG.md...
There is one flaky instrumentation test, described here: https://github.com/mapbox/mapbox-navigation-android/issues/5931. Because of it the instrumentation-tests CI build is optional. And some real failure can be easily missed since the build is...
Refs: https://github.com/mapbox/mapbox-navigation-android/pull/6072#issuecomment-1189493804 Now we have the changelog verification build that checks just the fact that CHANGELOG was updated. But with the current approach we can easily put the line in...
The strings are converted to Locale afterwards. It would make sense to accept Locale in the first place instead of specifying the format of a String in the docs. I...