Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 3.14 KB

Changelog for the Mapbox Gestures for Android

0.6.0 - January 8, 2020

Major changes

  • Replace appcompat dependencies with AndroidX #94

Minor features and bug fixes

  • Use NonNull in gesture listener interfaces to improve consumption with the Kotlin programming language #95

0.5.1 - August 20, 2019

Bug fixes

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

0.5.0 - August 14, 2019

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

0.4.2 - April 26, 2019

  • Query display metrics only in touch down #67

0.4.1 - April 16, 2019

  • Try getting real device display metrics for sloppy gesture calculations #61
  • Remove obsolete string values #62

0.4.0 - January 31, 2019

  • 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

0.3.0 - October 30, 2018

  • Increase missing events protection #46
  • Limit support library usage #47

0.2.0 - March 27, 2018

  • SidewaysShoveGestureDetector #27
  • Decrease minimum span required to register scale gesture #30

0.1.0 - March 19, 2018

  • Initial release!