Commit c7ab181
AndroidKey class for Key Codes added. (appium#443)
* AndroidKey class for Key Codes added.
AndroidKey enum from java client ported. Instead of using unreadable numbers in code we can use these constant in order to write more readable code.
* Android native key test
Test for native key module which contains key codes for android keys.
* Fixed # sign in comment instead of *
* Change returns
Instead of `if` and two return statements.
* Used AndroidKey.XXX instead of numbers in tests
* Make fuctions similar to is_gamepad_button
Used a similar sentence format for similar functions as is_gamepad_button.
* Make function names as is in java-client
* Underscore in the beginning of constant removed1 parent 49a7914 commit c7ab181
2 files changed
Lines changed: 1077 additions & 0 deletions
0 commit comments