Releases: drstranges/ActionHandler
Releases · drstranges/ActionHandler
Fix multiple callback calls
- 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.
Gradle 3.1.0 with databinding compiler V2
- recompile with gradle plugin 3.1.0 - update support lib to 27.1.1
Fix compilation for V2 compiler
- Fix complation for android.databinding.enableV2=true
Compile with V2 compiler
- Update android support libs version to 25.4.0 and rxjava to 2.1.8
- recompiled with android.databinding.enableV2=true
Use Maybe instead of Single for RxRequestAction
v1.2.2 use Maybe instead of Single for RxRequestAction
Remove onComplete callback for RxRequestAction
v1.2.1 remove onComplete callback for RxRequestAction
Migrate RxRequestAction to RxJava2
v1.2.0 Migrate to RxJava 2 for RxRequestAction
Fix default debounce
v1.1.5 update version
IconProvider & setDebounceTime
Improve CompositeAction
Now CompositeAction can show disabled items (setShowNonAcceptedActions(true)
)