Commit Graph

1617 Commits

Author SHA1 Message Date
Simo Kinnunen
9e4dc269a2 Change default screenshot size to "small". 2014-05-20 11:40:32 +09:00
Simo Kinnunen
254b2dc7a3 Add screenshots to UI. Still need to implement resizing. 2014-05-20 11:34:39 +09:00
Gunther Brunner
db298377ec Clean up. 2014-05-19 22:32:43 +09:00
Gunther Brunner
1c89235267 Logging implemented (except filtering).
Automatically enable/disable scroll lock based on the scrollbar position.
2014-05-19 22:28:39 +09:00
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
5be2b8f7d5 Add --public-ip option to stf local. 2014-05-19 16:55:57 +09:00
Simo Kinnunen
70dab49188 Fix mixed up touch/mouse events. 2014-05-19 13:51:45 +09:00
Simo Kinnunen
949e13456c Update rethinkdb's run() to new syntax. 2014-05-16 18:05:41 +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
f842509d95 Login not bad too. 2014-05-15 19:39:11 +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
fd42bd9697 Small fixes to Basic Mode. 2014-05-15 17:26:47 +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
1c480ab801 Device view is not closeable anymore.
Just hide DOM for the table because there is a noticeable delay for creating it.
2014-05-14 19:54:48 +09:00
Gunther Brunner
6ce41e0128 Added default value for Device List active tabs. 2014-05-14 19:30:30 +09:00
Gunther Brunner
13529d36c0 Jade small fix. 2014-05-14 19:20:58 +09:00
Gunther Brunner
37ec53fcd7 Device details now separated from Device icon view.
Tabs are not shown if the settings are not loaded yet.
2014-05-14 19:19:13 +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
d1fa99a4c5 Activity Timeline not yet ready. 2014-05-14 16:23:54 +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
49f65bf313 Destroy the DOM for the Device Icons view if not necessary.
For the Details view, ngTable breaks without a DOM table.
2014-05-14 15:24:57 +09:00
Simo Kinnunen
002c9e5fd9 Add a Node.js code watcher. It's not a separate process, so it can check require.cache for files it should watch. Currently unused due to missing SIGHUP handlers. 2014-05-14 11:04:40 +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
9edd849d28 Rename icon middlewares. They're cleaner this way. 2014-05-13 16:41:18 +09:00
Simo Kinnunen
ea0ec88b1f Format gulpfile. 2014-05-13 16:26:32 +09:00
Simo Kinnunen
c1b4dc4af5 Add res/.jshintrc to jsonlint. 2014-05-13 16:26:21 +09:00
Simo Kinnunen
0c4ae25d88 Add a separate .jshintrc for client-side code. 2014-05-13 16:10:56 +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
Simo Kinnunen
86adb4f359 Fix JSHint errors. 2014-05-13 14:54:56 +09:00
Simo Kinnunen
392f1e49e5 Add Promise as an overridable global. Prevents JSHint from complaining about bluebird. 2014-05-13 14:16:39 +09:00
Gunther Brunner
40cdb09528 Adding logcat table. 2014-05-13 12:22:56 +09:00
Simo Kinnunen
ed2390592c Fix user actions not extending timeout. 2014-05-13 12:21:05 +09:00
Gunther Brunner
9b304a939c Starting to add Logcat. 2014-05-13 12:12:52 +09:00
Gunther Brunner
3b6da1542b Logging to the console. 2014-05-12 19:28:56 +09:00
Simo Kinnunen
2183bbba49 Don't exclude anything from logcat unless filters are given. 2014-05-12 19:17:13 +09:00