diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-02-09 14:48:14 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-02-12 11:14:39 +0100 |
commit | f422f794467dd4a43e2ed2d79c298141769defc9 (patch) | |
tree | 4a49e029ec46b197f27849660e511416d7ae7f69 | |
parent | 9941b562389aac04a6bcf926bef176ef15b1148e (diff) | |
download | qtlocation-mapboxgl-f422f794467dd4a43e2ed2d79c298141769defc9.tar.gz |
[android] - update changelog for 5.4.1
-rw-r--r-- | platform/android/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 1e51725ed0..7827bc129f 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## 5.4.1 - February 9, 2018 + - Don't recreate TextureView surface as part of view resizing, solves OOM crashes [#11148](https://github.com/mapbox/mapbox-gl-native/pull/11148) + - Don't invoke OnLowMemory before map is ready, solves startup crash on low memory devices [#11109](https://github.com/mapbox/mapbox-gl-native/pull/11109) + - Programmatically create GLSurfaceView, solves fragment bug [#11124](https://github.com/mapbox/mapbox-gl-native/pull/11124) + - Proguard config for optional location provider, solves obfuscation warnings [#11127](https://github.com/mapbox/mapbox-gl-native/pull/11127) + - MapView weak reference in global layout listener, solves memory leak [#11128](https://github.com/mapbox/mapbox-gl-native/pull/11128) + ## 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) |