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
Gunther Brunner
7a87f2170a
Fixed padding in device control buttons.
2014-05-23 19:33:00 +09:00
Gunther Brunner
948528a0ff
Moving default device icon to the devices db.
2014-05-23 17:32:19 +09:00
Gunther Brunner
3794237224
Updating to the new devices-db.
2014-05-23 17:23:49 +09:00
Gunther Brunner
9ebb005654
UI fixes in upload and device control.
2014-05-21 18:07:28 +09:00
Gunther Brunner
e405ca1577
Added sprintf.
...
Rotation tooltips updated in realtime with current rotation degree.
2014-05-20 18:28:51 +09:00
Gunther Brunner
3143101ab5
Moved identify device button to Info tab.
2014-05-20 16:53:19 +09:00
Gunther Brunner
0b4e2a0b04
Fix showScreen not working.
2014-05-20 15:58:05 +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
Gunther Brunner
fd42bd9697
Small fixes to Basic Mode.
2014-05-15 17:26:47 +09:00
Gunther Brunner
13529d36c0
Jade small fix.
2014-05-14 19:20:58 +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
8e5755137e
Updated almost all bower dependencies.
2014-05-13 18:35:14 +09:00
Gunther Brunner
111db01500
Transition for resizing was being overriden by rotation transition.
2014-05-12 15:12:23 +09:00