1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/lib/roles/device/plugins
2014-06-25 17:47:45 +09:00
..
account.js Implement account removal. 2014-06-25 17:47:45 +09:00
browser.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
clipboard.js Rename "input" plugin to "service". It does many more things than just input. 2014-05-01 17:45:37 +09:00
connect.js Impement remote connect plugin. 2014-06-24 11:41:48 +09:00
display.js Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues. 2014-06-18 15:51:54 +09:00
forward.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
group.js Fix direct device control not extending owner timeout. 2014-06-02 21:03:21 +09:00
http.js Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues. 2014-06-18 15:51:54 +09:00
identity.js Update to new device DB. 2014-06-18 22:52:02 +09:00
install.js Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either. 2014-05-22 13:33:38 +09:00
logcat.js Don't exclude anything from logcat unless filters are given. 2014-05-12 19:17:13 +09:00
logger.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
phone.js Rename "input" plugin to "service". It does many more things than just input. 2014-05-01 17:45:37 +09:00
reboot.js Reboot functionality added 2014-06-19 19:30:40 +09:00
screenshot.js Forgot we are getting screenshots as JPG. 2014-05-21 20:12:34 +09:00
service.js Implement account removal. 2014-06-25 17:47:45 +09:00
shell.js Use wireutil.reply() where possible. 2014-04-11 14:54:19 +09:00
solo.js Update to new device DB. 2014-06-18 22:52:02 +09:00
stats.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
store.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
touch.js Send relative coords to the device. Allows multiple screens to be controlled at the same time, like it was before. 2014-05-13 15:25:43 +09:00