Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Releases: ml-archive/nodes-architecture-android

Same as 1.1.5 but hopefully nexus will accept it this time

22 Feb 10:20
Compare
Choose a tag to compare
Added SignalDispatchers, interactors can now ask their executor to sl…

…eep until signalled via a simplified interface (hiding the actual, but still simple af implementation based on a hashmap of condition variables in SignalDispatcher). Wanna signal, inject the executor and call executor.signal("mycondition")

updated kotlin and lifecycle dependency and added .guard()

Updated kotlin, added SignalDispatcher and merged guard

22 Feb 03:57
Compare
Choose a tag to compare
Added SignalDispatchers, interactors can now ask their executor to sl…

…eep until signalled via a simplified interface (hiding the actual, but still simple af implementation based on a hashmap of condition variables in SignalDispatcher). Wanna signal, inject the executor and call executor.signal("mycondition")

updated kotlin and lifecycle dependency and added .guard()

1.1.4

05 Jan 15:24
bdb89c3
Compare
Choose a tag to compare

Improved uncaught exception handling in BaseInteractor

1.1.3

19 Dec 13:38
1941fb5
Compare
Choose a tag to compare

Interactor uncaught exception handling plus hockey sdk support

1.1.2

28 Nov 16:34
Compare
Choose a tag to compare

more convenient viewactions and stuff

1.1.1

28 Nov 12:29
Compare
Choose a tag to compare

please deploy

1.1.0

28 Nov 09:26
Compare
Choose a tag to compare

Removed appcompat/support dependency and BaseActivity/Fragment

1.0.1

15 Nov 16:22
Compare
Choose a tag to compare

minor changes