Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Release 2.0.0

Compare
Choose a tag to compare
@pedrovgs pedrovgs released this 28 Mar 14:38
· 48 commits to master since this release

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 and setView method to be public and improve testability from the unit testing point of view.
  • Update some dependencies like Renderers or Priority Job Queue.