Simo Kinnunen
16e64b51ff
Merge pull request #770 from neofreko/adb-key-api
...
Implements addAdbPublicKey API endpoint
2019-07-10 11:44:32 -07:00
Simo Kinnunen
6fd750dad5
3.4.1
2019-05-03 19:57:00 +09:00
Simo Kinnunen
d595449a87
Update adbkit to 2.11.1 to fix public key parsing issues.
2019-05-03 19:50:30 +09:00
Gunther Brunner
fcfedcded0
Activating Open Collective.
2019-01-21 12:23:38 +09:00
Simo Kinnunen
e0400f7314
Update apkreader to fix a manifest parsing issue on applications processed by 360 encryption services.
2018-11-11 21:59:58 +09:00
Simo Kinnunen
151e00023b
3.4.0
2018-08-09 02:50:51 +09:00
Simo Kinnunen
693a53b249
Update minicap-prebuilt to fix Android 9.
2018-08-09 02:47:21 +09:00
Simo Kinnunen
07abb867be
3.3.1
2018-07-14 10:43:09 +08: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
Simo Kinnunen
a7e16482f0
3.3.0
2018-03-25 00:32:58 +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
7064ca1e9e
Force minimum version of formidable to 1.2.0.
2018-03-14 13:53:42 +09:00
Simo Kinnunen
3e942a8eaa
3.2.0
2017-12-06 15:34:02 +09:00
Simo Kinnunen
c4e39c9a11
Support Android 8.1.
2017-12-06 14:22:31 +09:00
Akhmad Fathonih
524fd566b7
Implement addAdbPublicKey endpoint
...
Reason: manually approve adb connection from web UI does not scale for test automation. Especially those that are using different adb keys on each session (eg: via container)
This changes also added swagger doc endpoint. Using `stf local` command, it will end up at: `http://localhost:7106/docs/ `
2017-12-05 15:12:57 +09:00
Simo Kinnunen
3b632b4314
Add Android 8.1 Developer Preview 1 support.
2017-10-26 23:56:10 +09:00
Simo Kinnunen
916d8f7515
3.1.0
2017-08-31 03:06:04 +09:00
Simo Kinnunen
c922eb92e5
Android 8.0 support.
2017-08-31 03:04:40 +09:00
Simo Kinnunen
b138ab0121
3.0.1
2017-08-21 16:55:13 +09:00
Simo Kinnunen
5637187780
Update adbkit to resolve index out of range errors on some newer APKs.
2017-08-21 16:54:31 +09:00
Simo Kinnunen
895b781b69
3.0.0
2017-08-09 19:16:50 +09:00
Simo Kinnunen
c0d7adbc52
Bump ws to 3.0.0 and socket.io to 2.0.3. Fixes #597 .
2017-06-16 22:58:41 +09:00
Simo Kinnunen
3447c927df
Update minitouch for Blackberry PRIV and use minitouch-prebuilt for minitouch binaries instead of bundling them to the vendor dir.
2017-06-16 16:13:45 +09:00
lanxi
c14ee446dc
Update yargs
2017-05-04 17:01:44 +08:00
Simo Kinnunen
814a1ee2e7
Bump adbkit for additional debug messages.
2017-05-02 02:48:32 +09:00
Simo Kinnunen
55be2693fb
Bump adbkit to fix an extremely rarely occuring bug with adb connect.
2017-04-29 12:56:28 +09:00
Simo Kinnunen
18e67b12da
Protobuf 3+ should be fine now. Not entirely sure if we even need to check if anymore.
2017-04-23 01:19:17 +09:00
Simo Kinnunen
34a3387cf4
Update adbkit to resolve an issue with recent versions of ADB that include a null byte in adbkey.pub, which was causing validation to fail.
2017-04-09 22:01:49 +09:00
Simo Kinnunen
43f0341297
Add support for Android O Developer Preview 1.
2017-04-08 23:21:19 +09:00
Simo Kinnunen
9fa11ac7ff
Bump adbkit to fix log parsing issues.
2017-03-30 05:13:35 +09:00
Simo Kinnunen
e25a07e011
Bump adbkit to resolve issues with modified public keys w/ adb connect.
2017-03-11 03:38:25 +09:00
Simo Kinnunen
d8f75de801
Bump apkreader to address a parsing issue. Fixes #554 .
2017-03-07 21:10:04 +09:00
Simo Kinnunen
ad32846c8c
Enforce node version check. Should avoid unnecessary GitHub issues.
2017-02-16 19:45:09 +09:00
Simo Kinnunen
1beb13c463
Require Node 6.9.x.
2017-02-15 17:26:55 +09:00
Simo Kinnunen
586dd6a4aa
Setting parse-numbers: false caused number options to become strings as well. Since we seem to have little control over positional arguments, let's make it an option instead.
2017-01-27 17:26:18 +09:00
Simo Kinnunen
06efac4e6e
Revert "Make sure that yargs respects our option types and doesn't convert anything to a number automagically. Caused an issue when a device's serial number was all digits. No implicit arrays accepted either."
...
This reverts commit f71ba00b8d .
2017-01-27 16:32:51 +09:00
Simo Kinnunen
f71ba00b8d
Make sure that yargs respects our option types and doesn't convert anything to a number automagically. Caused an issue when a device's serial number was all digits. No implicit arrays accepted either.
2017-01-27 15:18:11 +09:00
Simo Kinnunen
6180d2fd99
Updated adbkit-apkreader to resolve issues with certain APK files that were unparseable and therefore failed installation.
2017-01-24 18:08:10 +09:00
Simo Kinnunen
cc736ba0ac
Ported CLI from commander to yargs because yargs suits our large CLI better and is easier to develop with. Split commands into separate files since the file was getting annoyingly long.
2016-12-22 05:32:03 +09:00
Simo Kinnunen
3d74cb48ab
Make jpeg quality configurable.
2016-11-28 17:22:24 +09:00
Simo Kinnunen
c35246eb5c
Fix minicap-prebuilt being included twice in package.json.
2016-11-28 17:18:30 +09:00
Marc Bachmann
bac74538c9
chore(package): update uuid to version 3.0.0
2016-11-23 03:21:32 +01:00
Simo Kinnunen
80c85172f4
Bump adbkit to fix #471 on Lenovo A806.
2016-11-16 20:05:43 +09:00
Simo Kinnunen
209031c271
Complain if dependencies don't satisfy package.json.
2016-11-11 22:28:28 +09:00
Simo Kinnunen
9d346c2111
2.3.0
2016-11-09 15:16:18 +09:00
Simo Kinnunen
aa4c9508cd
Bump minicap to fix some 4.2 devices.
2016-11-09 15:15:54 +09:00
Simo Kinnunen
d25c745039
2.2.0
2016-11-09 02:03:39 +09:00
Simo Kinnunen
8e0f533364
Bump minicap to fix Samsung devices running 5.1.1.
2016-11-09 02:00:55 +09:00
Simo Kinnunen
3a6c19aa8f
2.1.0
2016-10-24 02:10:55 +09:00