Łukasz Paczos

Results 49 issues of Łukasz Paczos

When running the test app on an emulator (8.1.0 or 4.4) I'm running into issues with gl rendered images, markers and labels. ![black annotations](https://user-images.githubusercontent.com/16925074/34564737-359ee9e6-f158-11e7-87e4-acc0ab7d0432.gif) ![black annotations 2](https://user-images.githubusercontent.com/16925074/34564739-37dd64e4-f158-11e7-90e5-de11044162a5.gif) I wasn't able...

Android
Core

All location activities report a missing `LocationResult` class with each location update: ``` java.lang.ClassNotFoundException: com.google.android.gms.location.LocationResult at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at android.os.Parcel.readParcelableCreator(Parcel.java:3014) at android.os.Parcel.readParcelable(Parcel.java:2964) at android.os.Parcel.readValue(Parcel.java:2866) at android.os.Parcel.readArrayMapInternal(Parcel.java:3244) at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)...

bug :bug:

When scrolling the map, each network requests sent from core results in a warning log: ``` 1180-5873/? W/ActivityManager: Receiver with filter android.content.IntentFilter@fe11c8c already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug...

bug :bug:
starter-task

![ezgif com-video-to-gif (5)](https://user-images.githubusercontent.com/16925074/62556899-27821900-b876-11e9-8dcb-68bf2278231a.gif) At first glance, I'm not seeing the source of the issue. Disabling animation and displaying only the first frame still results in a blink.

bug :bug:

Currently, when the `StyleFadeSwitchActivity` is launched for the first time, the raster tiles are being loaded when they should already be smoothly fading in. We can enhance the experience by...

enhancement :heavy_plus_sign:

Tracks exposing `StepIntersection#duration`, refs https://docs.mapbox.com/api/navigation/directions/#route-step-object.

Feature
Blocked
jira-sync-complete

Track integrating automation to ensure running changelog is updated with each contribution, similarly to https://github.com/mapbox/mapbox-navigation-android/pull/5301.

op-ex
jira-sync-complete

We currently have https://github.com/mapbox/mapbox-java/blob/main/services-directions/src/test/resources/route_options_v5.json and https://github.com/mapbox/mapbox-java/blob/main/services-directions-models/src/test/resources/route_options_v5.json which are identical and need to be maintained at the same time to run tests in 2 different modules. We need to consolidate the...

Test
jira-sync-complete

Capturing from https://github.com/mapbox/mapbox-gl-js/issues/9998#issuecomment-705693893 and https://github.com/mapbox/mapbox-navigation-android/pull/3661, the precision of some calculations that affect the presentation of geometries on the map can be greatly improved when EPSG:3857 projection is used instead of...

Capturing from https://turfjs.org/docs/#nearestPointOnLine, the `Feature` returned from `TurfMisc#nearestPointOnLine` should return a `location` number property that describes the distance along the route of the computed intersection point, next to already available...

Turf