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

227 commits

Author SHA1 Message Date
Valverde Antonio
6f7fdffe3d Implement set Wifi on/off. 2014-06-27 17:35:48 +09:00
Valverde Antonio
9a31fbbfca Revert "Implement set Wifi on/off."
This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
2014-06-27 16:01:23 +09:00
Valverde Antonio
9a07c1bb77 Implement set Wifi on/off. 2014-06-27 15:57:32 +09:00
Valverde Antonio
3f19064ede Implement ringer mode setting. 2014-06-26 16:54:25 +09:00
Valverde Antonio
3a3937ec2f Implement account removal. 2014-06-25 17:47:45 +09:00
Gunther Brunner
a8da19472d Added error message when port forwarding fails.
Disabled port forwarding on user service for now.
2014-06-24 14:27:25 +09:00
Simo Kinnunen
db1699c666 Impement remote connect plugin. 2014-06-24 11:41:48 +09:00
Gunther Brunner
692582ce3d Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
2014-06-23 14:32:27 +09:00
Gunther Brunner
905879235e Adding remote debug.
For some reason ng-table is loosing the header.
2014-06-20 20:36:21 +09:00
Gunther Brunner
cb519dbade Manteinance and enhanced names back to filters because angular-gettext doesn't support translating variables from directives. 2014-06-19 22:13:03 +09:00
Gunther Brunner
aebeb4d357 Added Restart Device functionality.
Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.
2014-06-19 21:13:20 +09:00
Valverde Antonio
b84d1b97c6 Reboot functionality added 2014-06-19 19:30:40 +09:00
Gunther Brunner
af6fa9fe29 Added Chat (disabled for now). 2014-06-19 16:59:59 +09:00
Gunther Brunner
7e1296d1da $broadcast is slow so refactored to a service. 2014-06-18 20:27:09 +09:00
Gunther Brunner
71e139ddaf Added a modal lightbox-image directive.
Added a fallback-image directive.
Added the Device Photo on the Info tab.
2014-06-18 18:57:20 +09:00
Simo Kinnunen
6bb07d7c34 Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues. 2014-06-18 15:51:54 +09:00
Gunther Brunner
7982e2bcbe Started enhancing device list details with prefiltered information.
Moved enhanced data away from device service.
2014-06-18 01:25:22 +09:00
Gunther Brunner
e2c65a83fc Typo. 2014-06-17 15:42:57 +09:00
Gunther Brunner
31899b9939 Device Icon view now is very fast:
- No filters
- Data enhanced
- ng-bind instead of {{}}
- Bind once
- ng-if for Devices List
2014-06-16 18:45:14 +09:00
Gunther Brunner
f56d70cebb Performance: Starting to remove biggest bottlenecks from digest cycle, filters.
Biggest are releasedAt and showAll, both consuming more than 1000ms (!).
2014-06-11 16:02:04 +09:00
Gunther Brunner
3798b72401 Performance: Only digest in requestAnimationFrame 2014-06-11 15:14:17 +09:00
Simo Kinnunen
2e18778d1c Update socket events to match socket.io 1.0. 2014-06-06 15:23:13 +09:00
Simo Kinnunen
984c45b183 Separate websocket to its own role. Necessary because the app was getting pretty big already, but mostly because our Windows PCs don't like to connect to websockets on port 80, which is what we use for the app. 2014-06-06 15:02:29 +09:00
Simo Kinnunen
41661c9384 Update to Socket.IO 1.0. 2014-06-03 19:00:43 +09:00
Gunther Brunner
27d9014e90 const was just too new for IE. 2014-06-03 17:59:01 +09:00
Gunther Brunner
e7eeb985a7 Added default Device List ordering by name also.
Hide devices without a model name (this may be changed later).
2014-06-03 17:50:32 +09:00
Gunther Brunner
d87c780068 Changed device list sort priority.
Changed device list control button styles.
2014-06-03 17:50:32 +09:00
Gunther Brunner
f634357217 Changed Screen failure timeout to 2 secs.
Changed Device Icon view popover timeout to 0.
2014-06-03 14:36:49 +09:00
Gunther Brunner
903c183c84 Renaming 'present' to 'connected', and 'absent' to 'disconnected'. 2014-06-02 17:49:47 +09:00
Gunther Brunner
8a7c18a3fa Forcing retina ratio to 1.2 2014-05-29 18:58:09 +09:00
Gunther Brunner
e5018234d4 Added filter translate for websocket errors. 2014-05-29 17:11:14 +09:00
Gunther Brunner
4b98da269b Added force kicking. 2014-05-29 17:04:06 +09:00
Gunther Brunner
0570ef2319 Small devices improvings. 2014-05-29 14:10:08 +09:00
Gunther Brunner
ae6d2fe614 Fixed remote control menu highlighting. 2014-05-29 13:17:57 +09:00
Gunther Brunner
5782a7af0b Added help for shell commands. 2014-05-29 05:01:42 +09:00
Gunther Brunner
12fc884f78 Fixed device redirect when not usable. 2014-05-29 05:01:42 +09:00
Gunther Brunner
cb6c7a1b5c Device List now properly sorts by status. 2014-05-29 01:40:38 +09:00
Gunther Brunner
2ff05fdd74 Fixing port forwarding. Saving for port sets is not enabled. 2014-05-29 01:40:38 +09:00
Gunther Brunner
a76d8696d5 Adding the port forwarding service. 2014-05-29 01:40:38 +09:00
Gunther Brunner
02c5a9181c Sending the events to the port forwarder. 2014-05-29 01:40:38 +09:00
Simo Kinnunen
71188b2e50 Don't make too many low priority updates at once. 2014-05-29 01:10:22 +09:00
Gunther Brunner
2d7853fd1f Translating everything. 2014-05-28 19:18:33 +09:00
Gunther Brunner
ba0a2d5865 Fixed esprima parsing bug. 2014-05-28 16:45:37 +09:00
Gunther Brunner
5e6831ba65 Removed circular dependency. 2014-05-28 16:01:27 +09:00
Gunther Brunner
6b67d66a93 Added translate to everything.
Added new version update modal.
2014-05-28 15:58:18 +09:00
Gunther Brunner
1e0a145490 Screen retina image made smaller. 2014-05-28 14:32:56 +09:00
Gunther Brunner
b23f8fc988 Moved error screen a bit to the top. 2014-05-28 12:27:06 +09:00
Gunther Brunner
4d9b7d2d70 Rotation works for the host properly now. 2014-05-28 12:18:47 +09:00
Gunther Brunner
30ca92301a Refactored landscape handling to a directive, needs scope fix. 2014-05-28 00:26:41 +09:00
Gunther Brunner
09c59e3a44 Added portrait basic mode. 2014-05-28 00:05:43 +09:00