Releases: sockeqwe/mosby
Releases · sockeqwe/mosby
1.3.0
1.2.0
1.1.1
1.1.0
- Delegates: Renaming
ViewStateSupport
andViewStateManager
toMvpViewStateDelegateCallback
. Introduced other delegates likeActivityMvpDeleage
,FragmentMvpDelegate
,ViewGroupMvpDelegate
,ActivityMvpViewStateDelegate
,FragmentMvpViewStateDelegate
andViewGroupMvpViewStateDelegate
- Because of new Delegates a minor migration must be done (migrating from Mosby 1.0.0 to Mosby 1.1.0):
MvpViewStateFragment
,MvpFragment
andMvpViewStateActivity
andMvpActivity
have now two generic parameters: <MvpView, MvpPresenter>createPresenter()
method must bepublic
(instead ofprotected
)
- Introducing MVP and ViewState support for
ViewGroup
s likeFrameLayout
,LinearLayout
,RelativeLayout
etc. - Update to latest support v7 library
22.1.0
- Internal changes of how
RestoreableViewState
works and bugfixes - Better support for fragments on the backstack
- Added
MvpRxPresenter
class which can be used for not LCE based RxJava presenter. - Updated to latest
FragmentArgs
version2.1.0