futurice / freesound-android

Unofficial Android client for the Freesound Project
Apache License 2.0
85 stars 16 forks source link

Don't end stream on search failure #79

Closed peter-tackage closed 7 years ago

peter-tackage commented 7 years ago

Resolves #77

I've added a set of tests which are marked @Ignore because they depend on that ability to remove the asynchronous nature of the Schedulers used in the ActivityViewModel. I figured this was the best way for now of defining the required behaviors. We should remove the @Ignore after #83