Releases: SharpAdb/AdvancedSharpAdbClient
Releases · SharpAdb/AdvancedSharpAdbClient
v2.5.5
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
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
Full Changelog: v2.5.3...v2.5.4
v2.5.3
What's Changed
- Update README.md by @yatink-ci in #13
- Add InstallMultiple Support by @wherewhere in #14
- Add support of .net3.5 (Maybe have some Bugs) by @wherewhere in #15
- Add Utilities to simplify cross-platform function by @wherewhere in #16
- Add a Sample App by @wherewhere in #18
- Fix push file failed when path include unicode characters by @cugljd in #22
- Fix install app failed when apk file name include unicode characters by @cugljd in #25
- Rename AdvancedAdbClient to AdbClient by @wherewhere in #27
- Fix ADB root/unroot command handling by @ztamas83 in #28
- Add PackageManager install progress feedback by @wherewhere in #31
- Add GetProperty for DeviceExtensions by @wherewhere in #32
New Contributors
- @yatink-ci made their first contribution in #13
- @wherewhere made their first contribution in #14
- @cugljd made their first contribution in #22
- @ztamas83 made their first contribution in #28
Full Changelog: v2.5.2...v2.5.3
v2.5.2
v2.5.1
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
What's Changed
Full Changelog: https://github.com/yungd1plomat/AdvancedSharpAdbClient/commits/v2.5.0