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

Releases: Karumi/Rosie

Release 3.0.2

03 Aug 06:09
7aa05f8

Choose a tag to compare

Fix NullPointerException found while returning the result of a use case execution.

Release 3.0.1

16 Mar 15:51
ed39cdb

Choose a tag to compare

Fix a crash reproducible if activities or fragments implement more than one RosiePresenter.View interfaces.

Release 3.0.0

07 Mar 09:27

Choose a tag to compare

With this release, we are removing some dependencies from the library to make it easier for you to import it into your projects! To be precise, we have removed Butterknife and Renderers.

If you want to update to this version of the library, just follow the steps described in #86

Release 2.1.2

06 Mar 17:44

Choose a tag to compare

This release can be considered a hotfix, we have reverted the removal of butterknife and renderers from the library itself. We will move that commit to version 3.0.0

Release 2.1.1

20 Feb 11:18

Choose a tag to compare

  • Fixed Issue85
  • small changes in the readme.

Release 2.1.0

04 Apr 09:19

Choose a tag to compare

  • Add RosieSupportFragment.
  • Add performance improvement to the Mapper implementation.
  • Fix #59.

Release 2.0.0

28 Mar 14:38

Choose a tag to compare

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.

Release 1.1.0

11 Mar 16:38

Choose a tag to compare

Added RosieAppCompatActivity to the project to provide a RosieActivity extending from AppCompatActivity.

Release 1.0.0

25 Feb 10:44

Choose a tag to compare

Initial Release.