- Add capability to trigger SlideUp (up/down/start/end) from another View thanks @toteto
- Dropped support Android < 14 api level
- Fixed wrong identifiers for AboutLibraries (© MikePenz)
- Added definition info for AboutLibraries (© MikePenz)
- Fixed problems with clicks onto
view
withSlideUp
-effect SlideUp.Builder
was moved into separated class and renamed toSlideUpBuilder
- Method
setTouchebleArea(float touchableArea)
was split to two methods:setTouchebleAreaDp(float touchableArea)
setTouchebleAreaPx(float touchableArea)
- Method
getTouchebleArea()
was split to two methods:getTouchebleAreaDp()
getTouchebleAreaPx()
- Method
withTouchebleArea(float touchableArea)
was split to two methods:withTouchebleAreaDp(float touchableArea)
withTouchebleAreaPx(float touchableArea)