Commit Graph

208 Commits

Author SHA1 Message Date
Karol Wrótniak
c3a51cf867 Merge branch 'master' into feature/separate-device-logs 2020-02-08 01:40:43 +01:00
Karol Wrótniak
6742a4d4bc Merge pull request #1077 from lukzeg/fix/enable_reopening_device_view
#1076 - Fix/enable reopening device view
2020-02-08 01:35:57 +01:00
Denis barbaron
1dd9f45f06 Merge branch 'master' into group-feature 2020-01-24 10:47:35 +01:00
Lukasz.Zeglinski
d99a6e7a97 Separate device logs 2019-09-11 11:04:55 +02:00
Lukasz.Zeglinski
da2da8d0a3 Enable opening device view via reselecting device from device view 2019-07-18 14:37:44 +02:00
Denis barbaron
7f5dc4c152 add groups feature 2019-06-12 10:29:07 +02:00
Karol Wrótniak
3d3d1f67b4 Add market name to device properties. 2019-05-03 22:00:55 +02:00
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
Simo Kinnunen
5839867619 Add IMSI to device details. 2017-01-13 13:52:11 +09:00
Vishal Banthia
a62a6094e4 Use automation state for devices used by api 2016-11-23 06:45:36 +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
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +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
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
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
e12df4c0cb Cleanup code for all views. 2015-08-31 17:18:50 +09:00
Gunther Brunner
3bad591557 Add Product name to Details tab even if there is no Product name (using Model). 2015-08-24 20:34:33 +09:00
Gunther Brunner
22efee786c Open a new device in Standalone window by pressing SHIFT+CLICK when using a device.
Use a new device without opening any window by pressing ALT+CLICK.
2015-07-06 17:22:05 +09:00
Simo Kinnunen
cf73b4c95b Add filter-branched files back. 2015-07-01 20:57:33 +09:00
Gunther Brunner
0ae1e52902 Using HTML5 "results" in Chrome 43 on OS X El Capitan crashes the whole browser.
Fix: Don't use "results".
2015-06-29 19:28:34 +09:00
Simo Kinnunen
4ff664601a Add back the requirement to have at least one dot for any version filter. I thought it didn't make much sense but then I realized that an unquoted search for "Nexus 5" would most likely match all Nexus devices due to the fields being handled separately. 2015-06-26 17:00:15 +09:00
Simo Kinnunen
f5e76039cd Refactor query parser to append query values with a separate method. This allows possible flag-fields (like 'numeric') to be added later, although currently this functionality is not required. 2015-06-26 16:49:29 +09:00
Simo Kinnunen
c1a00dbad6 Allow Android M to be matched by search filters, and sort it properly. 2015-06-26 16:47:20 +09:00
Simo Kinnunen
3257665ec2 Sort browser apps alphabetically. Sort again in the detailed device list as we currently have old data left over and we may wish to change the sorting later anyway. Should not be terribly bad due to most devices only having one or two browsers. 2015-06-26 14:53:53 +09:00
Simo Kinnunen
7071876030 Show all columns in device list whether the user is in admin mode or not. The admin mode is going away soon entirely. 2015-06-26 14:33:18 +09:00
Gunther Brunner
73e2b82055 Change stats colors. 2015-06-18 17:51:57 +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
b016bb4fef Remove button when the button is active. Also extend the text. 2015-06-15 19:54:43 +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
Gunther Brunner
e1a7560bc0 Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded. 2015-03-17 19:48:41 +09:00
Gunther Brunner
de7c367cb8 Fixed browser icons path and size. 2014-12-05 17:31:27 +09:00
Simo Kinnunen
53c10c9732 Add a column for notes. For now they have to be set directly in the database. 2014-12-03 14:20:41 +09:00
Gunther Brunner
9d3b076fa6 Fixed selectable style for Firefox.
Need to be careful in Firefox because the user-select style cascading doesn't seem to work well, so need to be more explicit where to put a selectable class.
2014-12-02 20:14:29 +09:00
Gunther Brunner
f1ecda9655 Fixed search input style for Safari. 2014-12-02 19:55:45 +09:00
Gunther Brunner
ba5d245c53 Fixed all drop-downs for latest ui-bootstrap 0.12 using the new attribute-only directive syntax. 2014-12-02 19:37:30 +09:00
Simo Kinnunen
581689d67a Don't match version until we have a dot in the query. 2014-12-02 19:21:04 +09:00
Gunther Brunner
20332dea59 Preparing for new dropdown-toggle. 2014-11-19 16:47:17 +09:00
Gunther Brunner
28adf6fd96 Made link border thinner. 2014-11-07 12:11:11 +09:00
Simo Kinnunen
1fed3b9da5 Make filters apply to newly added items too. 2014-10-28 19:13:15 +09:00