Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cocool97/adb_client

v3.0.1

02 Jan 10:58
13ab910

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

29 Dec 21:02
3e283cb

Choose a tag to compare

Some breaking changes are introduced this release:

  • Introduction of usb and mdns feature flags to prevent pulling dependencies you don't need.
  • Also changes the API of .shell_command() to accept &dyn AsRef<str> instead of the misleading &[&str] (thanks @lem-solutions for pointing this)

Under the hood, some internal code improvements:

  • Individual session tracking for message devices (instead of sessions linked to the device itself)
  • A rework of ADBCommand to ease new commands addition

What's Changed

  • feat: Track individual sessions (local and remote id) for each operation by @cocool97 in #155
  • feat(mdns): add feature flag + example by @cocool97 in #156
  • feat(gh): add pyadb_client build on arm64 by @cocool97 in #157
  • feat: use ANDROID_USER_HOME environment variable if specified by @lavafroth in #158
  • fix: read terminating CLSE when installing APK by @cocool97 in #114
  • feat: add find_all_connected_adb_devices function by @cocool97 in #135
  • feat(adb_client): add remount and verity commands by @SomaticIT in #152
  • feat: support for exec by @lem-solutions in #137
  • chore(internal): rework adb commands by @cocool97 in #160
  • breaking(shell): command now passed as a &dyn AsRef by @cocool97 in #161

New Contributors

Full Changelog: v2.1.19...v3.0.0

v2.1.19

23 Dec 20:18
989ba34

Choose a tag to compare

What's Changed

  • doc: adb_tcp_device.rs usb to tcp by @diepes in #146
  • Acknowledge shell_command response with OKAY messages for long responses by @lavafroth in #154
  • feat: adb list by @J05HM0N5TER in #103
  • feat: add Shell v2 protocol when the host supports Shell v2. by @wxitcode in #116

New Contributors

Full Changelog: v2.1.18...v2.1.19

v2.1.18

07 Nov 13:41
36097fd

Choose a tag to compare

fix: windows release build

v2.1.17

21 Sep 09:44
373a526

Choose a tag to compare

What's Changed

Full Changelog: v2.1.16...v2.1.17

v2.1.16

03 Aug 15:33
34d5811

Choose a tag to compare

What's Changed

Full Changelog: v2.1.15...v2.1.16

v2.1.15

27 Jul 18:22
0732a0b

Choose a tag to compare

What's Changed

  • feat: make search_adb_devices and is_adb_device public by @cocool97 in #129

Full Changelog: v2.1.14...v2.1.15

v2.1.14

07 Jul 06:22
81829c1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.13...v2.1.14

v2.1.13

12 May 17:49
4129d9d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.12...v2.1.13

v2.1.12

01 May 10:55
c85c762

Choose a tag to compare

What's Changed

  • docs(logger): setup_logger safety assumptions by @Rudxain in #107
  • feat: add zero-length packet if final_packet_size % endpoint_max_packet_size == 0 by @cocool97
  • fix: error when installing APKs by @cocool97

New Contributors

Full Changelog: v2.1.11...v2.1.12