Simo Kinnunen
d1a01da8e8
Add separate no-PIE binaries for older devices or they segfault.
2014-10-17 19:27:10 +09:00
Simo Kinnunen
d58341665f
Try to wake the device when a user start starts using it in addition to taking WakeLock. Hoping that this will fix the mysterious issue where occasionally clicks don't register properly until you press the home button.
2014-10-17 15:45:01 +09:00
Simo Kinnunen
d785f2a59c
Trust proxy in app. Should finally make "localhost" in reverse port forwarding work automagically now that the load balancer is set up correctly.
2014-10-16 17:03:47 +09:00
Simo Kinnunen
1932c17508
Websocket loadbalancers might run in tcp mode, which makes it difficult to add the X-Forwarded-For header. Pass the IP in the query string instead.
2014-10-16 15:49:54 +09:00
Simo Kinnunen
b98193b3a2
Remove readable on end. Should prevent writes after FIN.
2014-10-15 13:00:41 +09:00
Simo Kinnunen
cecf08a244
Reverse port forwarding UI actually works now.
2014-10-14 22:57:44 +09:00
Simo Kinnunen
4bbcaa45db
Separate ForwardManager into its own file and attempt to make it a bit more resilient.
2014-10-14 20:01:54 +09:00
Simo Kinnunen
100280db5a
Give forward plugin its own folder. Should make it easier to clean it up.
2014-10-14 16:24:18 +09:00
Simo Kinnunen
035acec372
Use same event fin packets.
2014-10-14 16:16:52 +09:00
Simo Kinnunen
ebafa3770e
Remove unnecessary code in the stop method.
2014-10-14 16:11:29 +09:00
Simo Kinnunen
44987cbc8b
Reset forwards on ungroup.
2014-10-14 16:07:15 +09:00
Simo Kinnunen
617e20522b
Reverse port forwarding backend actually works now. UI needs some work for the "new vision".
2014-10-09 18:35:06 +09:00
Simo Kinnunen
92ce053c16
Remove forgotten console.log.
2014-10-02 12:04:55 +09:00
Simo Kinnunen
95347d91f0
Show a dialog for new ADB key if using device.
2014-10-01 21:33:47 +09:00
Simo Kinnunen
e6c1de5194
ADB connect now respects auth keys in the settings page.
2014-10-01 18:41:54 +09:00
Gunther Brunner
cd92078043
Add download query parameter to download images as attachment.
2014-10-01 17:53:30 +09:00
Simo Kinnunen
4bb0c4cb82
Fix version check on Xiaomi devices by removing "open: Permission denied" from the output.
2014-09-30 12:05:49 +09:00
Simo Kinnunen
86c3e98b6d
Detect INSTALL_FAILED_VERSION_DOWNGRADE and uninstall automatically.
2014-09-24 11:17:48 +09:00
Simo Kinnunen
e2b5ca9344
Touchmove had both X and Y mapped to maximum X.
2014-09-16 17:57:37 +09:00
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
df770286d0
Always load data plugin.
2014-09-12 19:44:03 +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
f0d52bf2c6
Added Xperia Z2 Tablet support.
...
Removed update-notifier, buggy for now.
2014-09-10 21:16:55 +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
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
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
9dcd327420
Attempt to relaunch agent/service instead of dying instantly.
2014-09-05 19:51:30 +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
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
Simo Kinnunen
73c8e52bce
Include an error description for failed installations.
2014-09-04 16:23:25 +09:00
Simo Kinnunen
e5983d5271
No need to log errors when we get a valid error code for installation failure. But it's still interesting so let's log it at a lower level.
2014-09-04 12:05:19 +09:00
Simo Kinnunen
f4d0071cc4
Fix uninstallable STFService due to testOnly flag.
2014-09-04 11:53:04 +09:00
Simo Kinnunen
b40f411631
Be more specific about app install failures. Also increase timeouts to deal with larger apps.
2014-09-04 11:37:14 +09:00
Simo Kinnunen
9b0f1e1dca
Update STFService to 0.7.22 to hopefully reduce service deaths.
2014-09-03 20:39:08 +09:00
Simo Kinnunen
fce65099fb
Be more explicit about browser errors.
2014-09-02 13:58:45 +09:00
Gunther Brunner
a0e0d2228a
JSHint.
2014-09-02 12:24:07 +09:00
Simo Kinnunen
12eaf5182f
Add x86 support.
2014-09-01 18:18:03 +09:00
Simo Kinnunen
2f3f41d42c
Add identity to missing device data log entry.
2014-08-29 18:50:38 +09:00
Gunther Brunner
fe4deaccff
Moved documentation to its own repository.
2014-08-29 15:17:11 +09:00
Gunther Brunner
eb968fa737
Add Documentation in Markdown plus express middleware for in-site rendering.
2014-08-28 21:04:32 +09:00
Simo Kinnunen
3a9b193f68
Rename "roles" to "units". Put units in their own folders.
2014-08-26 14:34:34 +09:00
Gunther Brunner
e27e17d699
APPSTATE refactoring:
...
- Make index.html cacheable by being stateless
- Improve compression (base64 doesn't gzip well)
- Remove base64 encoding/decoding step
- Make AppState injectable so it can be unit tested
- Ready to remove the global leakage
2014-08-22 15:04:16 +09:00
Gunther Brunner
5559352585
Moved webpack server configuration to webpack.config.
2014-08-21 15:09:15 +09:00
Gunther Brunner
8347568ce0
Updated all safe-updatable npm dependencies.
2014-08-18 18:49:20 +09:00
Valverde Antonio
63df9a4ac6
Fix bug in Add Count.
2014-08-18 16:19:10 +09:00