- Added the ability to rename devices in the device list
- Support of IntelliJ IDEA 2022.1 (221.*)
- Support non default port (5555). See "adb port" preference in plugin setting
- Support of IntelliJ IDEA 2021.3 (213.*)
- Added support of IntelliJ IDEA 2021.2 (212.*)
- Added support of IntelliJ IDEA 2021.1
- Added "Connect Device" toolbar action which allows connecting devices by IP address (Issue #7)
- Device list contains multiple entries (one for each IP) if the device has multiple IP addresses to make it possible to choose which IP to connect to (Issue #4)
- "Restart ADB" toolbar action disconnects all devices before killing ADB server. It might be helpful in case if device is in "unauthorized" state after being connected.
- Added implementation of error handler ("Report to Developer" button).
- scrcpy integration
- Fixed obtaining of IP Address when Wi-Fi and mobile network are turned on simultaneously (Issue #2).
- List of previously connected devices
- Improved "ADB Location" settings
- Initial release