Commit Graph

394 Commits

Author SHA1 Message Date
Simo Kinnunen
48726669dc Screenshots are more or less working (server-side). Resize not implemented yet. Temporarily breaks APK uploads. 2014-05-19 17:55:18 +09:00
Simo Kinnunen
70dab49188 Fix mixed up touch/mouse events. 2014-05-19 13:51:45 +09:00
Gunther Brunner
586033b9b8 Saving to Local Storage for now because of Safari bug in LocalForage. 2014-05-16 16:09:15 +09:00
Gunther Brunner
7e5dbde075 Updated safe dependencies. 2014-05-16 15:01:58 +09:00
Gunther Brunner
345b4506f1 Tree not needed for now. 2014-05-16 12:43:47 +09:00
Gunther Brunner
3bdae62c7a Tree not needed for now. 2014-05-16 12:41:32 +09:00
Gunther Brunner
3173393a58 No window on there. 2014-05-15 18:27:34 +09:00
Gunther Brunner
d32001f32c Start to add rotation listening. 2014-05-15 18:23:47 +09:00
Gunther Brunner
74a6682537 Added touch and retina support. 2014-05-15 17:50:08 +09:00
Gunther Brunner
1bab43fed3 Starting to add Basic Mode. 2014-05-15 17:00:57 +09:00
Gunther Brunner
7e45141a4e Added Guest Browser properties detection (Touch, Mobile, Retina, WebGL, Websockets Binary, ...) 2014-05-15 16:17:43 +09:00
Gunther Brunner
6ce41e0128 Added default value for Device List active tabs. 2014-05-14 19:30:30 +09:00
Gunther Brunner
fa098680c2 Refactor SettingsService. 2014-05-14 19:19:13 +09:00
Simo Kinnunen
78c207c8d1 Make group timeout configurable. 2014-05-14 19:13:11 +09:00
Gunther Brunner
d59c156297 Device screen now has the ability to hide and clear the canvas. 2014-05-14 18:12:22 +09:00
Gunther Brunner
70ddf81cfd Fatal message styling. 2014-05-14 15:46:43 +09:00
Gunther Brunner
eec19cef98 Trying to implement memory based settings storage. 2014-05-14 15:24:57 +09:00
Gunther Brunner
ef7fd77322 Dismiss modal when going to the device list. 2014-05-13 19:30:34 +09:00
Gunther Brunner
1d44bf5da3 Added basic fatal message functionality. 2014-05-13 19:22:23 +09:00
Simo Kinnunen
99ef24f93b Remove another empty line. 2014-05-13 19:15:36 +09:00
Simo Kinnunen
52ff750504 Make sure that we don't try to access the screen in the page becomes visible, but we don't actually own the device. 2014-05-13 19:08:50 +09:00
Simo Kinnunen
8c72d79f92 Turn screen updating off if page becomes inactive. 2014-05-13 18:57:52 +09:00
Gunther Brunner
8e5755137e Updated almost all bower dependencies. 2014-05-13 18:35:14 +09:00
Gunther Brunner
4d0c884eee Cleaning new Logcat table. 2014-05-13 16:48:01 +09:00
Simo Kinnunen
80cdf6f684 Send relative coords to the device. Allows multiple screens to be controlled at the same time, like it was before. 2014-05-13 15:25:43 +09:00
Gunther Brunner
40cdb09528 Adding logcat table. 2014-05-13 12:22:56 +09:00
Gunther Brunner
9b304a939c Starting to add Logcat. 2014-05-13 12:12:52 +09:00
Gunther Brunner
e4e5109533 Starting to add Timeline notifications. 2014-05-12 18:35:19 +09:00
Simo Kinnunen
95c3f87054 Fix rotation ASCII graph. 2014-05-09 20:27:07 +09:00
Simo Kinnunen
3058024d97 Implement screen rotation in the UI. 2014-05-09 18:18:37 +09:00
Simo Kinnunen
912cccaf4b Formatting. 2014-05-09 12:20:43 +09:00
Gunther Brunner
a702c2bdbc Adding device information. 2014-05-05 16:12:16 +09:00
Gunther Brunner
34c35e4095 Adding device info. 2014-05-05 16:12:15 +09:00
Gunther Brunner
7a598af243 Adding panel info. 2014-05-01 22:42:35 +09:00
Simo Kinnunen
c80a0eec47 Add command for opening Play Store. 2014-05-01 21:23:46 +09:00
Simo Kinnunen
13e3fe6624 Fix array merging in the device service. 2014-05-01 20:23:39 +09:00
Simo Kinnunen
26b2b1acc6 Support tab key. 2014-05-01 19:18:38 +09:00
Simo Kinnunen
a915aea9ea Update with new service features. 2014-05-01 17:05:21 +09:00
Gunther Brunner
efa5875d60 Adding Activity mockup. 2014-04-30 18:59:30 +09:00
Simo Kinnunen
b9e4cfc10d Fix touch control not working in Firefox. 2014-04-23 14:26:59 +09:00
Simo Kinnunen
1f19fd58c1 Implement clearBrowser(). 2014-04-22 13:52:13 +09:00
Simo Kinnunen
ced84f0f66 Add sample of openBrowser() usage. Unfortunately it doesn't work because the radio buttons are acting weird. 2014-04-22 11:03:33 +09:00
Simo Kinnunen
33d2862704 URLs can now be opened. 2014-04-21 20:36:32 +09:00
Simo Kinnunen
8da5b61289 Logcat works now, but still kind of wondering how the messages should arrive. 2014-04-17 18:27:35 +09:00
Simo Kinnunen
fb3892ab07 Keep forwards list up to date on client side. 2014-04-15 18:02:48 +09:00
Simo Kinnunen
b0400130ff Allow all pending transaction results to be cancelled. 2014-04-15 17:33:22 +09:00
Simo Kinnunen
f46540e51e All transaction-based ControlService methods now return promises directly, which makes it easier to integrate with other promises, is simpler and opens up new refactoring opportunities. 2014-04-15 16:56:13 +09:00
Simo Kinnunen
4270d9589c Refactor control-service to reduce duplicate code. No change for the difficult parts (i.e. upload, installation). 2014-04-15 16:40:26 +09:00
Simo Kinnunen
f8a2eeab26 Reverse port forwarding works, but changes don't apply to new devices yet. 2014-04-15 15:52:45 +09:00
Gunther Brunner
eb09b7ebcf Fixing resize of the window. 2014-04-14 18:00:34 +09:00