All Versions
5
Latest Version
Avg Release Cycle
46 days
Latest Release
3041 days ago
Changelog History
Changelog History
-
v0.1.4
December 24, 2016 -
v0.1.3 Changes
August 10, 2016➕ Adding support for custom
PresentationModelSerializer
which encapsulates the logic of serializing and deserializing yourPresentationModel
to/from theBundle
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 thecreatePresentationModelSerializer()
method within eitherDroidMVPFragment
orDroidMVPActivity
providing your own implementation -
v0.1.2 Changes
July 10, 2016- 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
-
v0.1.1 Changes
June 23, 2016- ➕ adding javadocs in meaningful places
- 🔨 major code refactor
-
v0.1.0 Changes
June 22, 2016🎉 Initial release