Skip to content

Releases: r2-studio/robotmon-desktop

VSCode Extenstion v1.8.1

03 Sep 12:30
Compare
Choose a tag to compare

Debug start service for x8664

VSCode Extenstion v1.8.0

02 Sep 08:04
Compare
Choose a tag to compare

VSCode Extension 1.8.0

  • New feature: Run package.json script

VSCode Extenstion v1.7.0

05 Mar 07:26
Compare
Choose a tag to compare

New feature: RunBuild (for webpack/typescript building and running it)

  • VSCode root path should be same as project root path (include package.json)
  • Should call npm run build to build, extenson will call it
  • Output path should be dist/index.js, extension will run it

Usage:

  • Connect device and select it (will show RunBuild button)
  • Click Run build button
    image
    Then extension will do these for you
1. npm run build (on root path)
2. read dist/index.js script
3. run script on device

SimpleManager v1.6.1

29 Jan 09:37
Compare
Choose a tag to compare

Supports x86_64

VSCode Extenstion v1.6.0

19 Jun 08:49
0fdf7a8
Compare
Choose a tag to compare
  • Not to create new adb server. Only for adb client.
  • Sort local/remote list

VSCode Extenstion v1.5.1 (hotfix)

24 Oct 06:25
Compare
Choose a tag to compare

Fix adb issue in windows system

SimpleManager v1.5 and VSCode Editor v1.5.0

25 Sep 02:31
Compare
Choose a tag to compare

Bug fixed:

  • Fix can not start robotmon service on Android 4.1

VSCodeExtension v1.4.0

23 Sep 07:14
Compare
Choose a tag to compare
  • Supports app 64 bits
  • Find current existing adb path (like NOX)

SimpleManager v1.4

20 Sep 04:15
Compare
Choose a tag to compare

New functions:

  • Screenshot Panel for getting pixel color. (It is transfer by JPEG and Resize on canvas, so there is some blur effect on the image)

Bug fixed:

  • Double click to run on mac and linux

New SimpleManager v1.3

18 Sep 08:11
Compare
Choose a tag to compare

New Robotmon Service Manager (Simple Manager)

Support functions:

  • Multiple devices
  • Find current adb path or download adb from web
  • Restart adb server
  • Add device: Phone and Emulator
  • Run shell command (via adb shell)
  • Forward port for connecting to service (for emulator)
  • Build gRPC <-> HTTP proxy for connect to robotmon service
  • Connect to Robotmon Service: watching logs and run scripts
  • Save 10 scripts you writed
  • Download log files (/sdcard/Robotmon/robotmon.log)