Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.2.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 17 Dec 12:01
· 1357 commits to master since this release

Improve device discovery for Proton by fixing:

  • Crash when iPhone is not trusted.
  • Crash when error is raised during device detection. From now on the error is caught. We'll report it to Proton (this will be handled in separate PR).
  • Crash when trying to provide sysLogs for unauthorized devices.
  • In case more than one Android device has "USB Debugging" disabled, we were showing only one device. Show all devices from now on.

Add new properties to IDeviceInfo inteface:

  • status - string, describing the status of the device, can be Connected or Unauthorized. Could be expanded in the future.
  • errorHelp - in case status is Unauthorized we provide some information to the user how to resolve the issue. In case status is Connected this should be null.
  • color - Color of the device. Not mandatory part of the Interface. Currently provided only for iOS devices.