ADB Wi Fi Versions Save

Android Studio (IntelliJ IDEA) plugin that simplifies "adb over Wi-Fi" usage.

v1.2.5

1 year ago

Added

  • Support of IntelliJ IDEA 2022.1 (221.*)

v1.2.4

2 years ago

Added

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

v1.2.3

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

v1.2.2

3 years ago
  • Added support of IntelliJ IDEA 2021.1

v1.2.1

3 years ago
  • 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).

v1.2.0

3 years ago

v1.1.1

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

v1.1.0

3 years ago
  • List of previously connected devices
  • Improved "ADB Location" settings

v1.0.0

3 years ago

Added

  • Initial release