Skip to content

Releases: andrzejchm/DroidMVP

0.1.4

24 Dec 14:25
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
fix directories structure in CircleCI

0.1.3

10 Aug 15:02
Compare
Choose a tag to compare

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

10 Jul 10:09
Compare
Choose a tag to compare
  • 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

23 Jun 11:34
Compare
Choose a tag to compare
  • adding javadocs in meaningful places
  • major code refactor

0.1.0

22 Jun 11:35
Compare
Choose a tag to compare

Initial release