Rosie v2.0.0 Release Notes

Release Date: 2016-03-28 // about 8 years ago
  • ⚡️ 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.