Riste Samardjiev
f168b45481
move off screen password autofill ( #610 )
...
Signed-off-by: Riste <rsamardjiev@playtika.com >
2022-11-03 11:07:18 +01:00
Lukasz.Zeglinski
d99a6e7a97
Separate device logs
2019-09-11 11:04:55 +02:00
Karol Wrótniak
9f22caa0e5
recents/app switch key added
2017-05-08 15:45:26 +02:00
Gunther Brunner
1eb6af0119
Replaced old jade with new pug.
...
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00
Simo Kinnunen
e06b2f25b8
Fix broken screen area in Chrome 50. Fixes #303 .
2016-04-14 20:40:32 +09:00
Gunther Brunner
a3f815c118
Fix all res/ files with ESLint rules with 0 errors.
2016-01-19 23:08:33 +09:00
Gunther Brunner
3fb767218b
Now that finally with the new bootstrap-ui tooltip works properly, put it where it belongs.
2016-01-14 20:59:41 +09:00
Gunther Brunner
b8b293d18a
Update bower dependencies.
...
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00
Gunther Brunner
25bc62e3ef
Remove fa-lg style.
2016-01-14 18:24:25 +09:00
Gunther Brunner
ec7cf99953
Change style of Hide Screen and Stop Using buttons since they were using the same color.
...
Remove outline for info-button style.
2016-01-14 18:22:23 +09:00
Eugene(miss0110)
bba588157f
Add kickDevice Button in device-control
2016-01-13 15:57:19 +09:00
Gunther Brunner
a30ac12167
Fix portrait/landscape buttons clickable area: change class name
2015-11-18 19:16:15 +09:00
jlhonora
ad7c99bb75
Fix portrait/landscape buttons clickable area
2015-09-28 17:58:01 -03:00
Gunther Brunner
4db67dd703
Cleanup code for control-panes.
2015-08-31 17:04:46 +09:00
Gunther Brunner
cb4e62c555
Overflow hidden breaks in new UI Bootstrap dropdown.
2015-08-24 20:00:53 +09:00
Gunther Brunner
3d0c5efede
Show model name for unrecognised devices. Closes #28 .
2015-07-28 18:20:18 +09:00
Simo Kinnunen
1e6d740acc
Remove width transition from screen canvas.
2015-04-23 17:03:13 +09:00
Simo Kinnunen
9ea0839b0b
Rotate canvas image on client side when necessary. Minicap now always returns the image in upright position for newer devices.
2015-04-23 14:45:10 +09:00
Simo Kinnunen
685882d19f
The screen should now stretch to fill all the available area while maintaining aspect ratio. Includes a terrifying hack for the 270deg rotation.
2015-04-22 19:31:19 +09:00
Gunther Brunner
bea839353b
Fixed standalone mode to work with the new ng-upload.
2014-12-05 19:02:36 +09:00
Gunther Brunner
a063aeb077
Fixed device selection drop-down menu (it was broken in Firefox).
2014-12-04 18:09:24 +09:00
Gunther Brunner
ba5d245c53
Fixed all drop-downs for latest ui-bootstrap 0.12 using the new attribute-only directive syntax.
2014-12-02 19:37:30 +09:00
Gunther Brunner
50e4dfd47b
Updated most dependencies.
...
Upgraded ng-file-upload to 2.0
2014-12-02 16:15:52 +09:00
Gunther Brunner
d5f29a5a23
Change window size on standalone rotation.
2014-09-26 00:23:57 +09:00
Gunther Brunner
a4a11c1680
Change finger color to a neutral gray.
2014-09-25 18:18:37 +09:00
Gunther Brunner
c81cd75a50
Refactored device context menu to its own directive.
...
Now works in standalone also.
2014-09-25 17:10:31 +09:00
Gunther Brunner
f705cd60a7
Add basic context-menu for actions.
2014-09-25 16:24:57 +09:00
Gunther Brunner
33fad24ed4
Added proper standalone support.
2014-09-24 19:38:46 +09:00
Gunther Brunner
220db19eb0
Fix logic of basic mode.
2014-09-19 19:53:26 +09:00
Gunther Brunner
430103a913
Start adding back Standalone.
...
Moved ng-app to html so the title can be dynamic.
2014-09-18 23:48:52 +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
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
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
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
ede65d518c
Fix canvas rotation being off on devices which are naturally landscape.
2014-09-05 12:00:27 +09:00
Gunther Brunner
314caaee34
Make clear tooltip for rotation button.
2014-09-03 19:40:41 +09:00
Gunther Brunner
a0e0d2228a
JSHint.
2014-09-02 12:24:07 +09:00
Gunther Brunner
743f8becd6
- Finally, most of the unit tests now passes (resolving dependencies also).
...
- Shims now exports angular module name, however some of them clash with the original.
2014-08-21 22:04:19 +09:00
Gunther Brunner
da40f061b4
Implemented change charset with the native PC charset keys.
...
Hacking was needed:
- Textarea changed to Input type "password", so that Alphanumeric keyboard is forced all the time.
- All the key input events are heavily browser/platform/keyboard dependent.
2014-07-16 22:57:50 +09:00
Gunther Brunner
7ac6691bdb
Added an alert for when the device is null. This needs debugging.
2014-07-16 18:58:38 +09:00
Simo Kinnunen
1d77d8c97d
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
2014-07-14 17:09:50 +09:00
Simo Kinnunen
6bb07d7c34
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
2014-06-18 15:51:54 +09:00
Gunther Brunner
6c88884fba
Added back hidden devices without model.
...
Default device image removed.
2014-06-18 00:01:12 +09:00
Gunther Brunner
903c183c84
Renaming 'present' to 'connected', and 'absent' to 'disconnected'.
2014-06-02 17:49:47 +09:00
Gunther Brunner
b5659fe321
Port forwarding UI improved.
2014-05-28 21:38:27 +09:00
Gunther Brunner
2d7853fd1f
Translating everything.
2014-05-28 19:18:33 +09:00
Gunther Brunner
1dc62193c8
Remove autocorrect from search.
...
Readded menu buttons active style.
2014-05-27 20:47:02 +09:00
Gunther Brunner
6526724695
Started to implement keycodes service.
2014-05-27 18:35:50 +09:00