Results 6 issues of Arnaud Frugier

Hi, I would like to test observers, based on the different results my UseCase may return. For example https://github.com/android10/Android-CleanArchitecture/blob/master/presentation/src/main/java/com/fernandocejas/android10/sample/presentation/presenter/UserListPresenter.java In this case, onComplete(), onError() and onNext() are not tested. I'd...

Right now the install script triggers multiple Gradle commands. In order to improve build time and simplify we could run just one command: ./gradlew clean assemble install. The problem with...

We need a script to publish releases (and maybe snapshots) to a public repo

Fixing name of --warmups command parameter

Currently photo / video files are saved as a tempFile in context.getExternalFilesDir(Environment.DIRECTORY_PICTURES) It'd be great to be able to specify the destination as part of the BottomSheetPickerFragment.Builder class

enhancement

We could add an empty view when the BottomSheetPickerFragment's RecyclerView has no element

enhancement