Commit Graph

623 Commits

Author SHA1 Message Date
Gunther Brunner
bd7035c670 Don't open modal box if it doesn't have a big photo. 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
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
70ced9ac38 Preliminary Appium support. 2014-09-08 18:11:12 +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
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
73c8e52bce Include an error description for failed installations. 2014-09-04 16:23:25 +09:00
Gunther Brunner
02fb1f9add Unit tests now pass. 2014-09-04 16:19:58 +09:00
Gunther Brunner
2f172c2fda Add upload and installation errors. 2014-09-04 16:10:42 +09:00
Gunther Brunner
7ea5dd2777 Show installation error code. 2014-09-04 12:07:10 +09:00
Gunther Brunner
314caaee34 Make clear tooltip for rotation button. 2014-09-03 19:40:41 +09:00
Gunther Brunner
fe7452e9f7 Add reason of why device and control are undefined sometimes. 2014-09-02 18:20:27 +09:00
Gunther Brunner
ce604d8211 All JSHint trough webpack passes now. 2014-09-02 17:25:22 +09:00
Gunther Brunner
7b77412edd Add webpack JSHint loader. 2014-09-02 16:27:36 +09:00
Gunther Brunner
a0e0d2228a JSHint. 2014-09-02 12:24:07 +09:00
Gunther Brunner
d8bf7449d1 Added Auto-route language support for documentation. 2014-09-01 16:19:23 +09:00
Gunther Brunner
241b711c31 Updated devices database. 2014-08-29 21:50:13 +09:00
Gunther Brunner
fe4deaccff Moved documentation to its own repository. 2014-08-29 15:17:11 +09:00
Gunther Brunner
656c2d66e7 Improving style of Help buttons. 2014-08-28 21:22:46 +09:00
Gunther Brunner
eb968fa737 Add Documentation in Markdown plus express middleware for in-site rendering. 2014-08-28 21:04:32 +09:00
Gunther Brunner
c318cddd14 Separate tooltips for Remote Debug 2014-08-28 16:08:43 +09:00
Gunther Brunner
a2292c9b0f Fixed protractor not defined bug. 2014-08-27 21:46:31 +09:00
Gunther Brunner
ea27e1b549 - Refactored device button states so they can be tested.
- Added e2e test for Navigation.
2014-08-27 21:44:19 +09:00
Gunther Brunner
9a8fa2dd3e - Element explorer now launches WebDriver automatically. 2014-08-27 19:22:38 +09:00
Gunther Brunner
30bbf430d3 - Forked gulp-protractor .
Changes:
 - Added debug support
 - Added suites support
 - Added element explorer support
2014-08-27 16:36:37 +09:00
Gunther Brunner
5941030743 - Added waitUrl helper. 2014-08-27 16:34:47 +09:00
Gunther Brunner
b1afa8076c -Add shell e2e test.
-Add parallel multi browser protractor configuration.
-Add screenshot reports.
-Add fail fast helper.
2014-08-26 23:37:50 +09:00
Gunther Brunner
755502a28e Try to clean up after logging in. 2014-08-26 21:47:41 +09:00
Gunther Brunner
e87dc45fb9 - e2e tests should work with production now also by exporting STF_URL, STF_USERNAME and STF_PASSWORD.
- Added BrowerLogs, a Protractor helper which redirects browser logs to the console, with an additional expectNoLogs option.
- Refactored Login model names to work seamlessly.
2014-08-26 20:57:26 +09:00
Gunther Brunner
a08d9e26f0 - Refactored e2e tests in separated test suites.
- `gulp protractor` now accepts a `--suite name` flag.
- Removed warning bug in ChromeDriver.
- ControlPage test now kicks the device.
2014-08-26 16:00:02 +09:00