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

1960 commits

Author SHA1 Message Date
Gunther Brunner
b95ec55e3e Update dependencies. Fix npm 3 flattened paths for our webpack middleware. 2015-10-09 16:31:59 +09:00
Simo Kinnunen
58e25c0f65 Completely forgot to augment brew install for OS X. 2015-10-02 15:51:34 +09:00
Simo Kinnunen
718c798c2a Let's see if this fixes the OS X build. Also, let's stop caring about Node 0.10. 2015-10-02 15:44:22 +09:00
Gunther Brunner
cefac1c62a Add ubuntu-toolchain to travis. Latest GCC supported version is 4.9. 2015-10-02 15:22:47 +09:00
Gunther Brunner
c873974bde With latest GCC 5.2 2015-10-02 15:17:58 +09:00
Gunther Brunner
98c5a4997c Test travis on OSX and Linux. Linux with latest GCC 5.2 2015-10-02 15:17:37 +09:00
Gunther Brunner
c71ca59c62 Test travis on node 4.1 2015-10-02 14:51:21 +09:00
Gunther Brunner
ae2361a389 Re-stylized the File Explorer. Unified location bar and search. 2015-10-01 21:40:08 +09:00
Gunther Brunner
bda0163b27 Add formatted date to File Explorer. 2015-10-01 19:14:44 +09:00
Gunther Brunner
d34174a1f4 Add formatted size (KB, MB) to File Explorer. 2015-10-01 19:04:06 +09:00
Gunther Brunner
6a956d10a7 Update bower dependencies. 2015-10-01 18:56:21 +09:00
Gunther Brunner
c17dede8c0 File Explorer order files alphabetically. Add file timestamp. 2015-10-01 18:56:03 +09:00
Gunther Brunner
2f3de3f516 Improve File Explorer styling. 2015-10-01 18:50:41 +09:00
Gunther Brunner
065f06edac Update bower dependencies. 2015-10-01 17:46:31 +09:00
Gunther Brunner
045643d48e Update npm dependencies. 2015-10-01 17:23:56 +09:00
Gunther Brunner
691b1abeb7 Change File Explorer icon and name. 2015-10-01 17:11:34 +09:00
Gunther Brunner
2b7a9403aa Style File Explorer along with coding standard. 2015-10-01 17:11:14 +09:00
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