Karol Wrótniak
f940e0cd2f
Merge pull request #540 from DroidsOnRoids/rejected-email-template
...
Rejected email hardcoded HTML replaced with template.
2020-02-26 01:16:54 +01:00
Karol Wrótniak
494b652743
Add workaround note with link to #1180
2020-02-23 15:39:43 +01:00
atyamash
5a3c872739
handle a touchMove error
...
handle a touchMove error
handle a touchMove error
2020-02-23 20:46:38 +09:00
Denis Barbaron
71d9478a69
Required version of STFService.apk is now 2.4.2
...
.. for Android 10 support
2020-02-18 14:37:01 +01:00
Denis Barbaron
4aa72e7ee3
Update description of Group API in swagger file
...
Using API, Group dates have to be provided in UTC conforming to RFC 3339 section 5.6
2020-02-14 11:35:56 +01:00
Denis barbaron
311b077945
add database migration for group feature
2020-02-12 12:17:51 +01:00
Karol Wrótniak
9dfb09e32c
Correct prebuilt binaries paths
2020-02-08 17:24:36 +01:00
Karol Wrótniak
c3a51cf867
Merge branch 'master' into feature/separate-device-logs
2020-02-08 01:40:43 +01:00
Karol Wrótniak
88bb59c271
Merge pull request #1056 from denis99999/group-feature
...
Addition of a powerful system for device booking & partitioning
2020-02-08 01:30:37 +01:00
Karol Wrótniak
28341db76b
Merge pull request #1127 from Orange-OpenSource/android-10-support
...
ensure we are using the relevant command to start the service
2020-02-05 17:06:11 +01:00
Karol Wrótniak
e5e537e59d
Merge pull request #1131 from WoLpH/patch-1
...
Fix for stdout race condition in stf doctor
2020-01-26 14:01:48 +01:00
Denis barbaron
d9ea4ab85e
Add support of device market name property in group feature
2020-01-24 16:18:28 +01:00
Denis barbaron
1dd9f45f06
Merge branch 'master' into group-feature
2020-01-24 10:47:35 +01:00
Karol Wrótniak
12b5b057f3
Merge pull request #1087 from gebitang/master
...
Change api status code from 500 to 200
2020-01-19 18:56:32 +01:00
Rick van Hattem
d371e733d2
Fix for stdout race condition in stf doctor
...
Sometimes the process exits before the data is read from stdout. The result is that the `call` method exits before it has it's output.
Example bug: https://github.com/openstf/stf/issues/1091
2019-11-06 12:26:31 +01:00
Crepieux Pierre
f145032277
ensure we are using the relevant command to start the service
...
Android prevents the launch of a service if the app is in
background. This change is related to
https://github.com/openstf/STFService.apk/pull/38
which increased the targetSdkLevel of the STFService app.
2019-10-30 16:17:01 +01:00
gebitang
e4f6ffc7d2
Merge remote-tracking branch 'upstream/master'
2019-10-15 10:39:42 +08:00
Karol Wrótniak
96312dd453
Merge remote-tracking branch 'upstream/master' into market_name
2019-09-19 23:47:12 +02:00
Simo Kinnunen
f01dd4374a
Later Android versions seem to be asking for verification when removing files.
2019-09-11 23:31:08 +09:00
Simo Kinnunen
89f2f7d39b
Make sure we try to read as soon as possible. Otherwise we may miss a chunk if timing is off.
2019-09-11 23:30:30 +09:00
Lukasz.Zeglinski
d99a6e7a97
Separate device logs
2019-09-11 11:04:55 +02:00
gebitang
c7cd8f4c63
Change api status code from 500 to 200 in order to display error info in page.
2019-08-28 10:38:00 +08:00
Denis barbaron
91d828dfdb
merge from master: fixing conflicts
2019-08-27 15:04:33 +02:00
Simo Kinnunen
16e64b51ff
Merge pull request #770 from neofreko/adb-key-api
...
Implements addAdbPublicKey API endpoint
2019-07-10 11:44:32 -07:00
Denis barbaron
7f5dc4c152
add groups feature
2019-06-12 10:29:07 +02:00
Karol Wrótniak
3d3d1f67b4
Add market name to device properties.
2019-05-03 22:00:55 +02:00
aokhotin
4ef05e91bb
zmq ZMQ_IPV6 option set
2018-09-10 22:02:06 +03:00
Simo Kinnunen
762b07bc45
Update index.js
...
Temporarily turn OAuth 2.0 state tokens off due to #931 .
2018-08-11 16:33:32 +09:00
Simo Kinnunen
ecd79eff81
Drop sdk.release from minicap.so search path. With Android P its value was "9", which conflicted with the android-9 (SDK 9) folder.
2018-08-09 02:38:03 +09:00
Simo Kinnunen
32c9949bd7
Merge pull request #806 from thinkhy/patch_180204
...
Use 'ps -lef' instead of 'ps' to list Pids on Android 8.x
2018-07-14 12:02:29 +08:00
Simo Kinnunen
95562b5c35
STFService can now display the identity activity (red screen) automatically if a device gets disconnected from USB (or ADB), which can make maintenance easier. This feature is in beta, please enable it by running adb shell pm grant jp.co.cyberagent.stf android.permission.DUMP on the devices you want to try it on.
2018-07-14 11:59:38 +08:00
Simo Kinnunen
97633327bb
Support OAuth2 state tokens.
2018-07-14 11:06:15 +08:00
Aaron Pfeifer
9914798eab
Support new connecting and authorizing device states from ADB
2018-07-13 15:12:32 -04:00
song
1dccf60fca
detect if 'ps' command output all the processes
2018-04-12 00:28:10 +08:00
song
69e434d08c
change 'ps -lef' to 'ps -le 2>/dev/null' to filter weird errors in output
2018-04-06 15:19:18 +08:00
Simo Kinnunen
badb3ed3be
Updated STFService.apk to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible. Closes #733 .
2018-03-25 00:57:54 +09:00
Simo Kinnunen
3032980c78
Merge pull request #778 from 0rzech/saml-callback-url-option
...
SAML callback URL option
2018-03-23 22:59:37 +09:00
Simo Kinnunen
6f42b9677b
Merge pull request #768 from 0rzech/screen-reset-option
...
Screen reset option
2018-03-23 22:55:17 +09:00
Simo Kinnunen
3fc9b5b5e9
Merge pull request #779 from DroidsOnRoids/opengles
...
Add OpenGL ES version to device properties.
2018-03-23 22:43:21 +09:00
Simo Kinnunen
4ed5aaacdb
Newest version of formidable changes the default maximum file size to 2MB, which is way too low for anything. Make the limit configurable and set to 1GB by default.
2018-03-14 13:45:28 +09:00
Piotr Orzechowski
31f53dc220
Add option to control SAML callback
2018-03-07 11:17:59 +01:00
Piotr Orzechowski
e8db600878
Add option to control screen resetting on device release
2018-03-07 11:15:15 +01:00
Simo Kinnunen
e9d03aeac3
Merge pull request #800 from syncxplus/master
...
Correct touch service log
2018-03-02 22:29:38 +09:00
song
1d7efd0694
run 'ps' first, then if it doesn't find the target process try 'ps -elf'
2018-02-10 20:23:52 +08:00
song
2bcc7ada21
add space before and after logic operation
2018-02-08 00:01:30 +08:00
song
febac1dc0a
improve the solution with one-liner command 'ps -lef||ps'
2018-02-07 23:47:26 +08:00
Simo Kinnunen
31b3205100
TPS650 doesn't have a brand. Fixes #804 .
2018-02-04 18:03:44 -08:00
song
963de7fbd0
replace commands['ps'] with commands.ps which is suggested by ESLint
2018-02-04 20:59:59 +08:00
song
b0c8be8685
trivial fix
2018-02-04 20:41:31 +08:00
song
bf1283292e
code changes to make ESLint happy
2018-02-04 20:36:38 +08:00