Commit Graph

275 Commits

Author SHA1 Message Date
Gunther Brunner
5f40054787 Fixed App shortcut icon call.
Still needs server side implementation of openSettings, openWiFiSettings, openManageApps, openDeveloperSettings.
2015-07-29 19:27:10 +09:00
Gunther Brunner
aca27428b0 Show N/A - characters instead of nothing for unknown devices. 2015-07-29 15:35:36 +09:00
Gunther Brunner
3d0c5efede Show model name for unrecognised devices. Closes #28. 2015-07-28 18:20:18 +09:00
Gunther Brunner
142866838c Adding standard since its quite similar to the current style and removes the maintenance burden, while also making it easier to follow for contributors.
Over the time replace JSHint.
2015-07-28 18:20:17 +09:00
Gunther Brunner
fbd59d031b Moved from stf-docs to GitHub's stf-wiki. 2015-06-22 20:25:40 +09:00
Gunther Brunner
28eb0cf78f Improved app icons. 2015-06-18 17:48:22 +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
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
Simo Kinnunen
1e6d740acc Remove width transition from screen canvas. 2015-04-23 17:03:13 +09:00
Simo Kinnunen
9ea0839b0b Rotate canvas image on client side when necessary. Minicap now always returns the image in upright position for newer devices. 2015-04-23 14:45:10 +09:00
Simo Kinnunen
685882d19f The screen should now stretch to fill all the available area while maintaining aspect ratio. Includes a terrifying hack for the 270deg rotation. 2015-04-22 19:31:19 +09:00
Gunther Brunner
958a3bcfb9 Fix bug where http:// is not being added if there is a "http://" already in the query string. 2015-03-04 21:22:43 +09:00
Gunther Brunner
a2662a0b53 Fix selection of browser bug,
caused by lodash 2.x->3.x's _.first() breaking change.
2015-02-24 19:16:00 +09:00
Simo Kinnunen
21b4ebe9e4 Ensure we add 'http://' to URLs even when a username is used. 2015-02-06 12:23:12 +09:00
Simo Kinnunen
8b9e5d58c9 Too much overlap in storage plugin URLs for meaningful loadbalancing and config simplicity. Make poorxy emulate the real situation and change related URLs. 2015-01-07 14:04:36 +09:00
Simo Kinnunen
7c16c40dae Make it a bit easier to tell image plugin endpoint apart from normal storage endpoints. It still sucks though. 2015-01-06 19:56:21 +09:00
Gunther Brunner
91b1861d8d Fixed autofill for HTTPS.
Added dummy API endpoint for autofill POST requests.

Autofill also reads the CSRF token from cookies and doesn't require an 'about:blank' anymore on the forms.
2015-01-06 18:35:23 +09:00
Gunther Brunner
bea839353b Fixed standalone mode to work with the new ng-upload. 2014-12-05 19:02:36 +09:00
Gunther Brunner
a063aeb077 Fixed device selection drop-down menu (it was broken in Firefox). 2014-12-04 18:09:24 +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
Gunther Brunner
50e4dfd47b Updated most dependencies.
Upgraded ng-file-upload to 2.0
2014-12-02 16:15:52 +09:00
Gunther Brunner
fcc3de0e56 Added retina support for the Screenshots.
Removing picturefill dependency.
Since it's a progressive enhancement, we can ignore old browsers by using standard srcset attribute.
2014-11-12 17:18:58 +09:00
Gunther Brunner
193aa183ac Browser icons and default favicon are now Retina size. 2014-11-11 19:53:50 +09:00
Gunther Brunner
36d9b7a98d Disable tooltip animations because they are broken on Angular 1.3.0 2014-10-15 17:40:49 +09:00
Gunther Brunner
e1cedbb77c Removed ngTable. Disabled ladda because there is a gettext bug. 2014-10-15 17:20:28 +09:00
Gunther Brunner
c245355732 Preparing for deploy.
Disables:
-Performance tab
-Access Tokens tab
-Standalone mode
2014-10-15 16:24:34 +09:00
Gunther Brunner
ff6b0dbab1 Improved UI layout for Reverse Port Forwarding. 2014-10-15 13:40:48 +09:00
Simo Kinnunen
cecf08a244 Reverse port forwarding UI actually works now. 2014-10-14 22:57:44 +09:00
Gunther Brunner
99864fb223 Track by $index so we can have duplicates (which makes sense in the UI). 2014-10-14 20:49:27 +09:00
Gunther Brunner
15755334d5 At least some UI for the new Port Forwarding. 2014-10-14 20:43:06 +09:00
Simo Kinnunen
04d261044c Start implementing new port forwarding UI. 2014-10-14 14:15:23 +09:00
Gunther Brunner
8ffb037fbd Clean up. 2014-10-10 16:47:15 +09:00
Gunther Brunner
d105052b20 In Angular 1.3.0-rc.5, $animate defers changes till the next digest.
Disabled animation for now.
2014-10-10 16:01:39 +09:00
Gunther Brunner
84e3c96a85 Focus URL after a browser has been selected. 2014-10-10 15:17:35 +09:00
Gunther Brunner
58244cbf60 Add first sample of ng-epoch. 2014-10-06 21:31:13 +09:00
Gunther Brunner
1a8a5ff8ff Add Performance tab. 2014-10-06 19:11:46 +09:00
Gunther Brunner
a83ecd43ed Add error-message directive.
Improve UX for focus handling.
2014-09-26 17:47:14 +09:00
Gunther Brunner
d5f29a5a23 Change window size on standalone rotation. 2014-09-26 00:23:57 +09:00
Gunther Brunner
a4a11c1680 Change finger color to a neutral gray. 2014-09-25 18:18:37 +09:00
Gunther Brunner
c81cd75a50 Refactored device context menu to its own directive.
Now works in standalone also.
2014-09-25 17:10:31 +09:00
Gunther Brunner
f705cd60a7 Add basic context-menu for actions. 2014-09-25 16:24:57 +09:00
Gunther Brunner
33fad24ed4 Added proper standalone support. 2014-09-24 19:38:46 +09:00
Gunther Brunner
7a344e7043 Make everything un-selectable unless specified otherwise.
Fix store account header bug.
2014-09-24 15:39:41 +09:00
Gunther Brunner
220db19eb0 Fix logic of basic mode. 2014-09-19 19:53:26 +09:00