This repository was archived by the owner on Dec 15, 2020. It is now read-only.
- Fixes a bug (#37) where RxJava was not an optional dependency
- Changes public API to use
actionUsingObservable
format for Rx variants of methods to avoid confusion with regular Async methods that use AsyncTasks. For example, Rx variant ofgetAsync
is nowgetUsingObservable
.