Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdbClient#type vs TextView#type #149

Open
huttarichard opened this issue Jul 18, 2015 · 1 comment
Open

AdbClient#type vs TextView#type #149

huttarichard opened this issue Jul 18, 2015 · 1 comment

Comments

@huttarichard
Copy link
Contributor

I think would be much convenient to move these to lines from TextView#type class:

escaped = text.replace('%s', '%s')
encoded = escaped.replace(' ', '%s')

to AdbClient#type, since If you want to type without focusing view you must do this on your own.
No problem to do a pull request ;)

@dtmilano
Copy link
Owner

It seems like a very good idea.
Pull request welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants