summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2019-09-04 09:59:41 -0700
committerlangsmith <langstonlmcs@gmail.com>2019-09-04 09:59:41 -0700
commit0a2e7d997169f77ce1e7d1cbd7254ba9abd3a33e (patch)
treec2c58755ea0cedec6d1ab2670425a1c3cd7bf4d4
parent20bef9f6f2ecb0be872149cbd5a32e6add5c58da (diff)
downloadqtlocation-mapboxgl-upstream/ls-changelog-android-8.4.0-alpha.1.tar.gz
[android] more changes to android changelog for 8.4.0-alpha.1 releaseupstream/ls-changelog-android-8.4.0-alpha.1
-rw-r--r--platform/android/CHANGELOG.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 5a6438c765..3306020501 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -9,7 +9,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Add number-format expression that allows to format a number to a string, with configurations as minimal/maximal fraction and locale/currency. [#15424](https://github.com/mapbox/mapbox-gl-native/pull/15424)
- Enable using of `text-offset` option together with `text-variable-anchor` (if `text-radial-offset` option is not provided). If used with `text-variable-anchor`, input values will be taken as absolute values. Offsets along the x- and y-axis will be applied automatically based on the anchor position. [#15542](https://github.com/mapbox/mapbox-gl-native/pull/15542)
- ### Performance improvements
+### Performance improvements
- Mark used offline region resources in batches. [#15521](https://github.com/mapbox/mapbox-gl-native/pull/15521)
### Bug fixes
@@ -19,28 +19,24 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.3.0...android-v8.4.0-alpha.1) since [Mapbox Maps SDK for Android v8.3.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.3.0):
### Features
-- Bindings for aggregated cluster properties [#15425](https://github.com/mapbox/mapbox-gl-native/pull/15425)
-- Add font array attribute configuration [#15488](https://github.com/mapbox/mapbox-gl-native/pull/15488)
-- Expose camera padding option [#15444](https://github.com/mapbox/mapbox-gl-native/pull/15444)
-- Add number format expression [#15424](https://github.com/mapbox/mapbox-gl-native/pull/15424)
+ - Introduce `clusterProperties` option for aggregated cluster properties. [#15425](https://github.com/mapbox/mapbox-gl-native/pull/15425)
+ - Expose the `CameraPosition#padding` field and associated utility camera position builders. This gives a choice to set a persisting map padding immediately during a transition instead of setting it lazily `MapboxMap#setPadding`, which required scheduling additional transition to be applied. This also deprecates `MapboxMap#setPadding` as there should be no need for a lazy padding setter. [#15444](https://github.com/mapbox/mapbox-gl-native/pull/15444)
+ - Add number-format expression that allows to format a number to a string, with configurations as minimal/maximal fraction and locale/currency. [#15424](https://github.com/mapbox/mapbox-gl-native/pull/15424)
+ - Enable using of `text-offset` option together with `text-variable-anchor` (if `text-radial-offset` option is not provided). If used with `text-variable-anchor`, input values will be taken as absolute values. Offsets along the x- and y-axis will be applied automatically based on the anchor position. [#15542](https://github.com/mapbox/mapbox-gl-native/pull/15542)
### Bug fixes
-- Initialize CameraPositionActivity listeners after the style is loaded [#15484](https://github.com/mapbox/mapbox-gl-native/pull/15484)
-- Cancel CameraAnimatorActivity joint example when the map is destroyed [#15500](https://github.com/mapbox/mapbox-gl-native/pull/15500)
+ - Fixed a rendering issue of `collisionBox` when `text-translate` or `icon-translate` is enabled. [#15467](https://github.com/mapbox/mapbox-gl-native/pull/15467)
- Invalidate foreground icon sources even when location layer is hidden [#15507](https://github.com/mapbox/mapbox-gl-native/pull/15507)
- Fixed unnecessary layers blink when the same components are re-added after the style reload [#15513](https://github.com/mapbox/mapbox-gl-native/pull/15513)
- Fixed an issue in JNI marshaling code that converted a float to long that produced invalid expressions [#15557](https://github.com/mapbox/mapbox-gl-native/pull/15557)
- Call callback onFinish() immediately when trying to move camera to current position [#15558](https://github.com/mapbox/mapbox-gl-native/pull/15558)
-### Build
-- Reorder android-check make command [#15493](https://github.com/mapbox/mapbox-gl-native/pull/15493)
-- Ignore project wide gradle.properties file [#15495](https://github.com/mapbox/mapbox-gl-native/pull/15495)
-
### Performance improvements
-- JNI binding refactor [#15462](https://github.com/mapbox/mapbox-gl-native/pull/15462)
+ - Mark used offline region resources in batches. [#15521](https://github.com/mapbox/mapbox-gl-native/pull/15521)
### Other Changes
- - Javadoc changes to clarify OfflineManager methods [#15519](https://github.com/mapbox/mapbox-gl-native/pull/15519)
+- JNI binding refactor [#15462](https://github.com/mapbox/mapbox-gl-native/pull/15462)
+- Javadoc changes to clarify OfflineManager methods [#15519](https://github.com/mapbox/mapbox-gl-native/pull/15519)
## 8.3.0 - August 28, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.3.0-beta.1...android-v8.3.0) since [Mapbox Maps SDK for Android v8.3.0-beta.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.3.0-beta.1):
@@ -52,7 +48,6 @@ This release changes how offline tile requests are billed — they are now bille
### 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](https://github.com/mapbox/mapbox-gl-native/pull/15456)
- - Fixed an issue where changing location's render mode when the`LocationComponent` is disable wouldn't invalidate the foreground icon when it's back enabled. [#15507](https://github.com/mapbox/mapbox-gl-native/pull/15507)
## 8.2.2 - August 23, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.2.1...android-v8.2.2) since [Mapbox Maps SDK for Android v8.2.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.2.1):