mapbox-gestures-android icon indicating copy to clipboard operation
mapbox-gestures-android copied to clipboard

The Mapbox Gestures for Android library makes it easy to detect and handle user gestures on an Android device.

Results 9 mapbox-gestures-android issues
Sort by recently updated
recently updated
newest added

In rare cases the MoveGestureDetector causes and error while gestures are processed. https://github.com/mapbox/mapbox-gestures-android/blob/6fc34d91fc8d8758c51830127c49223624d446aa/library/src/main/java/com/mapbox/android/gestures/MoveGestureDetector.java#L172 This seems to be related to using [Flutters Hybrid Composition ](https://github.com/flutter/flutter/wiki/Hybrid-Composition) more details: https://github.com/flutter-mapbox-gl/maps/issues/975 The suggestion would...

Hello, I'm trying to setup a MapBox view inside another scrollable view, and want to set it up so that the scrollable view scrolls with one finger, and that the...

Recently introduced instrumentation tests are not run on CI as of now.

Since there's only one entry point to pass `MotionEvent`s, there's no difference between the data each gesture detector is working with. We should centralize this incoming stream of events in...

enhancement

While testing [MapboxGLAndroidSDKTestApp](https://github.com/mapbox/mapbox-gl-native/tree/release-boba/platform/android/MapboxGLAndroidSDKTestApp) ([`release-boba` branch](https://github.com/mapbox/mapbox-gl-native/tree/release-boba)) found 👇 ![wrong_focal_point_zooming_out](https://user-images.githubusercontent.com/1668582/38504581-556bdb78-3c15-11e8-87ee-28914a2a2625.gif) This is the [`SimpleMapActivity`](https://github.com/mapbox/mapbox-gl-native/blob/release-boba/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/SimpleMapActivity.java) running in a Nexus 5 (Android 6.0). Steps to reproduce: 1. Launch `SimpleMapActivity` 2. Zoom in (quick double...

bug

It'd be great to have a detector that recognizes simple shapes like rectangles, triangles, and circles drawn by a pointer.

While working on #28, I've come across two research projects: - [$1 Unistroke Recognizer](http://depts.washington.edu/madlab/proj/dollar/index.html) - [$N Multistroke Recognizer](http://depts.washington.edu/madlab/proj/dollar/ndollar.html) What do you think about porting those algorithms to Android-friendly Java code...

The main idea for the refactor is to make value animator for a compatible gesture independent from its state. Value animation calculations and callbacks will happen only when requested. This...

See https://kotlinlang.org/docs/whatsnew18.html#updated-jvm-compilation-target