mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
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.
This commit is contained in:
parent
1db48e9fcb
commit
41ed33f5c4
17 changed files with 389 additions and 336 deletions
|
@ -26,7 +26,8 @@ module.exports = {
|
|||
, 'localforage': 'localforage/dist/localforage.js'
|
||||
, 'socket.io': 'socket.io-client/dist/socket.io'
|
||||
, 'oboe': 'oboe/dist/oboe-browser'
|
||||
, 'ng-file-upload': 'ng-file-upload/angular-file-upload'
|
||||
, 'ng-file-upload-shim5': 'ng-file-upload/angular-file-upload-html5-shim'
|
||||
, 'ng-file-upload-main': 'ng-file-upload/angular-file-upload'
|
||||
, 'bluebird': 'bluebird/js/browser/bluebird'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue