summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-01-31 13:18:49 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2018-01-31 17:48:33 +0100
commit00b77dc2c38e015168d8f7b08360818d247f0b40 (patch)
tree9b7baa27aa0984e791bde62b8af0a3d9f58f1c5c
parent18233e7fd041fab65ed07609ab67aa479540cc15 (diff)
downloadqtlocation-mapboxgl-upstream/release-android-v5.4.0.tar.gz
[android] - update changelog for 5.4.0upstream/release-android-v5.4.0
-rw-r--r--platform/android/CHANGELOG.md17
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/AndroidManifest.xml5
3 files changed, 22 insertions, 2 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index e98ed491aa..1e51725ed0 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,7 +2,22 @@
Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
-## master
+## 5.4.0 - January 30, 2018
+ - Blacklist Adreno 2xx GPU for VAO support [#11047](https://github.com/mapbox/mapbox-gl-native/pull/11047)
+ - Bearing tracking mode GPS_NORTH_FACING [#11095](https://github.com/mapbox/mapbox-gl-native/pull/11095)
+ - Disable logging missing location permissons [#11084](https://github.com/mapbox/mapbox-gl-native/pull/11084)
+ - Create offline handler using the main thread looper [#11021](https://github.com/mapbox/mapbox-gl-native/pull/11021)
+
+## 6.0.0-beta.1 - January 26, 2018
+ - Binding integration for expressions [#10654](https://github.com/mapbox/mapbox-gl-native/pull/10654)
+ - CustomGeometrySource [#9983](https://github.com/mapbox/mapbox-gl-native/pull/9983)
+ - HillshadeLayer and RasterDemSource [#11031](https://github.com/mapbox/mapbox-gl-native/pull/11031)
+ - Revisit marker placement for snapshot [#11029](https://github.com/mapbox/mapbox-gl-native/pull/11029)
+ - SafeVarargs annotation for expressions [#11027](https://github.com/mapbox/mapbox-gl-native/pull/11027)
+ - Expression#toString [#11024](https://github.com/mapbox/mapbox-gl-native/pull/11024)
+ - Rename initRenderSurface to onSurfaceCreated [#11023](https://github.com/mapbox/mapbox-gl-native/pull/11023)
+ - Expose attribution manager as public API [#10942](https://github.com/mapbox/mapbox-gl-native/pull/10942)
+ - Replace Mapzen vector source example with Mapillary [#10931](https://github.com/mapbox/mapbox-gl-native/pull/10931)
- Add Hebrew localization [#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967)
## 5.3.2 - January 22, 2018
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 20d6f60baf..011052b521 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.mapbox.mapboxsdk
-VERSION_NAME=5.3.3-SNAPSHOT
+VERSION_NAME=5.4.1-SNAPSHOT
POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDK/src/main/AndroidManifest.xml
index f59585bfe5..84bd5ec396 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/AndroidManifest.xml
@@ -17,4 +17,9 @@
<service android:name="com.mapbox.services.android.telemetry.service.TelemetryService"/>
</application>
+ <!-- Enable the CN endpoint -->
+ <meta-data
+ android:name="com.mapbox.CnEventsServer"
+ android:value="true"/>
+
</manifest>