Dzina Dybouskaya
Dzina Dybouskaya
I'm merging it because I need a somewhat working solution in alpha, will address all the other comments asap in #6182.
Have a look at https://github.com/mapbox/mapbox-navigation-android/pull/6190.
Здравствуйте. Сейчас АппМетрика действительно не логирует ни YMMUserProfile, ни YMMUserProfileUpdate. Мы посмотрим, что можно сделать, спасибо за предложение.
> There is a nice alternative approach, and that is default java interfaces. There are also abstract classes. I know that with interfaces you can implement many, while you can...
I think it can be tested in instrumentation tests. 1) `setRoutes(listOf(a))`; 2) `setRoutes(listOf(a, b))` where b is faster than a. It would trigger FasterRoutesObserver, wouldn't it? We can also add...
> This is one of the goals: handle the case when users pick slower route on purpose. The SDK shouldn't bother users with the faster route if it has been...
> To recover, developers would have to call MapboxNavigation#stopTripSession (to reset flags in MapboxTripSession) and then MapboxNavigation#startTripSession again. I don't think so. All flags in `MapboxTripService` will be reset after...
Fixed the conflicts, but the feature is temporarily removed from backend. Will place the ticket in "to track" and wait for the updates (targeting next week).
Tested it on staging. Works fine, I've adjusted some string constants. Leaving the DO NOT MERGE label until it's in production.
How do I test that it works? I mean the integration part. @mapbox/navigation-android