mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
APKs can now be drag & dropped to the device screen, which will install the application. Still lacking UI, and the app doesn't get launched.
This commit is contained in:
@@ -3,7 +3,7 @@ h1 {{ device.serial }} {{ device.present ? 'present' : 'absent' }}
|
||||
button(ng-click='showScreen = !showScreen') Show/Hide
|
||||
button(ng-click='control.identify()') Identify
|
||||
|
||||
div(ng-controller='DeviceScreenCtrl')
|
||||
div(ng-controller='DeviceScreenCtrl', ng-file-drop='control.install($files)')
|
||||
device-screen(style='width: 400px; height: 600px; background: gray')
|
||||
|
||||
button(ng-click='control.menu()') Menu
|
||||
|
||||
Reference in New Issue
Block a user