Commit Graph

2041 Commits

Author SHA1 Message Date
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
Simo Kinnunen
07abb867be 3.3.1 v3.3.1 2018-07-14 10:43:09 +08:00
Simo Kinnunen
d0e92afdb1 Cut 3.3.1. 2018-07-14 10:42:57 +08:00
Simo Kinnunen
8f539d06ab Mention ADB state fix in the changelog. 2018-07-14 10:37:04 +08:00
Simo Kinnunen
93d9d7fe85 Merge pull request #913 from Tapjoy/fix/device_status-connecting
Support new connecting and authorizing device states from ADB
2018-07-14 10:34:59 +08:00
Aaron Pfeifer
9914798eab Support new connecting and authorizing device states from ADB 2018-07-13 15:12:32 -04:00
Gunther Brunner
616d4407ce Update issue templates with the new GitHub system 2018-06-12 15:48:35 +09:00
Simo Kinnunen
029efa80d4 Updated minitouch to fix touch detection issues on Meizu Pro7 Plus. 2018-05-09 10:02:17 +09:00
Simo Kinnunen
f5a6f877c8 Bump adbkit-apkreader to fix manifest parsing issues with long strings. 2018-04-20 15:59:45 +09: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
a7e16482f0 3.3.0 v3.3.0 2018-03-25 00:32:58 +09:00
Simo Kinnunen
db228f655c Cut 3.3.0. 2018-03-25 00:32:47 +09:00
Simo Kinnunen
d3a63ca577 Updated minitouch to fix multitouch issues on some devices that require the BTN_TOUCH kernel event. Lifting a contact while having and keeping one held down may have prevented any events from being processed until a new touchdown event. 2018-03-25 00:16:32 +09:00
Simo Kinnunen
9f0ec9b2ec Mention --saml-id-provider-callback-url. 2018-03-23 23:00:44 +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
57336a6ac0 Mention --no-screen-reset. 2018-03-23 22:57:09 +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
6fc5d2f924 Mention new OpenGL ES column. 2018-03-23 22:46:20 +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
8f04122ee0 Merge pull request #827 from openstf/issue-826
Fix formidable's new default maximum file size.
2018-03-14 16:43:19 +09:00
Simo Kinnunen
138b17d74b Update changelog. 2018-03-14 16:42:34 +09:00
Simo Kinnunen
7064ca1e9e Force minimum version of formidable to 1.2.0. 2018-03-14 13:53:42 +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
Piotr Orzechowski
4463fe139c Ignore *.iml files 2018-03-07 11:15:07 +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
song
fa50c56bb9 Use 'ps -lef' instead of 'ps' to list Pids on Android 8.x 2018-02-04 18:48:28 +08:00
Bo
fb4742cd67 Correct touch service log 2018-01-23 16:09:45 +08:00
Karol Wrótniak
2af554e2a3 Add OpenGL ES version to device properties. 2017-12-18 03:18:19 +01:00
thinkhy
2dac3d1bbd add the column of CPU Platform in device list (#777)
* add the column of CPU Platform in device list

* Update api.js

* Update solo.js

* Update devutil.js

* Update device-column-service.js

* Update device-list-controller.js
2017-12-16 16:50:25 +08:00
Simo Kinnunen
3e942a8eaa 3.2.0 v3.2.0 2017-12-06 15:34:02 +09:00
Simo Kinnunen
40b8b64c19 Cut 3.2.0. 2017-12-06 15:33:46 +09:00
Simo Kinnunen
c4e39c9a11 Support Android 8.1. 2017-12-06 14:22:31 +09:00
Vishal Banthia
845c9ab0ed Rename OS X -> Mac OS 2017-11-15 21:15:11 +09:00
Simo Kinnunen
6d8918ea53 Merge pull request #648 from lishuai0214/small-improvements
small improvements
2017-11-05 21:12:53 +09:00
Simo Kinnunen
bac3b5e987 Add a timestamp to log output. Closes #730. 2017-11-05 21:06:53 +09:00
Simo Kinnunen
3b632b4314 Add Android 8.1 Developer Preview 1 support. 2017-10-26 23:56:10 +09:00
Simo Kinnunen
c953779b98 Update changelog. 2017-10-24 00:29:17 +09:00