Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 750 Bytes

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 750 Bytes

Zoomage Change Log

1.3.1 (2020-03-27)

  • Added more granular handling for disallowing parent touch interception
  • Add protected methods for allowing zoom and translation
  • Added fix for gesture detection sometimes locking up interaction
  • Gradle updates

1.3.0 (2019-07-12)

  • Updated to use AndroidX support libs
  • Fix for zooming and translating not working correctly in most scrollable views
  • Gradle updates

1.2.0 (2018-09-13)

  • Add new double tap to zoom
  • Add convenience method getCurrentScaleFactor
  • Fix some minor issues

1.1.0 (2017-04-21)

  • Remove double-tap zoom functionality
  • Added zoomage_ prefix to xml variables to avoid potential conflicts
  • Some few minor fixes and cleanup

1.0.0 (2016-04-01)

  • Initial release