3.0.1
-
Fixes #229: Adds
View.isInEditMode()
check to support Android Studio's layout editor for custom ViewGroups powered MVI or MVP. This means that there is a breaking API change in constructor ofViewGroupMviDelegateImpl
,ViewGroupMvpDelegeateImpl
andViewGroupMvpViewStateDelegateImpl
(constructor now requires 3 parameters). -
Some minor javadoc improvements