- add ActionFactory for lazy instantiation actions
- fix bug introduced in v2.1.1
- add global callback to help you set all listeners and interceptors using just one method. Use
addCallback(callback)
. - fix: call
interceptActionFire
with action which it was added with. - fix bug when listeners was called more than once if the same instance of action was added few times in different CompositeActions or DialogWrappers.
- Update android support libs version to 27.1.1
- Recompiled with android.databinding.enableV2=true and gradle plugin 3.1.0
- Update android support libs version to 25.4.0 and rxjava to 2.1.8
- Recompiled with android.databinding.enableV2=true
- Fix complation for android.databinding.enableV2=true