1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
Commit graph

757 commits

Author SHA1 Message Date
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
Gunther Brunner
9e98bb1525 Adding clipboard paste. 2014-05-12 19:02:17 +09:00
Gunther Brunner
e4e5109533 Starting to add Timeline notifications. 2014-05-12 18:35:19 +09:00
Simo Kinnunen
7f94b0beef Fix copying. 2014-05-12 18:34:52 +09:00
Simo Kinnunen
f51abd05d2 Expose service.copy() for the clipboard plugin. 2014-05-12 18:24:18 +09:00
Simo Kinnunen
66a047ed30 Fix clipboard.copy. 2014-05-12 18:16:42 +09:00
Simo Kinnunen
433baee98e Update STFService to fix broken pasting. 2014-05-12 17:46:10 +09:00
Simo Kinnunen
ad3386a606 Fix pasting not triggering Ctrl+V. 2014-05-12 16:08:01 +09:00
Gunther Brunner
372208c105 Removing npm warnings. 2014-05-12 15:42:27 +09:00
Simo Kinnunen
02003da91f Update to new version of STFService. Also, there's actually no need to stop the service before starting it, because it will be done for us on reinstall. 2014-05-12 15:36:12 +09:00
Gunther Brunner
111db01500 Transition for resizing was being overriden by rotation transition. 2014-05-12 15:12:23 +09:00