Skip to content

Releases: drstranges/ActionHandler

Fix multiple callback calls

Choose a tag to compare

@drstranges drstranges released this 18 Apr 16:55
  • 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

Choose a tag to compare

@drstranges drstranges released this 06 Apr 10:27
- recompile with gradle plugin 3.1.0

- update support lib to 27.1.1

Fix compilation for V2 compiler

Choose a tag to compare

@drstranges drstranges released this 21 Feb 13:25
  • Fix complation for android.databinding.enableV2=true

Compile with V2 compiler

Choose a tag to compare

@drstranges drstranges released this 21 Feb 13:17
  • 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

Choose a tag to compare

@drstranges drstranges released this 23 Oct 11:38
v1.2.2

use Maybe instead of Single for RxRequestAction

Remove onComplete callback for RxRequestAction

Choose a tag to compare

@drstranges drstranges released this 23 Oct 10:25
v1.2.1

remove onComplete callback for RxRequestAction

Migrate RxRequestAction to RxJava2

Choose a tag to compare

@drstranges drstranges released this 23 Oct 09:27
v1.2.0

Migrate to RxJava 2 for RxRequestAction

Fix default debounce

Choose a tag to compare

@drstranges drstranges released this 01 Aug 14:03
v1.1.5

update version

IconProvider & setDebounceTime

Choose a tag to compare

@drstranges drstranges released this 24 Jul 23:58

#4 Added IconProvider for CompositeAction
#5 Added setters to ActionHandler for debounce-time

Improve CompositeAction

Choose a tag to compare

@drstranges drstranges released this 17 May 14:42

Now CompositeAction can show disabled items (setShowNonAcceptedActions(true))