Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Releases: byteam/SuperAdapter

v3.6.8

17 Nov 07:15
Compare
Choose a tag to compare

修复 RecyclerView 重复刷新的bug.

v3.6.7

29 Mar 03:34
Compare
Choose a tag to compare
  1. Some optimization.
  2. Add class ExtendViewHolder to support more convenient chain call.
    Such as holder.view(R.id.text).setText(str).setTextColor(color)...;

Thanks to @zhangzhichaolove #27 !

v3.6.6

20 Dec 06:08
Compare
Choose a tag to compare

Improvement of replaceAll(list).

v3.6.5

26 Sep 09:15
Compare
Choose a tag to compare

Supports DiffUtil: mAdapter.diff(DefaultDiffCallback)

v3.6.4

14 Sep 07:08
Compare
Choose a tag to compare

Optimize ListView's header and footer.

v3.6.3

23 Aug 06:24
Compare
Choose a tag to compare

Refactored method clear() to improve performance, adjusted method replaceAll(List<T>).

v3.6.2

17 Aug 01:49
Compare
Choose a tag to compare

fix data source.

v3.6.1

09 Aug 04:59
Compare
Choose a tag to compare

Fix header's width in some LayoutManager.

v3.6

08 Jul 08:37
Compare
Choose a tag to compare

Bug fixed : addAll(int position, List<T> list).

v3.5

29 Jun 04:57
Compare
Choose a tag to compare
  1. Many optimizations.
  2. Load animation supporting!