This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
Release 2.0.0
Model View Presenter implementation improvements. Given all the feedback received related to the MVP implementation we have decided to update some code related to this feature in order to be able to use it without RosieActivity
or RosieFragment
.
- Change
PresenterLifeCycleLinker
visibility to be public. - Change
RosiePresenter
lifecycle methods andsetView
method to be public and improve testability from the unit testing point of view. - Update some dependencies like Renderers or Priority Job Queue.