Piotr Wittchen
Piotr Wittchen
Tests are written in pure Java. Add test coverage report generation with Jacoco and run it on Travis CI via codecov.io.
Add methods for saving data returning RxJava Completable type. This functionality was requested in #127. It could be done by implementing `put(...)` and `observe(...)` methods under the hood. `Observable` type...
It should be done after resolving #100. References: - http://www.baeldung.com/jackson-object-mapper-tutorial
Expected behaviour: 1. User scrolls to the end of the list 2. "Load more" option appears 3. After clicking on "Load more" option, this option is hidden, more items are...
as mentioned in https://github.com/pwittchen/ReactiveNetwork/issues/92.
Investigate continuous monitoring of `ScanResult.level` (RSSI) in dBm. Not only when WiFi signal strength changes (what is indicated by system broadcast), but all the time within a given interval. Draft...