Skip to content

Releases: sockeqwe/mosby

1.3.0

27 Aug 08:25
Compare
Choose a tag to compare
  • MvpNullObjectBasePresenter: Fix #77
  • MvpFragment now takes parent's activity isChangingConfiguration() into account #65
  • Removed old animation checks for SDK < 14 since minSdk is 14 #76

1.2.0

20 Jul 21:56
Compare
Choose a tag to compare
  • Migrated to Butterknife 7. No backward compatibility to Butterknife 6 #59
  • Added MvpNullObjectBasePresenter which implements the Null Object Pattern to ensure that always a view is attached #56
  • Annotated most methods with android support annotations #55

1.1.1

12 Jul 09:06
Compare
Choose a tag to compare
  • Bugfix #61
  • Minor code reorganisation

1.1.0

10 May 01:19
Compare
Choose a tag to compare
  • Delegates: Renaming ViewStateSupport and ViewStateManager to MvpViewStateDelegateCallback. Introduced other delegates like ActivityMvpDeleage, FragmentMvpDelegate, ViewGroupMvpDelegate, ActivityMvpViewStateDelegate, FragmentMvpViewStateDelegate and ViewGroupMvpViewStateDelegate
  • Because of new Delegates a minor migration must be done (migrating from Mosby 1.0.0 to Mosby 1.1.0):
    • MvpViewStateFragment, MvpFragment and MvpViewStateActivity and MvpActivity have now two generic parameters: <MvpView, MvpPresenter>
    • createPresenter() method must be public (instead of protected)
  • Introducing MVP and ViewState support for ViewGroups like FrameLayout, 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 version 2.1.0

1.0.0

10 May 01:19
Compare
Choose a tag to compare

First relase