- improve Error message buy adding context
- fix broken DeviceClient.install()
- add disconnect event in third party modules.
- add isRunning() in third party modules.
- remove tunnelDelay from MiniCap option
- thirdparty starts function retuns Promise
- thirdparty starts function get resolved once fully initalized
- add host-serial:killforward command
- improve error messages
- add some exception catchs
- fix sudo command
- rewrite STFService connector, add noInstall flag
- fix STFService localisation code
- fix STFService message parsing
- add STFService agent
- add STFService minitouchagent
- drop port fowarding from thirdparty apis
- expose STFService options
- add DeviceClient.exec()
- add DeviceClient.execOut()
- add build-in minicap, relating on @devicefarmer/minicap-prebuilt depencency, see DeviceClient.minicap()
- add build-in STFService see DeviceClient.STFService()
- export Scrcpy const enums
- fix scrcpy-server jar location
- refactor dist folder
- foward scrcpyServer error to emit('error')
- fix scrcpy-server ControlMessages
- Improve ProcStat typing (add events)
- add parameter to reboot command
- upgrade scrcpy-server to V 1.20
- add scrcpy controller commandes, see DeviceClient.scrcpy()
- fix error in package.json dependences
- add ip route command
- add ip rule command
- add scrcpy from node-scrcpy-client directly in DeviceClient
- fix event registration leaks.
- add waitForEnd() in transfert Object.
- add sudo flag in command
- DeviceClient can be obtain from a Device object using getClient()
- drop all bluebird references, use only native Promise.
- bump all depencences
- replace @devicefarmer/adbkit-monkey by @u4/adbkit-monkey
- replace @devicefarmer/adbkit-logcat by @u4/adbkit-logcat
- lint codebase
- sync 2 changes from @devicefarmer/adbkit
- add
service
functions (list, check and call) will be improve in next versions.
- add
ps
function.
- add Utils in exports.
- forked first release