Skip to content

Tags: lwmukx1208/mosby

Tags

2.0.1

Toggle 2.0.1's commit message
Releasing 2.0.1

2.0.0

Toggle 2.0.0's commit message
Update to support lib 23.0.1

1.3.1

Toggle 1.3.1's commit message
1.3.1 Release

1.3.0

Toggle 1.3.0's commit message
Release 1.3.0

1.2.0

Toggle 1.2.0's commit message
Merge branch 'master' of github.com:sockeqwe/mosby

1.1.1

Toggle 1.1.1's commit message
Release 1.1.1

1.1.0

Toggle 1.1.0's commit message
- Delegates: Renaming `ViewStateSupport` and `ViewStateManager` to `M…

…vpViewStateDelegateCallback`. Introduced other delegates like `ActivityMvpDeleage`, `FragmentMvpDelegate`, `ViewGroupMvpDelegate`, `ActivityMvpViewStateDelegate`, `FragmentMvpViewStateDelegate` and `ViewGroupMvpViewStateDelegate`

- Because of new Delegates a minor migration must be done:
  - `MvpViewStateFragment`, `MvpFragment` and `MvpViewStateActivity´ and `MvpActivity` have now to generic parameters: <MvpView, MvpPresenter>
  - `createPresenter()` method must be `public` (instead of `protected`)

- Introducing MVP and ViewState support for `ViewGroup`s like `FrameLayout` etc.

- Slightly changes the internal way of how `RestoreableViewState` works

- Updated to latest `FragmentArgs` version `2.1.0`

1.0.0

Toggle 1.0.0's commit message
Ready for Version 1.0.02