summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-08-20 18:15:31 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-20 19:43:10 +0200
commitdcf77fbeea35baf36bb50f4e870adc65157b345d (patch)
tree88085bc54f4ebdb162026d6a0f82949767fa829b
parent90e26244a507175993097bac85cd0abab268bffe (diff)
downloadqtlocation-mapboxgl-dcf77fbeea35baf36bb50f4e870adc65157b345d.tar.gz
[android] bump gestures library to v0.5.1
-rw-r--r--platform/android/CHANGELOG.md1
-rw-r--r--platform/android/gradle/dependencies.gradle2
m---------platform/android/vendor/mapbox-gestures-android0
3 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 598d12d601..a83d145761 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -8,6 +8,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function [#15398](https://github.com/mapbox/mapbox-gl-native/pull/15398).
- Font lookup on pre lollipop devices failed, provide default font list instead [#15410](https://github.com/mapbox/mapbox-gl-native/pull/15410).
- Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer [#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367).
+ - Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap. Bumped gestures library to `v0.5.1`. [#15427](https://github.com/mapbox/mapbox-gl-native/pull/15427)
### Docs
- Add javadoc to OnStyleImageMissingListener indicating the required synchronous addition images, document workaround [#15418](https://github.com/mapbox/mapbox-gl-native/pull/15418)
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index 526861e8b1..da7f007065 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -10,7 +10,7 @@ ext {
mapboxServices : '4.8.0',
mapboxTelemetry : '4.5.1',
mapboxCore : '1.3.0',
- mapboxGestures : '0.5.0',
+ mapboxGestures : '0.5.1',
mapboxAccounts : '0.2.0',
supportLib : '28.0.0',
constraintLayout: '1.1.2',
diff --git a/platform/android/vendor/mapbox-gestures-android b/platform/android/vendor/mapbox-gestures-android
-Subproject d099f39e00358d6700c3e1c588e08e1a80f6c45
+Subproject ae08de82ca178dca7f005dfc8056554cf77124a