Commit Graph

782 Commits

Author SHA1 Message Date
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
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
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
Gunther Brunner
b016bb4fef Remove button when the button is active. Also extend the text. 2015-06-15 19:54:43 +09:00
Gunther Brunner
c1253524b2 Add nine-bootstrap template. 2015-06-15 19:29:41 +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
Simo Kinnunen
35a6556985 Don't group onmessage inside onopen. Looks like we may lose a message that way (causing the initial load in production to sometimes fail to display the screen), although there is no time to properly test it right now. 2015-04-30 22:15:04 +09:00
Simo Kinnunen
9c3ecf3d31 Increase image pool to 10 images. 2015-04-27 18:25:55 +09:00
Simo Kinnunen
94ea19c791 Add a very simple image pool to limit the amount of new images loaded. Hoping it will fix the screen sometimes stopping. 2015-04-27 17:03:51 +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
Simo Kinnunen
0839602943 Minor refactoring with no functional changes. 2015-04-18 18:54:35 +09:00
Simo Kinnunen
53bd852d48 Make sure to revokeObjectURL() when the screen image is no longer needed. Should help with memory. 2015-04-16 14:34:00 +09:00
Simo Kinnunen
95e9dd0b82 Integrate new minicap along with a moderate rewrite. What's currently missing is recovering from socket death. 2015-04-15 18:55:46 +09:00
Gunther Brunner
6fe4f8ae1b Remove all JIRA/Confluence references. 2015-03-18 19:39:40 +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
f5cb2f91c0 Adding basic user redirect for external URL. 2015-03-16 20:48:24 +09:00
Gunther Brunner
a087722c28 Remove Chat link. 2015-03-09 21:15:16 +09:00
Gunther Brunner
5e7b489dd9 Fix scrolling behaviour change of overflow: auto; introduced in Chrome 41 (only reproducible with a Trackpad). 2015-03-09 17:38:13 +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
70a142b2ff Fix screen on x86. 2015-01-14 17:30:19 +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
7a8d48b026 Adding big message prototype. 2014-12-22 17:29:16 +09:00
Simo Kinnunen
b2e114c9be Change all "api" URLs. Ideally the path prefix would be an option. 2014-12-17 21:29:51 +09:00
Simo Kinnunen
19f38456b8 Add "secure view" error back. 2014-12-11 17:56:43 +09:00
Simo Kinnunen
49bc669ef6 Remove an extra blank line. 2014-12-10 19:49:08 +09:00
Simo Kinnunen
4a8806debc Refactor screen code. Still not the best but a bit more manageable now. 2014-12-10 19:48:04 +09:00
Simo Kinnunen
f9e2c4f0f2 Move screen core into its own section. 2014-12-10 15:17:42 +09:00
Simo Kinnunen
d1dfbb3dd2 Move keyboard handling into its own section. 2014-12-10 14:53:56 +09:00
Simo Kinnunen
0014096a2f Make it more obvious that the touch handling is its own section. 2014-12-10 14:47:11 +09:00
Simo Kinnunen
e4114d87af Use WebSockets for the screen. The screen directive works, but needs a serious cleanup. 2014-12-10 14:27:14 +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
de7c367cb8 Fixed browser icons path and size. 2014-12-05 17:31:27 +09:00
Gunther Brunner
a063aeb077 Fixed device selection drop-down menu (it was broken in Firefox). 2014-12-04 18:09:24 +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
Simo Kinnunen
470d676c31 Don't flash "socket connection lost" on every unload in Firefox. 2014-12-03 13:34:35 +09:00
Simo Kinnunen
c4bb2e33b7 Fix pasting in Firefox and partially fix romaji input in Safari. 2014-12-03 13:05:28 +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