Skip to content

Releases: CymChad/BaseRecyclerViewAdapterHelper

v1.8.5

24 Jun 06:31
Compare
Choose a tag to compare

Add GridLayoutManager HeaderView support

v1.8.4

23 Jun 13:44
Compare
Choose a tag to compare

Add Swipe Item

v1.8.3

22 Jun 08:40
Compare
Choose a tag to compare

fix #97

v.1.8.2

21 Jun 14:04
Compare
Choose a tag to compare

add drag item

v1.8.1

20 Jun 07:45
Compare
Choose a tag to compare

fix #87

v1.8.0

19 Jun 11:47
Compare
Choose a tag to compare

fix #82
remove 'Context' parameter
Add Method description

v1.7.9

08 Jun 01:22
Compare
Choose a tag to compare

rm methods
setImageUrl(int viewId, String imageUrl)
setImageUrl(int viewId, String imageUrl, int defResourceId)
setImageUrl(int viewId, String imageUrl, int defResourceId, BitmapTransformation... transformations)

rm library 'com.github.bumptech.glide:glide:3.7.0'

v1.7.8

06 Jun 03:09
Compare
Choose a tag to compare

fix setEmptyView bug , update method name "addItmeType" => "addItemType", library rm compile 'com.android.support:cardview-v7:23.3.0' .

v1.7.7

05 Jun 14:27
Compare
Choose a tag to compare

fix load more bug、add a way to set headView and footView and EmptyView

v1.7.6

02 Jun 06:11
Compare
Choose a tag to compare

fix #50