Open peter-tackage opened 10 years ago
It may be better to consider moving these (particularly notification) to a started, bindable Service. This should be relatively simple given the use of RxJava to manage concurrency. This is also relevant for #37 (when supporting changing configuration/orientation)
This is only prevented by the UI not delivering multiple callbacks. Given the importance to data integrity, I should employ some semaphore mechanism to enforce serial execution.