Skip to content

Releases: drstranges/ActionHandler

Fix multiple callback calls

18 Apr 16:55
Compare
Choose a tag to compare
  • 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

06 Apr 10:27
Compare
Choose a tag to compare
- recompile with gradle plugin 3.1.0

- update support lib to 27.1.1

Fix compilation for V2 compiler

21 Feb 13:25
Compare
Choose a tag to compare
  • Fix complation for android.databinding.enableV2=true

Compile with V2 compiler

21 Feb 13:17
Compare
Choose a tag to compare
  • 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

23 Oct 11:38
Compare
Choose a tag to compare
v1.2.2

use Maybe instead of Single for RxRequestAction

Remove onComplete callback for RxRequestAction

23 Oct 10:25
Compare
Choose a tag to compare
v1.2.1

remove onComplete callback for RxRequestAction

Migrate RxRequestAction to RxJava2

23 Oct 09:27
Compare
Choose a tag to compare
v1.2.0

Migrate to RxJava 2 for RxRequestAction

Fix default debounce

01 Aug 14:03
Compare
Choose a tag to compare
v1.1.5

update version

IconProvider & setDebounceTime

24 Jul 23:58
Compare
Choose a tag to compare

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

Improve CompositeAction

17 May 14:42
Compare
Choose a tag to compare

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