Gunther Brunner
ae2361a389
Re-stylized the File Explorer. Unified location bar and search.
2015-10-01 21:40:08 +09:00
Gunther Brunner
bda0163b27
Add formatted date to File Explorer.
2015-10-01 19:14:44 +09:00
Gunther Brunner
d34174a1f4
Add formatted size (KB, MB) to File Explorer.
2015-10-01 19:04:06 +09:00
Gunther Brunner
c17dede8c0
File Explorer order files alphabetically. Add file timestamp.
2015-10-01 18:56:03 +09:00
Gunther Brunner
2f3de3f516
Improve File Explorer styling.
2015-10-01 18:50:41 +09:00
Gunther Brunner
691b1abeb7
Change File Explorer icon and name.
2015-10-01 17:11:34 +09:00
Gunther Brunner
2b7a9403aa
Style File Explorer along with coding standard.
2015-10-01 17:11:14 +09:00
Gunther Brunner
82c20c28d1
Renamed FileSystem to Explorer.
2015-10-01 16:55:13 +09:00
Simo Kinnunen
a779413000
Clean up the filesystem plugin a little.
2015-09-27 21:59:05 +09:00
hzsunshx
5d4fc2f391
remove timeout
2015-09-23 17:18:48 +08:00
hzsunshx
dff5835105
fix spell error
2015-09-22 17:38:41 +08:00
hzsunshx
1dccda5e2a
add filesystem(file explorer) support, done
2015-09-22 17:19:20 +08:00
Gunther Brunner
4db67dd703
Cleanup code for control-panes.
2015-08-31 17:04:46 +09:00
Gunther Brunner
0691c73ec9
Add lock parameter to control's rotate.
2015-08-25 18:46:24 +09:00
Gunther Brunner
5613a8b72b
Add title separators to Automation's Device Settings.
2015-08-25 16:45:48 +09:00
Gunther Brunner
fbd11a5951
Change WiFi icon in Apps. Fix hover color.
2015-08-25 16:45:19 +09:00
Gunther Brunner
cb4e62c555
Overflow hidden breaks in new UI Bootstrap dropdown.
2015-08-24 20:00:53 +09:00
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