Skip to content

Releases: LApptelier/SmartRecyclerView

3.0.0

08 Apr 17:31

Choose a tag to compare

Revamped SmartRecyclerView to be used with ViewBinding

2.6.0

02 Apr 09:15

Choose a tag to compare

Declaring main classes as open

2.5.0

18 Dec 12:23

Choose a tag to compare

Improved LoadingView flexibility

• dismissLoadingView is now public
• added option to disable automatically the loadingView upon adapters changes

2.4.1

18 Dec 01:13

Choose a tag to compare

Added notifyDataChanged on clear to avoir inconsistency detected error

2.4.0

17 Dec 22:29

Choose a tag to compare

Revamped loadMore handling

• LoadMore are now kept in the SmartAdapter instead of the SmartRecyclerView
• to enable load more, you only need to add a loadMore Layout and a loadMore listener.
• to specify if there is more item to load, simply tell the adapter using the hasMore field

2.3.4

17 Dec 00:57

Choose a tag to compare

Fixed SwipeToRefresh bug

2.3.3

17 Dec 00:21

Choose a tag to compare

Fixed bugs

2.3.2

06 Nov 17:23

Choose a tag to compare

Version code update

2.3.1

04 Oct 23:53

Choose a tag to compare

Hiding empty view when displaying the loading view

2.3.0

04 Oct 23:17

Choose a tag to compare

Version Bump