Skip to content

Releases: SharpAdb/AdvancedSharpAdbClient

v2.5.5

04 Apr 14:19

Choose a tag to compare

What's Changed

  • Added DumpScreenAsync, FindElementAsync, and FindElementsAsync methods by @sdijoseph in #36
  • Add async methods of AdbClient by @wherewhere in #37
  • Remove unnecessary filename checks by @Tangent-90 in #39
  • Make methods more thoroughly asynchronous by @sdijoseph in #43
  • Remove .NET Framework when building on non-windows platform by @sdijoseph in #42
  • Restoring Martialing to fix buffer length issues by @ilamp in #47

New Contributors

  • @sdijoseph made their first contribution in #36
  • @Tangent-90 made their first contribution in #39

Full Changelog: v2.5.4...v2.5.5

v2.5.4

30 Jan 13:06

Choose a tag to compare

What's Changed

  • ADB Connect is async now and return results when finish by @wherewhere in #33
  • Removing Return call since Rent was already removed #29 by @ilamp in #35
  • Add support of adb pair

New Contributors

  • @ilamp made their first contribution in #35

Full Changelog: v2.5.3...v2.5.4

v2.5.3

21 Dec 16:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

29 Nov 09:58
1b3efcf

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

30 Sep 07:01
594c01b

Choose a tag to compare

What's Changed

  • Now Click, Swipe, SendKeyEvent and SendText no longer return values, they have become voids
  • Added ElementNotFoundException and InvalidKeyEventException

Full Changelog: v2.5.0...v2.5.1

v2.5.0

27 Sep 12:59
1545b51

Choose a tag to compare

What's Changed

  • Update MultiThreadingExample.cs f9b8e46
  • Added Nox emulator Example 1545b51

Full Changelog: https://github.com/yungd1plomat/AdvancedSharpAdbClient/commits/v2.5.0