1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
Commit graph

1693 commits

Author SHA1 Message Date
Gunther Brunner
82c20c28d1 Renamed FileSystem to Explorer. 2015-10-01 16:55:13 +09:00
jlhonora
ad7c99bb75 Fix portrait/landscape buttons clickable area 2015-09-28 17:58:01 -03:00
Simo Kinnunen
ae449a631a Merge branch 'vnc' 2015-09-28 15:01:43 +09:00
Simo Kinnunen
2aaa26ce4e Mention experimental VNC support. 2015-09-28 15:01:02 +09:00
Simo Kinnunen
7a716a6da5 Update base to v1.0.4. 2015-09-28 14:59:07 +09:00
Simo Kinnunen
ed31a0d0e4 Actually, let's also leave the android-M folder for older M previews, so that
they'll still be usable in STF.
2015-09-28 04:03:47 +09:00
Simo Kinnunen
dc0a6f4d96 Support Android M Developer Preview 3. 2015-09-28 03:21:06 +09:00
Simo Kinnunen
a779413000 Clean up the filesystem plugin a little. 2015-09-27 21:59:05 +09:00
Simo Kinnunen
2d73310aa8 Add a basic .eslintrc to more or less match our .jshintrc. Leave both
enabled for now.
2015-09-27 21:38:56 +09:00
Simo Kinnunen
f6fb8abee4 Merge pull request #89 from codeskyblue/fs-pr
Add filesystem support.
2015-09-27 20:51:36 +09:00
hzsunshx
5d4fc2f391 remove timeout 2015-09-23 17:18:48 +08:00
hzsunshx
5980e83275 remove duplicate adb.pull 2015-09-23 09:50:29 +08:00
hzsunshx
ab35ea3cd9 fix spell of file 2015-09-22 20:22:36 +08:00
hzsunshx
dff5835105 fix spell error 2015-09-22 17:38:41 +08:00
hzsunshx
855964bff1 merge from master 2015-09-22 17:21:58 +08:00
hzsunshx
1dccda5e2a add filesystem(file explorer) support, done 2015-09-22 17:19:20 +08:00
hzsunshx
b258837757 add filesystem support(without frontend) 2015-09-22 17:19:15 +08:00
Simo Kinnunen
bb3e8fb3d5 Update jpeg-turbo, removes libjpeg-turbo from requirements but adds
yasm.
2015-09-22 11:54:57 +09:00
Simo Kinnunen
1f32c21c78 Use 32 bits per pixel by default, since 24 bpp doesn't seem to be a supported option in the RFB 3.8 spec. 2015-09-21 16:38:03 +09:00
Simo Kinnunen
977b8c198e Support variable bit depths. Fix color issues. 2015-09-21 16:28:05 +09:00
Simo Kinnunen
e23c4644ae Update node-sass to get rid of build errors on newer node. 2015-09-21 12:56:48 +09:00
Simo Kinnunen
9b26130da9 Update zmq to get rid of build errors on newer node. 2015-09-21 12:51:58 +09:00
Gunther Brunner
1d074e45e3 Merge pull request #85 from codeskyblue/zhtranslate
update zh translation
2015-09-18 16:07:17 +09:00
hzsunshx
e611e50c48 update zh translation 2015-09-18 14:54:41 +08:00
Gunther Brunner
7188ca8f2a Route only to English Wiki documentation for now. 2015-09-15 17:14:57 +09:00
Gunther Brunner
32eff1fa95 Add Korean translation (65%). 2015-09-15 17:14:22 +09:00
Simo Kinnunen
9d20484dcb Limit VNC size by default. 2015-09-15 04:25:21 +09:00
Simo Kinnunen
d5bfcb16d4 Update server width based on desktop size. 2015-09-15 04:02:21 +09:00
Simo Kinnunen
ced0bf99a7 Use jpeg-turbo for decompressing the JPGs. It's super fast compared to
what it was before.
2015-09-15 04:01:16 +09:00
Simo Kinnunen
a98cc67e2c Translate pointer events into touch events. 2015-09-14 20:33:59 +09:00
Simo Kinnunen
2ee767ffed Don't send manual onStart() if frameproducer's not ready. 2015-09-14 20:33:29 +09:00
Simo Kinnunen
02af21e17c Pass VNC server name in options. 2015-09-14 19:41:18 +09:00
Simo Kinnunen
4b03fd81b3 Remove unused client attributes. 2015-09-14 19:39:52 +09:00
Simo Kinnunen
5cc27a86ad Don't add clients to the broadcast set until they're authenticated. Note
that actual, real auth is not checked yet.
2015-09-14 19:38:12 +09:00
Simo Kinnunen
bff4b7bafe Make sure chunk gets reset after every read loop. 2015-09-14 19:36:40 +09:00
Simo Kinnunen
692c043f6e Send latest screen size with every update. 2015-09-14 19:35:53 +09:00
Simo Kinnunen
797e97e7c7 Tell new broadcast sessions what the current state is, just in case they
were added in the middle of an existing session.
2015-09-14 19:34:06 +09:00
Simo Kinnunen
792713d415 VNC screen is visible (w/ RAW encoding). Size of VNC screen is still
hardcoded, preventing real use.
2015-09-14 18:00:17 +09:00
Simo Kinnunen
8a5f0551a7 Fix incorrect state change for ClientCutText. 2015-09-14 14:40:19 +09:00
Simo Kinnunen
f7d1b07d1c Clean up structure a little bit for initial testing. 2015-09-14 14:09:45 +09:00
Simo Kinnunen
6d84064e6b Consume ClientCutText's value. 2015-09-14 13:28:26 +09:00
Simo Kinnunen
66182666bd Now able to read VNC Viewer's primary requests. 2015-09-14 13:18:32 +09:00
Gunther Brunner
f481952c41 Update translate pot. 2015-09-10 15:35:45 +09:00
Gunther Brunner
95487212bb Separated translate steps so they don't require transifex as a dependency (transifex seems blocked in China GFW). 2015-09-10 15:35:45 +09:00
Simo Kinnunen
0b0d403a72 Mention that NODE_TLS_REJECT_UNAUTHORIZED=0 may be needed for self-signed certs. 2015-09-10 01:11:03 +09:00
Simo Kinnunen
34278dcb41 Merge pull request #75 from vbanthia/update-deployment.md
Fix proxy_path for stf-auth in sample nginx.conf
2015-09-10 00:09:57 +09:00
Simo Kinnunen
190b5d6b73 Add a sample rethinkdb.service to help people get going faster. 2015-09-09 23:55:01 +09:00
Simo Kinnunen
d71d466da9 Remove 127.0.0.1 from unit configs. It was an artifact of our internal way of doing things which involved more than one nginx instance. 2015-09-09 23:19:25 +09:00
Simo Kinnunen
0aa1cda997 Use our own shiny new ambassador since the current one was broken. Fixes #73. 2015-09-09 03:44:23 +09:00
Vishal Banthia
83d3e566fa fix proxy_path for stf-auth in deployment doc 2015-09-08 22:00:06 +09:00