Kyle Madsen

Results 33 issues of Kyle Madsen

https://github.com/mapbox/mapbox-navigation-android/pull/6053#issuecomment-1184986367 **Mapbox Navigation SDK version:** [2.7.0-beta.1](https://github.com/mapbox/mapbox-navigation-android/releases/tag/2.7.0-beta.1) ### Steps to trigger behavior 1. apply patch from this comment https://github.com/mapbox/mapbox-navigation-android/pull/6053#issuecomment-1184986367 2. run qa-test-app and open the customized navigation view activity 3. Create...

UI
bug :beetle:

Following discussion from https://github.com/mapbox/mapbox-navigation-android/pull/5818 ## Description of issue Right now `NavigationView` ties all view inflations and data resource streams to the [Lifecycle.State.CREATED](https://github.com/mapbox/mapbox-navigation-android/blob/09cd530425a2ec891e39f9d2fa0ff6a729cc1af9/libnavui-dropin/src/main/java/com/mapbox/navigation/dropin/NavigationView.kt#L108). This is appropriate for view inflations, but not...

UI
jira-sync-complete

When a repository has multiple release channels. It has an issue of publishing documentation to the main release channel. Both maps and navigation have separate release channels for android auto...

Android Auto
jira-sync-complete

`verify_history_files_are_recorded_and_readable_with_silent_waypoints` https://app.circleci.com/pipelines/github/mapbox/mapbox-navigation-android/17897/workflows/44134dc8-7a92-495a-8cd0-ab2cdbc34a9f/jobs/81674 https://console.firebase.google.com/u/0/project/mapbox-navigation-android/testlab/histories/bh.54eb2dd57e959221/matrices/5304873808056687705/executions/bs.7e888e4297528ead ``` 05-03 07:16:02.676: E/TestRunner(24075): junit.framework.AssertionFailedError: expected: but was: 05-03 07:16:02.676: E/TestRunner(24075): at junit.framework.Assert.fail(Assert.java:50) 05-03 07:16:02.676: E/TestRunner(24075): at junit.framework.Assert.failNotEquals(Assert.java:287) 05-03 07:16:02.676: E/TestRunner(24075): at junit.framework.Assert.assertEquals(Assert.java:102) 05-03 07:16:02.676: E/TestRunner(24075): at...

op-ex
jira-sync-complete

https://console.firebase.google.com/u/1/project/mapbox-navigation-android/testlab/histories/bh.15676ee24df688cf/matrices/8770419840010862810/executions/bs.1a5c332da89e972f/testcases/1 ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at com.mapbox.navigation.core.trip.service.TripServiceTest.checkNotificationContent(TripServiceTest.kt:38) at java.lang.reflect.Method.invoke(Native Method) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80) ```

The new ReplayRouteMapper detects road edges with significant turns. The current route interpolator identifies corners, this ticket is to turn those corners into curves. ### B-spines in mapbox-java - Add...

When testing solutions for this https://github.com/mapbox/mapbox-maps-android/issues/1413 Ran into this crash ``` 2022-08-02 14:05:14.328 15236-15358/com.mapbox.navigation.qa_test_app E/AndroidRuntime: FATAL EXCEPTION: animation_thread Process: com.mapbox.navigation.qa_test_app, PID: 15236 com.mapbox.maps.exception.WorkerThreadException: The exception that is thrown when an...

I'm looking for what could cause an issue with `AnimatorSet`. And am noticing that the `android.animation.AnimatorSet` is not really being supported anymore. The issues are being addressed in the `androidx`...

:stop_sign: blocked

### Description The `MapboxCarContext` is the entry point into the `MapboxNavigation` AA SDK. It has been the mechanism we have used to provide options to various screens, and it is...

Android Auto

### Description I recently investigated the `-jvm-default` compiler flag but it would cause a SEMVER. There is a nice alternative approach, and that is `default java interfaces`. Right now we...