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

191 commits

Author SHA1 Message Date
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
Simo Kinnunen
10fca31577 Fix typo in comment. 2014-10-28 18:17:56 +09:00
Gunther Brunner
5d190db1b7 Update device status accordingly. 2014-10-03 15:44:16 +09:00
Gunther Brunner
430103a913 Start adding back Standalone.
Moved ng-app to html so the title can be dynamic.
2014-09-18 23:48:52 +09:00
Gunther Brunner
e3df185347 Device Stats are responsive now. 2014-09-18 21:35:57 +09:00
Gunther Brunner
8f5fb96c5c Auto-focus search input on Tab select. 2014-09-18 21:12:01 +09:00
Gunther Brunner
208094a254 Refactored all device list components to its own module. 2014-09-18 20:27:37 +09:00
Gunther Brunner
6caf3217be Unified Devices and Details search fields. 2014-09-18 19:37:08 +09:00
Gunther Brunner
bd7035c670 Don't open modal box if it doesn't have a big photo. 2014-09-12 19:32:45 +09:00
Simo Kinnunen
0ee9e5fe53 Add browser icons to the device list. 2014-09-11 20:49:27 +09:00
Simo Kinnunen
869f1ed7ac Make product names clickable links in the device list. Remove the ugly button from the model column. 2014-09-05 18:12:19 +09:00
Simo Kinnunen
a5d8e7c86b Slightly improve fugly code. 2014-09-05 17:49:14 +09:00
Gunther Brunner
a0e0d2228a JSHint. 2014-09-02 12:24:07 +09:00
Gunther Brunner
241b711c31 Updated devices database. 2014-08-29 21:50:13 +09:00
Gunther Brunner
ea27e1b549 - Refactored device button states so they can be tested.
- Added e2e test for Navigation.
2014-08-27 21:44:19 +09:00
Gunther Brunner
a7faf0986b Clicking the small image on Device List now shows the big device image. 2014-08-04 21:57:49 +09:00
Simo Kinnunen
74f7328b32 Fix wrong variable name in device detail list. JSHint wasn't working properly in the previous version of Atom. 2014-07-18 14:45:27 +09:00
Simo Kinnunen
9303c073b6 Fix device updates removing filter classes from rows. 2014-07-17 17:36:05 +09:00