summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-08-01 16:48:33 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-08-01 18:14:41 +0200
commitd6c602b48ccb2d38c4556bee9b5a4335a934aa5f (patch)
tree87aa304c4274edf2a9235e8bbe1b5d0ae55942b6
parent58d8b771a1ea22b4880d03efab44ebe6aafd2693 (diff)
downloadqtlocation-mapboxgl-d6c602b48ccb2d38c4556bee9b5a4335a934aa5f.tar.gz
[android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2
-rw-r--r--platform/android/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 7328efd17b..5db2fb213c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,15 @@
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.
+## 6.4.0-alpha.2 - August 1, 2018
+ - Compress shader source code [#12477](https://github.com/mapbox/mapbox-gl-native/pull/12477)
+ - Add minimal touch target to marker click detection [#12482](https://github.com/mapbox/mapbox-gl-native/pull/12482)
+ - Improve resulting APK size by using @Keep annotation [#12490](https://github.com/mapbox/mapbox-gl-native/pull/12490)
+ - Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizer [#12488](https://github.com/mapbox/mapbox-gl-native/pull/12488)
+ - Remove black surface during map start up [#12377](https://github.com/mapbox/mapbox-gl-native/pull/12377)
+ - Corrected VisibleRegion on rotated map [#12255](https://github.com/mapbox/mapbox-gl-native/pull/12255)
+ - Tweak conversions to reduce binary size [#12511](https://github.com/mapbox/mapbox-gl-native/pull/12511)
+
## 6.4.0-alpha.1 - July 25, 2018
- Validate if gesture detector is able to handle gesture [#12375](https://github.com/mapbox/mapbox-gl-native/pull/12375)
- Add a convenience method to check whether the map is in a destroyed state, MapView#isDestroyed [#12373](https://github.com/mapbox/mapbox-gl-native/pull/12373)