Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

android-v8.3.0

Compare
Choose a tag to compare
@tobrun tobrun released this 28 Aug 18:13
· 11 commits to release-queso since this release

Changes since Mapbox Maps SDK for Android v8.3.0-beta.1:

This release changes how offline tile requests are billed — they are now billed on a pay-as-you-go basis and all developers are able raise the offline tile limit for their users. Offline requests were previously exempt from monthly active user (MAU) billing and increasing the offline per-user tile limit to more than 6,000 tiles required the purchase of an enterprise license. By upgrading to this release, you are opting into the changes outlined in this blog post and #15380.

Features

  • Allow ability to pass a string array resource into localIdeographFontFamily for enabling/disabling the feature and specifying fallback fonts. #15488

Bug fixes

  • Fixed a rendering issue caused by all icons being treated as SDFs if an SDF and non-SDF icon were in the same layer. #15456
  • Fixed an issue where changing location's render mode when theLocationComponent is disable wouldn't invalidate the foreground icon when it's back enabled. #15507