Commit Graph

832 Commits

Author SHA1 Message Date
Karol Wrótniak
2af554e2a3 Add OpenGL ES version to device properties. 2017-12-18 03:18:19 +01:00
thinkhy
2dac3d1bbd add the column of CPU Platform in device list (#777)
* add the column of CPU Platform in device list

* Update api.js

* Update solo.js

* Update devutil.js

* Update device-column-service.js

* Update device-list-controller.js
2017-12-16 16:50:25 +08:00
Simo Kinnunen
a1866b0409 Battery level and temperature are now formatted number colums instead of plain text columns, which makes them usable with the search comparison operators. Closes #735 and #736. 2017-10-24 00:25:53 +09:00
Vishal Banthia
cc5d7580c2 Fix automation order in device list 2017-09-19 07:34:37 +09:00
Simo Kinnunen
0d32a2a4cf Use network properties for the network column, since they get updated in real time. 2017-09-05 00:00:11 +09:00
Vishal Banthia
75a5db240a Merge pull request #186 from openstf/fix-184
Fix https://github.com/openstf/stf/issues/184
2017-06-14 20:11:37 -07:00
Karol Wrótniak
9f22caa0e5 recents/app switch key added 2017-05-08 15:45:26 +02:00
Simo Kinnunen
5839867619 Add IMSI to device details. 2017-01-13 13:52:11 +09:00
Vishal Banthia
445cfcf0bc Merge pull request #481 from openstf/add-automation-label
Use automation label in device list for devices accessed using API
2016-11-25 03:59:20 +05:30
Vishal Banthia
68c9a6d883 Use margin in css instead of br tags 2016-11-25 02:31:40 +05:30
Marc Bachmann
bac74538c9 chore(package): update uuid to version 3.0.0 2016-11-23 03:21:32 +01:00
Vishal Banthia
a62a6094e4 Use automation state for devices used by api 2016-11-23 06:45:36 +05:30
Vishal Banthia
42b55889ae Show errors in case of Duplicate adbkey 2016-11-23 03:23:12 +05:30
Gunther Brunner
1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00
Gunther Brunner
711ab4a8e5 Updated npm dependencies.
ProtobufJS and Bluebird require further work.
2016-08-03 20:08:30 +09:00
Vishal Banthia
b60cb6ef6a Fix eslint errors 2016-07-22 19:40:27 +05:30
Vishal Banthia
bca180d284 refactor reserve and release endpoints in HTTP POST and DELETE methods 2016-07-22 19:34:22 +05:30
Vishal Banthia
0ec03aa2c0 move accessTokens endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
5729095acb move group endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
d6f37681ce move devices endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Simo Kinnunen
e06b2f25b8 Fix broken screen area in Chrome 50. Fixes #303. 2016-04-14 20:40:32 +09:00
Gunther Brunner
d5b0ab01d1 Remove eslint error. 2016-03-30 17:19:10 +09:00
Gunther Brunner
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +09:00
Gunther Brunner
4d0983a80f Make the access tokens textarea bigger. 2016-01-14 21:04:41 +09:00
Gunther Brunner
3fb767218b Now that finally with the new bootstrap-ui tooltip works properly, put it where it belongs. 2016-01-14 20:59:41 +09:00
Gunther Brunner
b8b293d18a Update bower dependencies.
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00
Gunther Brunner
25bc62e3ef Remove fa-lg style. 2016-01-14 18:24:25 +09:00
Gunther Brunner
ec7cf99953 Change style of Hide Screen and Stop Using buttons since they were using the same color.
Remove outline for info-button style.
2016-01-14 18:22:23 +09:00
Eugene(miss0110)
bba588157f Add kickDevice Button in device-control 2016-01-13 15:57:19 +09:00
Gunther Brunner
ff0aa13dd6 Hide VNC for now until its ready. 2015-12-16 17:16:05 +09:00
Vishal Banthia
6d99bace91 improve token-id format to make it more secure 2015-12-03 21:37:19 +09:00
Vishal Banthia
9cb231391a Create seperate database table for AccessTokens to hide jwt token and tokenId from user 2015-11-26 03:09:58 +09:00
Vishal Banthia
62413b3780 allow user to create an access token to access stf api from user settings tab. 2015-11-26 02:40:34 +09:00
Vishal Banthia
2ee082b956 Remove listener for windows.onbeforeload as it is closing the websocket connection. Fix https://github.com/openstf/stf/issues/184 2015-11-24 19:36:12 +09:00
Gunther Brunner
a30ac12167 Fix portrait/landscape buttons clickable area: change class name 2015-11-18 19:16:15 +09:00
Gunther Brunner
5338ec8b08 Merge branch 'master' of https://github.com/jlhonora/stf into jlhonora-master 2015-11-18 19:04:51 +09:00
Vishal Banthia
a2c11d0d59 fix indentation 2015-11-14 20:34:01 +09:00
Vishal Banthia
d3c8d3d0f6 Use light gray color for device-not-using class instead of opacity 2015-11-14 20:13:05 +09:00
Vishal Banthia
3f32cee984 Create childscope only when required and destroy it after use. https://github.com/openstf/stf/issues/124 2015-11-14 15:40:39 +09:00
Vishal Banthia
466890777d Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124 2015-11-13 21:16:59 +09:00
Gunther Brunner
4c0257e041 Merge remote-tracking branch 'origin/master' 2015-10-16 18:25:51 +09:00
Gunther Brunner
1e961763bd Removed almost all JSHint warnings. 2015-10-16 18:25:32 +09:00
Gunther Brunner
73002d6888 Merge pull request #119 from vbanthia/allow-shift-click-on-device-image
Also allow shift-click standalone mode on device icon
2015-10-15 14:21:09 +09:00
Vishal Banthia
3489c88615 correct device-list-icons-directive class name 2015-10-14 22:19:35 +09:00
Vishal Banthia
86af24c1a5 Allow shift-click on device icon 2015-10-14 22:18:14 +09:00
Gunther Brunner
a7408e071f Separate port from hostname for VNC since most clients have them as separate fields (Improve Copy-Paste workflow). 2015-10-13 20:20:32 +09:00
Gunther Brunner
dec14899c2 Add initial VNC UI. 2015-10-13 17:29:04 +09:00
Gunther Brunner
c4179f5886 Simplify Advanced input keys to make space for new things coming up. 2015-10-13 17:11:59 +09:00
Simo Kinnunen
f994c352ea Fix accidental global variable in the file exporer. 2015-10-11 04:40:41 +09:00
Gunther Brunner
ae2361a389 Re-stylized the File Explorer. Unified location bar and search. 2015-10-01 21:40:08 +09:00