This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.2.0
·
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
ConnectedorUnauthorized. Could be expanded in the future. - errorHelp - in case status is
Unauthorizedwe provide some information to the user how to resolve the issue. In case status isConnectedthis should be null. - color - Color of the device. Not mandatory part of the Interface. Currently provided only for iOS devices.