Releases: mapbox/mapbox-gestures-android
Releases · mapbox/mapbox-gestures-android
v0.9.1
Minor release with internal fixes for publishing library
v0.9.0
Breaking changes
- Increase minimum supported Android SDK version to 19 (KITKAT) (#105)
Minor features
v0.8.0
Minor features
- Updated dependencies : Maps 10.7.0, targetSdk 31, compileSdk 30. #101
Breaking changes
- Remove NonNull annotations from SimpleStandardOnGestureListener that have no such annotations in Android sources. #101
v0.7.0
Minor features
- Expose a
MoveGestureDetector#moveThresholdRect
. When set, the defined screen area prohibits move gesture to be started. #96
v0.6.0
- Replace appcompat dependencies with AndroidX #94
- Use NonNull in gesture listener interfaces to improve consumption with the Kotlin programming language #95
v0.5.1
Bug fixes
- Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap #88
v0.5.0
Major changes
- Introduce a custom scale gesture detector implementation. The library doesn't rely on the compat gesture detector anymore. This is a breaking changing because the underlying scale gesture detector reference has been removed. #73
Minor features and bug fixes
- Calculate focal point for every motion event, not only MOVE. Fixes an issue where detectors that do not rely on movement would return cached, historic focal points. #77
- Adjust scale gesture's required pointer count based on type. Fixes an issue where quick-scale was not properly interrupted. #74
- Guard against move events coming from different view trees. Might prevent rare crashes that are out of control of the gestures library. #71
- Expose scale span getters. #75
v0.4.2
- Query display metrics only in touch down #67
v0.4.1
- Try getting real device display metrics for sloppy gesture calculations #61
- Remove obsolete string values #62
v0.4.0
- Removed Timber dependency #54
- Prepare the project to be consumed as a submodule #55
- Update tooling and CI image #56
- Remove deprecated javadoc source declaration #58
- Exclude maven plugin and checkstyle from the child build.gradle #57