Commit Graph

14 Commits

Author SHA1 Message Date
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
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
c6f63be01c Center canvas with an extended margin: auto trick. Gets rid of half-pixel positions possible with translate(). 2014-09-12 22:50:34 +09:00
Simo Kinnunen
6c09a53d55 New multitouch-compatible touch system. 2014-09-12 19:24:50 +09:00
Gunther Brunner
4edcb387d4 Added favicon resolving to URL input.
Added blur event after entering URL.
Focus screen after entering URL.
2014-07-31 20:30:43 +09:00
Gunther Brunner
da40f061b4 Implemented change charset with the native PC charset keys.
Hacking was needed:
- Textarea changed to Input type "password", so that Alphanumeric keyboard is forced all the time.
- All the key input events are heavily browser/platform/keyboard dependent.
2014-07-16 22:57:50 +09:00
Gunther Brunner
700c320257 Added tabindex and accesskeys for common input controls. 2014-07-16 20:05:34 +09:00
Gunther Brunner
9e753551af Added Timeout error message when the screen takes more than 1 second to load. 2014-05-21 12:12:19 +09:00
Gunther Brunner
c9cc28997c Try to go to Home Screen in case of screen failure. 2014-05-20 19:34:48 +09:00
Gunther Brunner
282ceab17a Screen error message improved. 2014-05-20 19:17:28 +09:00
Gunther Brunner
d933a65412 Device screen error improved. 2014-05-20 16:24:39 +09:00
Simo Kinnunen
fc24cd087c Replace device promise with a scope watcher. 2014-03-18 20:59:22 +09:00
Gunther Brunner
3a284eca1f All services and controllers are implemented. 2014-02-19 15:46:31 +09:00