Simo Kinnunen
08f5c899b4
Use abstract sockets in minitouch, fixes a permission problem on Galaxy S5.
2014-09-16 17:31:37 +09:00
Simo Kinnunen
b08518c452
Use correct minitouch help argument.
2014-09-16 17:16:23 +09:00
Simo Kinnunen
68e8f1eb2f
Gesturestart had an off by one error in the control sequence.
2014-09-16 10:51:46 +09:00
Simo Kinnunen
85427fc50a
Make menu, home and back buttons respond faster.
2014-09-12 23:36:45 +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
5ade5fd61c
Image size was cached in the wrong place, causing it to not be cached at all.
2014-09-12 21:50:15 +09:00
Simo Kinnunen
df770286d0
Always load data plugin.
2014-09-12 19:44:03 +09:00
Simo Kinnunen
11494b509f
Show touch contacts again.
2014-09-12 19:42:41 +09:00
Gunther Brunner
bd7035c670
Don't open modal box if it doesn't have a big photo.
2014-09-12 19:32:45 +09:00
Gunther Brunner
a4a46fc48b
Add support for Screen size (in inches).
2014-09-12 19:32:45 +09:00
Simo Kinnunen
6c09a53d55
New multitouch-compatible touch system.
2014-09-12 19:24:50 +09:00
Gunther Brunner
38d20eba9a
Revert "Revert "Fix canvas rotation being off on devices which are naturally landscape.""
...
Reverting the Revert because we found the reason for the blurry image.
This reverts commit 7afd816cf918ed94b2ebf7671f804ae0f769fcb9.
2014-09-12 15:59:13 +09:00
Simo Kinnunen
0b9c1e6c7f
Fix canvas size being off by one pixel due to C++ and JS not basing their calculations on same values.
2014-09-12 15:25:56 +09:00
Simo Kinnunen
1896d81bcf
Fix unchanging rotated canvas size.
2014-09-11 21:28:33 +09:00
Gunther Brunner
f73cac8b24
Revert "Fix canvas rotation being off on devices which are naturally landscape."
...
Regressions:
1) Flicker badly in Chrome
2) Image gets very blurry because the image is uploaded to the GPU and there are rounding errors
3) Resizing is not smooth again
This needs another way of fixing.
This reverts commit 9fc1a9c7939b9f464c87a2f99cb06000f5aedcbc.
2014-09-11 20:59:17 +09:00
Gunther Brunner
a9213e0659
Angular gettext is broken in 1.1.0. Reverting to 1.0.1.
2014-09-11 20:59:07 +09:00
Simo Kinnunen
0ee9e5fe53
Add browser icons to the device list.
2014-09-11 20:49:27 +09:00
Gunther Brunner
5a52b57e74
Add some translation.
2014-09-11 20:32:32 +09:00
Gunther Brunner
d0cd86b263
Fixed all nav-menu's current active highlighting.
2014-09-11 19:30:13 +09:00
Valverde Antonio
b709887e22
Fix broken promise chain in transaction service.
2014-09-11 19:16:51 +09:00
Gunther Brunner
dbfbe53b37
Finally Control button is implemented.
...
Also the route /control tries to use the last used device.
2014-09-11 18:15:16 +09:00
Gunther Brunner
f0d52bf2c6
Added Xperia Z2 Tablet support.
...
Removed update-notifier, buggy for now.
2014-09-10 21:16:55 +09:00
Gunther Brunner
edd0d2578c
Add prepublish script.
...
Needs to be executed as "npm run prepub" because default "npm prepublish" runs on every npm install.
2014-09-10 20:38:50 +09:00
Simo Kinnunen
265287382a
Press home when user leaves so that we don't leave a game running 24/7 killing the device.
2014-09-10 19:29:22 +09:00
Gunther Brunner
76f5f14ace
gulp-clean is deprecated now. Switching to gulp-rimraf.
2014-09-10 18:33:04 +09:00
Gunther Brunner
843e5f65e1
Tidying.
2014-09-10 16:02:25 +09:00
Gunther Brunner
2dcd98486e
Merge remote-tracking branch 'origin/feature/update-notify' into develop
...
Conflicts:
package.json
2014-09-09 16:30:03 +09:00
Gunther Brunner
2445b179ee
Added JSCS style checking.
...
However, there are thousands of errors: it may need some rule relaxing.
Still needs to check for JSHint overlap.
Heated rules left out:
"disallowAnonymousFunctions": true,
"disallowCommaBeforeLineBreak": true
"requireCommaBeforeLineBreak": true,
"disallowKeywordsOnNewLine": true,
"requireKeywordsOnNewLine": true
2014-09-09 16:28:00 +09:00
Gunther Brunner
883fce71ea
Updated dependencies.
2014-09-09 16:21:22 +09:00
Gunther Brunner
639d6c2394
Updated most external dependencies.
2014-09-08 19:54:24 +09:00
Gunther Brunner
70ced9ac38
Preliminary Appium support.
2014-09-08 18:11:12 +09:00
Simo Kinnunen
633b1764df
Launch remote binaries with exec so that we don't leave the shell behind unnecessarily.
2014-09-08 15:24:00 +09:00
Simo Kinnunen
6e567941ca
Fix a fairly bad memory leak in the remote screen API endpoint.
2014-09-05 22:42:43 +09:00
Simo Kinnunen
9dcd327420
Attempt to relaunch agent/service instead of dying instantly.
2014-09-05 19:51:30 +09:00
Simo Kinnunen
869f1ed7ac
Make product names clickable links in the device list. Remove the ugly button from the model column.
2014-09-05 18:12:19 +09:00
Simo Kinnunen
a5d8e7c86b
Slightly improve fugly code.
2014-09-05 17:49:14 +09:00
Simo Kinnunen
6714ba8d24
Move most installation functionality to InstallService. This makes it easier to have multiple drop areas while keeping them in sync.
2014-09-05 17:28:01 +09:00
Simo Kinnunen
484f868094
Remove installation code from control-panes-controller until we find a way to reuse InstallController there or find some other way to make them work together.
2014-09-05 16:05:21 +09:00
Simo Kinnunen
cc403ee553
Update bluebird because the deprecated features are still available. Use same bluebird in browser.
2014-09-05 15:32:21 +09:00
Simo Kinnunen
77261ffd43
Remove unused errors and make STF error codes match Android error codes better.
2014-09-05 14:00:51 +09:00
Simo Kinnunen
254994ce3b
Add space between installation warning "title" and content.
2014-09-05 13:32:43 +09:00
Simo Kinnunen
eb73140465
Don't expose install() to scope directly because it shouldn't be called.
2014-09-05 13:27:55 +09:00
Simo Kinnunen
ede65d518c
Fix canvas rotation being off on devices which are naturally landscape.
2014-09-05 12:00:27 +09:00
Simo Kinnunen
c5a4727ae3
Refactor installation to work out a few bugs and to make it cleaner. Transactions now reject on fail-responses, still need to update other places.
2014-09-05 12:00:27 +09:00
Gunther Brunner
f91bf901fa
Show progress bar after 2nd upload.
2014-09-04 18:03:45 +09:00
Gunther Brunner
22d44dcc27
However, downgrade Angular to 1.3.0-beta.18 because borderlayout breaks.
2014-09-04 17:20:26 +09:00
Gunther Brunner
f7dbdf8f8e
Make html compatible with Angular new base href requirements.
2014-09-04 17:20:26 +09:00
Simo Kinnunen
2174de0eee
Rename dashboard/upload to dashboard/install.
2014-09-04 17:17:54 +09:00
Simo Kinnunen
fdfcdf913d
Move install response codes to the filter.
2014-09-04 16:51:43 +09:00
Simo Kinnunen
59f1aebc87
Fix response code JSON.
2014-09-04 16:32:58 +09:00