Skip to content

Releases: luckybilly/SmartSwipe

release v1.1.0

05 Dec 08:52
Compare
Choose a tag to compare

1. optimize nested scroll and nested fly.

you should add smart-swipe-x or smart-swipe-support (version 1.1.0) into your dependencies to use the nested scrolling feature:

implementation 'com.billy.android:smart-swipe:1.1.0'
//compat for android support library
implementation 'com.billy.android:smart-swipe-support:1.1.0'

or

implementation 'com.billy.android:smart-swipe:1.1.0'
//compat for android support library
implementation 'com.billy.android:smart-swipe-x:1.1.0'

2. optimize SmartSwipeRefresh

Nested scrolling is now more compatible

release smart-swipe v1.0.3 and smart-swipe-refresh-ext v1.0.0

26 Jul 03:56
8bcb6e0
Compare
Choose a tag to compare

smart-swipe-refresh-ext is an extension library for SmartSwipeRefresh, will includes some third-part animation view as header or footer.