Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

24 lines (21 loc) · 1.12 KB

v2.2.8 (03.01.2018)

  • Add capability to trigger SlideUp (up/down/start/end) from another View thanks @toteto
  • Dropped support Android < 14 api level

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)