Pablo Guardiola

Results 30 issues of Pablo Guardiola

Follow up from https://github.com/mapbox/mapbox-java/pull/1039#discussion_r287524157 Extract out / expose [OkHttp](https://github.com/square/okhttp) `Interceptor`s as part of `MapboxService` so that all services would accept them, avoiding duplicate code and the need of having to...

Core
refactor

### Description App crashes at startup. ``` 12-19 19:27:54.659 17440-17440/com.mapbox.mapboxsdk.testapp:lost E/AndroidRuntime: FATAL EXCEPTION: main Process: com.mapbox.mapboxsdk.testapp:lost, PID: 17440 java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.mapbox.services.android.telemetry.TelemetryService$TelemetryBinder at com.mapbox.services.android.telemetry.MapboxTelemetry$3.onServiceConnected(MapboxTelemetry.java:361) at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1212) at...

Per https://github.com/mapbox/mapbox-java/pull/393#issue-214960653 Is update interval (`setInterval`) call mandatory to create a request (`LocationRequest`) since v2.0? If so, would it make sense to add this in the [upgrading guide](https://github.com/mapzen/lost/blob/master/docs/upgrade-1x-2.md)?

question

As commented [here](https://github.com/mapzen/lost/issues/169#issuecomment-288971298): There are watches with and without GPS and Google's library does the wiring automatically so when you have a watch without GPS paired with a mobile you...

enhancement

### Description - Bumps NN, Maps and Common dependency versions to `112.0.0`, [`10.8.0-beta.1`](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.8.0-beta.1) and `23.0.0-beta.1` respectively

Core

While working on https://github.com/mapbox/mapbox-navigation-android/pull/6168 run into the following runtime crash 💥 ``` 2022-08-15 13:36:56.694 32381-32381/com.mapbox.navigation.qa_test_app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.mapbox.navigation.qa_test_app, PID: 32381 java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException:...

op-ex
Android Auto
jira-sync-complete

Optimize UI components for landscape e.g. displays on wide enough screens, moves so next always shown, etc. cc @mapbox/navigation-android @mapbox/navigation-ios @d-prukop @zugaldia @truburt @AhmerKhan1 @jyrigo

feature
UI

### Description Follow up from https://github.com/mapbox/mapbox-navigation-android/pull/5743#issuecomment-1143993442 - Bumps Kotlin, Coroutines and Gradle dependency versions to `1.6.21`, `1.6.2` and `7.2.1` respectively Opening this as a `Draft` as there are some UI...

skip changelog

Currently, we're reporting back a `Throwable` with a tweaked message as a result of https://github.com/mapbox/mapbox-navigation-android/blob/306f2919494f7731a0b3515a9d3d9cae5bd0ad07/libnavigation-core/src/main/java/com/mapbox/navigation/core/MapboxNavigation.kt#L386-L389 https://github.com/mapbox/mapbox-navigation-android/blob/306f2919494f7731a0b3515a9d3d9cae5bd0ad07/libnavigation-core/src/main/java/com/mapbox/navigation/core/directions/session/RoutesRequestCallback.kt#L34 Clients can parse the string `Throwable.message` or print the whole thing but there isn't...

feature
backwards incompatible
needs discussion

Run into the following 💥 while testing ``` java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 524216 bytes at android.app.NotificationManager.notifyAsUser(NotificationManager.java:408) at android.app.NotificationManager.notify(NotificationManager.java:370) at android.app.NotificationManager.notify(NotificationManager.java:346) at com.mapbox.services.android.navigation.v5.navigation.MapboxNavigationNotification.updateNotificationViews(MapboxNavigationNotification.java:150) at com.mapbox.services.android.navigation.v5.navigation.MapboxNavigationNotification.updateNotification(MapboxNavigationNotification.java:72) at com.mapbox.services.android.navigation.v5.navigation.NavigationNotificationProvider.updateNavigationNotification(NavigationNotificationProvider.java:23) at com.mapbox.services.android.navigation.v5.navigation.RouteProcessorThreadListener.onNewRouteProgress(RouteProcessorThreadListener.java:33) at...

bug
archived