Tobrun
Tobrun
Atm cancelling a download doesn't result in removing the created region for it. Since the download was cancelled, keeping the definition around isn't useful. You can reproduce this by downloading...
We expose an api for customising notifications with `NotificationOptions.java`. It's currently unused and untested. Adding an example to the test app would resolve this.
With upcoming upstream 7.1.0 release we are adding an option to exclude cjk resources from an offline download. The plugin should by default disable including them and have a configuration...
Capturing upstream from https://github.com/mapbox/mapbox-gl-native/issues/10302: Currently, the Android Maps SDK has two options for restricting map panning: disable it completely, or don't allow the camera to move a single centerpoint out...
Feature request for a plugin to integrate text to speech accessibility features. The developer is able to configure the plugin to point to a certain layer (eg. his own POI...
The annotation plugin uses the mapbox-gl-js submodule to provide us with a style spec definition from which we generate the code from. We should update the pin to match the...
Our CI workflow doesn't expose env. variables for security reasons when running PRs coming from forked repositories. We need to optimise our workflow to not execute steps that require them....
Plugin request to implement https://github.com/mapbox/mapbox-gl-native/issues/13467 as a plugin. Ideally we solve the former ticket with a core API, but we can still provide this functionality with a small plugin in...
This PR introduces a new way to trigger end-to-end compatibility verification. This now happens by including a label.
This PR updates the style spec reference with pitch and distance-from-center expressions which aim to land with v10.9.0. edit: did an audit of the full spec and updated the SDK...