Anton Kuznetsov

Results 13 issues of Anton Kuznetsov

Is there any place to pass a list of necessary android permissions? ```js import adb from 'adbkit' const client = adb.createClient() export default async function addAndroidPermissions(deviceId, appId, permissions = [])...

Hi! I found an error while e2e-testing. I've captured gif with demo: ![typeahead_error](https://cloud.githubusercontent.com/assets/1788245/17625143/40d6e4ce-60b0-11e6-8689-69e8477a809f.gif) When we've selected value (`_onOptionSelected`), flag `showResults` becomes `false`. When options have changed nothing toggle that flag....