Pedro Vicente

Results 8 issues of Pedro Vicente

``` Observable mSearchFocusObs = RxView .focusChanges(mViewBuilder.getSearchView()) .share(); DisposableObserver mSearchStateDisposable = mSearchFocusObs .observeOn(AndroidSchedulers.mainThread()) .subscribeWith(getSearchFocusObserver()); private DisposableObserver getSearchFocusObserver() { return new DisposableObserver() { @Override public void onNext(Boolean isFocused) { Log.d("Test", "getSearchFocusObserver", "Focus?...

I tried with the "Exception" option selected and it keeps parking them.

Currently the LOG was always using TAG String as the source of the hashCode of the object. That is not valid, and defects the initial purpose which was broken when...

bug

Shouldn't we disable sonarqube until we fix the Java version issue? https://app.travis-ci.com/github/Mindera/skeletoid/builds/215589437

Something cool to add: https://github.com/Kotlin/dokka

enhancement
help wanted

Have an app sample with examples

enhancement
feature

Create a module directly aimed at MVVM architecture.

feature

Added Ui Components with custom UI Components

feature