Wenn

Results 4 issues of Wenn

Hi, is there will be an update to support UI customisation on android dark mode ?

In this pull request, I'm proposing to add features in RxKotlin : 1. By using minusAssign operator, we can delete disposable from CompositeDisposable. ```kotlin // Current compositeDisposable.delete(disposable) // Propose compositeDisposable...

Refactoring for lesser code by : Implements map lambda when transforming ApiUser to User Implements add operator to merge list

Is there any way to unit test `update` ? If there's a way, is there any documentation ? Thank you