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

Releases: mapbox/mapbox-gl-native-android

android-v9.6.0-alpha.1

07 Oct 17:31
Compare
Choose a tag to compare
Pre-release

9.6.0-alpha.1 - October 7, 2020

Changes since Mapbox Maps SDK for Android 9.5.0

Dependencies

  • Update telemetry to 6.2.0
  • Update core library to 5.1.0

android-v9.5.0

25 Sep 09:38
4d58794
Compare
Choose a tag to compare

9.5.0 - September 25, 2020

Changes since Mapbox Maps SDK for Android 9.4.0

Improvements and bug fixes

  • Fix crash when converting screen coordinate as part of moveBy (#555)
  • Upgrade MapView to manage multiple OnTouchListener-s (#511)
  • Remove LocalGlyphRasterizer, now it's a part of core as pure C++ implementation. (#548)
  • LocationIndicatorLayer: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)
  • LocationPropertyFactory: imageTiltDisplacement methods are deprecated, imagePitchDisplacement are introduced for replacement. (#548)

Dependencies

  • Update core library to 5.0.0

android-v8.6.6

25 Sep 09:29
a969cf3
Compare
Choose a tag to compare

8.6.6 - September 25, 2020

Changes since Mapbox Maps SDK for Android v8.6.5:

Bug fixes

  • Fix Style not ready exception in location component (#563)

android-v9.5.0-beta.1

14 Sep 18:58
203e9dd
Compare
Choose a tag to compare

9.5.0-beta.1 - September 14, 2020

Changes since Mapbox Maps SDK for Android 9.4.0

Improvements and bug fixes

  • Fix crash when converting screen coordinate as part of moveBy (#555)
  • Upgrade MapView to manage multiple OnTouchListener-s (#511)
  • Remove LocalGlyphRasterizer, now it's a part of core as pure C++ implementation. (#548)
  • LocationIndicatorLayer: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)
  • LocationPropertyFactory: imageTiltDisplacement methods are deprecated, imagePitchDisplacement are introduced for replacement. (#548)

Dependencies

  • Update core library to 5.0.0

android-v9.5.0-alpha.1

04 Sep 06:38
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v9.4.0

Changes made to match core library v4.0.0 updates

  • Remove LocalGlyphRasterizer, now it's a part of core as pure C++ implementation. (#548)
  • LocationIndicatorLayer: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. (#548)
  • LocationPropertyFactory: imageTiltDisplacement methods are deprecated, imagePitchDisplacement are introduced for replacement. (#548)

Dependencies

  • Update core library to 4.0.0

android-v9.4.0

26 Aug 17:30
2d133aa
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v9.3.0

Features

  • Implement method to set padding when camera is tracking. (#496)
  • Expose animation handling (#491)
  • Expose event Observable (#502)
  • Expose OnIndicatorPositionChangedListener which is invoked when the position of the user location indicator changes. (#515)

Improvements and bug fixes

  • Optimise fling animation (#503)
  • Remove world bounds validation when creating an offline region (#495)
  • Call setUserAnimationInProgress in LocationCameraController (#501)
  • Check isLocationTracking in the right place (#504)
  • Adapt LocalGlyphRasterizer to render glyphs with a font's actual glyph metrics. (#520)

Dependencies

  • Update telemetry to 6.1.0
  • Update core library to 3.1.0

android-v9.4.0-beta.2

21 Aug 12:10
1047338
Compare
Choose a tag to compare
android-v9.4.0-beta.2 Pre-release
Pre-release

Dependencies

  • Update telemetry to 6.1.0
  • Update core library to 3.1.0

android-v9.4.0-beta.1

06 Aug 16:19
d945824
Compare
Choose a tag to compare
android-v9.4.0-beta.1 Pre-release
Pre-release

Changes since Mapbox Maps SDK for Android v9.4.0-alpha.1:

Features

  • Expose OnIndicatorPositionChangedListener which is invoked when the position of the user location indicator changes. (#515)

Improvements and bug fixes

  • Adapt LocalGlyphRasterizer to render glyphs with a font's actual glyph metrics. (#520)

Dependencies

  • Update core library to 3.0.0-rc.1

android-v9.3.1

14 Aug 13:09
2370bc1
Compare
Choose a tag to compare

Bug fixes

  • Fix crash on old devices (Android 4.4) related to LLD linker.

Dependencies

  • Update to gl-native release 1.8.4

android-v8.6.5

22 Jul 06:54
d53ab05
Compare
Choose a tag to compare

8.6.5 - July 22, 2020

Changes since Mapbox Maps SDK for Android v8.6.4:

Bug fixes

  • Calculate size of an ambient cache without offline region's resources (#15622)