Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 949 Bytes

CHANGELOG.md

File metadata and controls

20 lines (18 loc) · 949 Bytes

v2.2.7.1 (25.07.2017)

v2.2.7 (13.07.2017)

v2.2.6 (13.07.2017)

  • Fixed problems with clicks onto view with SlideUp-effect
  • SlideUp.Builder was moved into separated class and renamed to SlideUpBuilder

SlideUp

  • Method setTouchebleArea(float touchableArea) was split to two methods:
    • setTouchebleAreaDp(float touchableArea)
    • setTouchebleAreaPx(float touchableArea)
  • Method getTouchebleArea() was split to two methods:
    • getTouchebleAreaDp()
    • getTouchebleAreaPx()

SlideUpBuilder

  • Method withTouchebleArea(float touchableArea) was split to two methods:
    • withTouchebleAreaDp(float touchableArea)
    • withTouchebleAreaPx(float touchableArea)