Releases: taowu750/androidmvvm
Releases · taowu750/androidmvvm
version 1.3.7-beta1
In order to fix the compilation error of jitpack. The first attempt.
version 1.3.4
version 1.3.3
New log print control tools are added: LogUtils.
version 1.3.2
The horizontal and vertical line Drawable of RecyclerView is added.
version 1.3.1
A new linear split line component of RecyclerView is added.
version 1.3.0
The support for the sub view is added.
version 1.2.4
The SwipeRefreshLayoutBindingAdapter is modified so that it has the bidirectional binding property "refreshing"; the bug of ViewModelEventBus is fixed.
version 1.2.3
The beforeBindView () callback method has been added to CoreView; the register method of ViewModelEventBus has been modified, which makes it occupy less memory.
version 1.2.2
Modify the post () method cache policy of ViewModelEventBus to thread safe.
version 1.2.1
Modify the cancellation method of ViewModelEventBus to make it more robust.