Releases: andrzejchm/DroidMVP
Releases · andrzejchm/DroidMVP
0.1.4
fix directories structure in CircleCI
0.1.3
Adding support for custom PresentationModelSerializer
which encapsulates the logic of serializing and deserializing your PresentationModel
to/from the Bundle
object. Thanks to this you can now easly incorporate libraries such as Parceler without any hastle into your code to work with DroidMVP.
All you have to do to use your own PresentationModelSerializer
is to override the createPresentationModelSerializer()
method within either DroidMVPFragment
or DroidMVPActivity
providing your own implementation
0.1.2
- Now the PresentationModel can implement Parcelable in addition to Serializable
- Adding getPresenter() methods to both DroidMVPActivity and DroidMVPFragment
- Adding sample without using dagger 2 library.
- Adding sample with the use of Parcelable interface
0.1.1
- adding javadocs in meaningful places
- major code refactor
0.1.0
Initial release