Charleston

Results 5 issues of Charleston

When I use AndroidInjection the mock doesn't t work Example ``` /* FooActivity */ override fun onCreate(savedInstanceState: Bundle?) { AndroidInjection.inject(this) super.onCreate(savedInstanceState) setContentView(R.layout.activity_register) } ``` When I inject by AppComponent the...

_Add in module a example simple project_

### Description how to do simulation unit tests? ### Versions 2.1.0

Developer payload sending in method purchase as second param not working, because is deprecated https://developer.android.com/google/play/billing/developer-payload Library: rxbilling-google-play-library-v6 Version: com.vanniktech:rxbilling-google-play-library-v6:0.9.0 Code ``` rxBilling.purchase(subscription, user.email) .subscribe({ viewModel.input.startWait() }, { it.printStackTrace() }) ```...

## Problem There was a problem when the user triggered the component of "Input File" through the webview, was not returning the file captured by the android camera ## Tested...