1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
Commit graph

21 commits

Author SHA1 Message Date
Simo Kinnunen
3a9b193f68 Rename "roles" to "units". Put units in their own folders. 2014-08-26 14:34:34 +09:00
Simo Kinnunen
65fc9a28eb Increase installation timeout and make sure that there's a separate timeout if there's a need to uninstall first. 2014-07-25 17:52:24 +09:00
Simo Kinnunen
0c8c0da32e Fix broken install functionality. 2014-07-18 18:24:45 +09:00
Simo Kinnunen
7c93351dd4 Uninstall app first if installation fails due to inconsistent certificates. 2014-07-17 19:38:23 +09:00
Simo Kinnunen
41ed33f5c4 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
Simo Kinnunen
a4a0a62a66 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
Simo Kinnunen
7f74ecd7af Use wireutil.reply() where possible. 2014-04-11 14:54:19 +09:00
Simo Kinnunen
ea6245ace4 Faster progress. 2014-04-04 18:10:43 +09:00
Simo Kinnunen
c45da05e28 Add missing require and remove unnecessary require. 2014-04-04 18:02:46 +09:00
Simo Kinnunen
317bdf5438 Guesstimate installation progress. 2014-04-04 18:01:00 +09:00
Simo Kinnunen
44378e625f Show progress for URL installation. Temporarily break upload installation. 2014-04-04 17:33:51 +09:00
Gunther Brunner
760464388e Upload now has uninstall. 2014-04-03 23:28:32 +09:00
Simo Kinnunen
655af52659 Support uninstalling applications. 2014-04-03 20:28:54 +09:00
Simo Kinnunen
44f0575cb9 Change pushing_file to pushing_app. 2014-04-03 19:17:17 +09:00
Simo Kinnunen
89260676a3 Switch install plugin to send status codes instead of full strings. 2014-04-03 19:15:26 +09:00
Simo Kinnunen
0ce65687c5 Add timeouts everywhere. Should help if the ADB socket gets stuck like it sometimes does. 2014-04-02 11:58:53 +09:00
Simo Kinnunen
1880d52075 Poor UI for installation progress. 2014-03-26 21:13:48 +09:00
Simo Kinnunen
27443d5a92 Be more verbose about install progress. 2014-03-26 19:29:32 +09:00
Simo Kinnunen
a4a1cd89f0 Emit progress events on APK installation. 2014-03-26 13:50:10 +09:00
Simo Kinnunen
8ed3ae1784 First version of apps launching automatically after installation. 2014-03-25 21:12:51 +09:00
Simo Kinnunen
dfe3d97de3 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. 2014-03-20 22:00:01 +09:00