Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

61 lines (44 loc) · 1.56 KB

ADB Wi-Fi Changelog

[1.2.6]

Added

  • Added the ability to rename devices in the device list

[1.2.5]

Added

  • Support of IntelliJ IDEA 2022.1 (221.*)

[1.2.4]

Added

  • Support non default port (5555). See "adb port" preference in plugin setting
  • Support of IntelliJ IDEA 2021.3 (213.*)

[1.2.3]

Added

  • Added support of IntelliJ IDEA 2021.2 (212.*)

[1.2.2]

Added

  • Added support of IntelliJ IDEA 2021.1

[1.2.1]

Added

  • 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).

[1.2.0]

Added

[1.1.1]

Fixed

  • Fixed obtaining of IP Address when Wi-Fi and mobile network are turned on simultaneously (Issue #2).

[1.1.0]

Added

  • List of previously connected devices
  • Improved "ADB Location" settings

[1.0.0]

Added

  • Initial release

[Unreleased]

Added

Changed

Removed

Fixed

Security