Skip to content

Releases: mapbox/mapbox-gestures-android

v0.9.1

27 Nov 11:39
aec4050
Compare
Choose a tag to compare

Minor release with internal fixes for publishing library

v0.9.0

27 Nov 07:11
ace04ef
Compare
Choose a tag to compare

Breaking changes

  • Increase minimum supported Android SDK version to 19 (KITKAT) (#105)

Minor features

  • Support compile SDK 30

v0.8.0

19 Aug 09:59
18846f3
Compare
Choose a tag to compare

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

30 Apr 11:40
Compare
Choose a tag to compare

Minor features

  • Expose a MoveGestureDetector#moveThresholdRect. When set, the defined screen area prohibits move gesture to be started. #96

v0.6.0

08 Jan 16:31
ac3a194
Compare
Choose a tag to compare
  • Replace appcompat dependencies with AndroidX #94
  • Use NonNull in gesture listener interfaces to improve consumption with the Kotlin programming language #95

v0.5.1

20 Aug 15:29
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap #88

v0.5.0

15 Aug 13:22
Compare
Choose a tag to compare

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

26 Apr 16:03
Compare
Choose a tag to compare
  • Query display metrics only in touch down #67

v0.4.1

16 Apr 10:01
Compare
Choose a tag to compare
  • Try getting real device display metrics for sloppy gesture calculations #61
  • Remove obsolete string values #62

v0.4.0

31 Jan 11:18
Compare
Choose a tag to compare
  • 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