Skip to content

Releases: taowu750/androidmvvm

version 1.3.7-beta1

13 May 00:45
Compare
Choose a tag to compare
version 1.3.7-beta1 Pre-release
Pre-release

In order to fix the compilation error of jitpack. The first attempt.

version 1.3.4

11 May 06:13
Compare
Choose a tag to compare

Add the method of getting more specific parent View for ChildView, and modify the time of some annotations.

version 1.3.3

06 May 07:44
Compare
Choose a tag to compare

New log print control tools are added: LogUtils.

version 1.3.2

04 May 09:33
Compare
Choose a tag to compare

The horizontal and vertical line Drawable of RecyclerView is added.

version 1.3.1

04 May 09:27
Compare
Choose a tag to compare

A new linear split line component of RecyclerView is added.

version 1.3.0

04 May 08:26
Compare
Choose a tag to compare

The support for the sub view is added.

version 1.2.4

03 May 06:40
Compare
Choose a tag to compare

The SwipeRefreshLayoutBindingAdapter is modified so that it has the bidirectional binding property "refreshing"; the bug of ViewModelEventBus is fixed.

version 1.2.3

01 May 02:59
Compare
Choose a tag to compare

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

22 Apr 01:36
Compare
Choose a tag to compare

Modify the post () method cache policy of ViewModelEventBus to thread safe.

version 1.2.1

06 Apr 08:50
Compare
Choose a tag to compare

Modify the cancellation method of ViewModelEventBus to make it more robust.