Bourbon icon indicating copy to clipboard operation
Bourbon copied to clipboard

An MVP Dribbble client for Android Mobile, Tablet, Wear and TV.

Results 8 Bourbon issues
Sort by recently updated
recently updated
newest added

Android support library version changed in a single place.

As far as I can tell `Presenter.detachView()` is never called.

I noticed that you don't yet have support for Pagination https://github.com/hitherejoe/Bourbon/blob/6467d8db064f00a9e6614f63744e98982c353a9d/CoreCommon/src/main/java/com/hitherejoe/bourboncorecommon/ui/shot/ShotPresenter.java#L20 I am actually trying to set up Pagination myself in my own project. I have it completely set up...

Please consider adding a license. It helps users know how we can use this repository.

please add support for sdk>=16. instrumentation tests are failing on devices with sdk 19

I would like to know what is the benefit of using the RxSchedulersOverrideRule TestRule instead of the toBlocking? Is it only to avoid attaching toBlocking to every call in every...

Hi, i have just cloned and got this ![device-2016-06-03-090737](https://cloud.githubusercontent.com/assets/7959286/15766624/ca5d6664-296a-11e6-9874-e0df4a7d9f3d.png)

When I try to build it with `./gradlew app:assembleDebug` I'm getting > FAILURE: Build failed with an exception.What went wrong: > A problem occurred configuring project ':wear-androidTest'. > Could not...