Skip to content

Releases: y-polek/ADB-Wi-Fi

v1.2.6

12 Jun 16:39
Compare
Choose a tag to compare

Added

  • Added the ability to rename devices in the device list

v1.2.5

20 May 08:45
Compare
Choose a tag to compare

Added

  • Support of IntelliJ IDEA 2022.1 (221.*)

v1.2.4

21 Nov 20:12
Compare
Choose a tag to compare

Added

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

v1.2.3

15 Aug 06:56
Compare
Choose a tag to compare
  • Added support of IntelliJ IDEA 2021.2 (212.*)

v1.2.2

17 Apr 20:41
Compare
Choose a tag to compare
  • Added support of IntelliJ IDEA 2021.1

v1.2.1

21 Dec 01:33
Compare
Choose a tag to compare
  • 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

28 Oct 23:34
Compare
Choose a tag to compare

v1.1.1

01 Oct 23:00
Compare
Choose a tag to compare
  • Fixed obtaining of IP Address when Wi-Fi and mobile network are turned on simultaneously (#2).

v1.1.0

29 Sep 00:05
Compare
Choose a tag to compare
  • List of previously connected devices
  • Improved "ADB Location" settings

v1.0.0

01 Sep 19:31
Compare
Choose a tag to compare

Added

  • Initial release