1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
Commit graph

1693 commits

Author SHA1 Message Date
Gunther Brunner
61202bc3ac Remove analytics. 2015-06-18 18:52:06 +09:00
Gunther Brunner
73e2b82055 Change stats colors. 2015-06-18 17:51:57 +09:00
Gunther Brunner
28eb0cf78f Improved app icons. 2015-06-18 17:48:22 +09:00
Gunther Brunner
1291998605 Removed help. Use docs directly. 2015-06-18 17:45:19 +09:00
Gunther Brunner
c0750e4c9f Changed all app icons style. 2015-06-18 17:28:34 +09:00
Gunther Brunner
3811275694 Added help icon. 2015-06-18 16:26:03 +09:00
Gunther Brunner
e66e64d4fd Fix favicon. 2015-06-18 16:03:57 +09:00
Gunther Brunner
654b5cf388 Made all icons stacked icons. 2015-06-17 17:38:26 +09:00
Gunther Brunner
a42546f9a2 Add color to all the tab contents. 2015-06-16 20:00:57 +09:00
Gunther Brunner
46c5c1b290 Add color to tabs. 2015-06-16 15:52:17 +09:00
Gunther Brunner
0a67ab7673 Device list and details various fixes. 2015-06-15 23:47:41 +09:00
Gunther Brunner
22c13489ce Improve stats font. 2015-06-15 23:33:00 +09:00
Gunther Brunner
b976646d51 Improve stats font. 2015-06-15 23:30:20 +09:00
Gunther Brunner
1de49788ac Colorize stats style.
Add mouseover brightness to device image.
2015-06-15 23:22:27 +09:00
Gunther Brunner
8934078708 Fix tab bar font size. 2015-06-15 22:18:38 +09:00
Gunther Brunner
106307e3e7 Fix width of remote debug area. 2015-06-15 19:55:03 +09:00
Gunther Brunner
b016bb4fef Remove button when the button is active. Also extend the text. 2015-06-15 19:54:43 +09:00
Gunther Brunner
c1253524b2 Add nine-bootstrap template. 2015-06-15 19:29:41 +09:00
Gunther Brunner
5e176477e4 Change to git:// repository. 2015-06-15 18:38:52 +09:00
Gunther Brunner
263549dca1 Updated most dependencies. 2015-06-15 16:55:55 +09:00
Simo Kinnunen
aa7eb6f8ec Remove vendor/remote as practically unused due to the stats plugin not being active. 2015-06-12 17:09:20 +09:00
Simo Kinnunen
810be9cfe3 Update minicap for Android M support. 2015-06-10 17:16:20 +09:00
Simo Kinnunen
a734b6e345 Model the touch plugin after the screen plugin's frame producer. This should allow more forgiving sudden deaths. 2015-06-08 17:48:39 +09:00
Simo Kinnunen
f2fd3e54e1 Battery level and temp were not being sorted by their numeric values. 2015-06-05 18:30:58 +09:00
Simo Kinnunen
c9c892c69d When receiving an introduction message, silently drop any previous value in the reaper. Fixes a bug where restarting a provider would not bring the devices online due to it starting within the heartbeat ttl, leading the reaper to believe it has been connected all along. 2015-06-05 10:58:03 +09:00
Simo Kinnunen
7a4ee783bc Touch service takes a longer time than usual to start on SH-03G, up to a few seconds. 2015-06-04 12:17:58 +09:00
Simo Kinnunen
a2f55dc8e0 Use eventemitter3 for provider. 2015-06-04 12:07:30 +09:00
Simo Kinnunen
736b6f769e Reaper decides if a device is present or not. Allows devices to "come back to life" if they start beating again. 2015-06-03 18:49:42 +09:00
Simo Kinnunen
2b84476c42 More realistic default heartbeat timeouts. 2015-06-03 16:35:57 +09:00
Simo Kinnunen
11a042d0aa Looks like the DB needs ready: false on device absence or plugged in devices show up as immediately available. That's a bug, will need to investigate later. 2015-06-02 16:14:39 +09:00
Simo Kinnunen
2ec03798a4 Add a test to verify that older entries get dropped from TtlSet. 2015-06-02 15:56:39 +09:00
Simo Kinnunen
9130717e0e The doubly linked list implementation was revealed to be buggy by simple unit tests. Fixed. 2015-06-02 15:35:16 +09:00
Simo Kinnunen
d806d4fe54 EventEmitter constructor was not being called in many places. It did work due to the EventEmitter3 constructor being empty, but we can't rely on that. 2015-06-02 13:26:43 +09:00
Simo Kinnunen
181829b55c Remove left over bits from the old heartbeat implementation. 2015-06-02 13:16:04 +09:00
Simo Kinnunen
6443215a7c Reaper should load initial state before listening to changes. There is a small window where if a device is removed or added during reaper startup it might go unnoticed, but it shouldn't be too much of a problem for us. 2015-06-02 10:44:39 +09:00
Simo Kinnunen
92c18539fc Move ttlset to the common util folder. Could be used by something else too. 2015-06-02 10:39:43 +09:00
Simo Kinnunen
25544d1a1a In-memory reaper. TtlSet needs tests. 2015-06-01 17:41:23 +09:00
Simo Kinnunen
89aedcef06 Update minicap for 4.4. Should fix isai VL, AQUOS SERIE mini and others while keeping ASUS devices working. 2015-05-01 00:08:14 +09:00
Simo Kinnunen
35a6556985 Don't group onmessage inside onopen. Looks like we may lose a message that way (causing the initial load in production to sometimes fail to display the screen), although there is no time to properly test it right now. 2015-04-30 22:15:04 +09:00
Simo Kinnunen
c1357ac540 Try to read frames immediately instead of waiting for a readable event. We may already have received it before. 2015-04-30 20:59:38 +09:00
Simo Kinnunen
5bb05f52f6 Move some screen utilities to the global util directory so that they can be used for other things too. 2015-04-30 13:41:32 +09:00
Simo Kinnunen
ae9f2b5ab0 Remove the now unused --disable-screen-public-proxy option. 2015-04-29 18:08:55 +09:00
Simo Kinnunen
105795bec7 Give open device ports their own options. Preparing for future refactor. 2015-04-29 16:38:03 +09:00
Simo Kinnunen
b3b538c561 Remove support/http as unused. 2015-04-29 16:26:38 +09:00
Simo Kinnunen
2391d249e0 Make screenshots work again. 2015-04-29 13:10:46 +09:00
Simo Kinnunen
f90d1f4a4a Use sendStatus instead of status where applicable. 2015-04-28 21:19:28 +09:00
Simo Kinnunen
6a733fb5bd Update node. 2015-04-28 13:57:31 +09:00
Simo Kinnunen
9c3ecf3d31 Increase image pool to 10 images. 2015-04-27 18:25:55 +09:00
Simo Kinnunen
94ea19c791 Add a very simple image pool to limit the amount of new images loaded. Hoping it will fix the screen sometimes stopping. 2015-04-27 17:03:51 +09:00
Simo Kinnunen
2123a475e3 Don't allow minicap to fail more than 3 times in 10s. 2015-04-27 16:10:41 +09:00