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:
Simo Kinnunen
2014-03-20 22:00:01 +09:00
parent 5771507fc9
commit dfe3d97de3
12 changed files with 280 additions and 8 deletions

View File

@@ -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