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

android-v8.3.0-beta.1

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

Changes since Mapbox Maps SDK for Android v8.3.0-alpha.3:

Bug fixes

  • Fixed a bug where glyphs generated through the LocalGlyphRasterizer interface were changing fonts during some zoom changes. #15407
  • Fixed use of objects after moving, potentially causing crashes. #15408
  • Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function #15398.
  • Font lookup on pre lollipop devices failed, provide default font list instead #15410.
  • Fixed rendering and collision detection issues with using text-variable-anchor and icon-text-fit properties on the same layer #15367.
  • Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap. Bumped gestures library to v0.5.1. #15427
  • Fixed symbol overlap when zooming out quickly. #15416

Other Changes

  • Do not invalidate the camera immediately when map padding is set. Reverts a change introduced in the v8.2.0. #15437

Docs

  • Add javadoc to OnStyleImageMissingListener indicating the required synchronous addition images, document workaround #15418