- New: Project source code was fully translated to Kotlin thanks to @markusressel (#38).
- New: New APIs to disable fling and flings started when overscrolling:
setFlingEnabled
andsetAllowFlingInOverscroll
, thanks to @markusressel (#70). - New: Ability to pan while zooming, thanks to @markusressel (#68).
- Enhancement: Prevent entering the scrolling/flinging state if pan is disabled, thanks to @nil2l (#79).
- New: New
Alignment
APIs control the alignment of the content with respect to the container. Please read the documentation about them. Thanks to @LRP-sgravel (#71 and #76)
https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0