Skip to content

Releases: prife/goadb

v0.4.4

10 Sep 09:40
Compare
Choose a tag to compare

v0.4.3

10 Sep 08:14
ed28e82
Compare
Choose a tag to compare

What's Changed

  • Add PushDirCtx and PushFileCtx by @prife in #20
  • fix push failed on windows by @prife in #21

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Aug 05:34
e8161ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.0

13 Aug 16:49
9191bc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jun 08:16
0d92340
Compare
Choose a tag to compare

What's Changed

  1. Reimplement the adb sync protocol, correctly implementing all subcommands of version 1. Based on this, provided advanced interfaces such as OpenDir, PushFile, and PushDir. The original sync protocol was not implemented correctly [facepalm].
  2. All the external sync API has also been redesigned to be intuitive and user-friendly.
  3. Fixed all unit tests.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

23 May 11:11
13a270c
Compare
Choose a tag to compare

What's Changed

  • Feature/shell by @prife in #8
  • support forward
  • support pm list, pm clear
  • support am start, forcestop
  • support ps, kill

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 May 06:33
5a752ad
Compare
Choose a tag to compare

What's Changed

  • Feature/refine by @prife in #4
  • add go.mod, and use go1.18
  • cleanup internal/errors, use errors in go std
  • rename mod name to prife/adb
  • cleanup code

New Contributors

  • @prife made their first contribution in #4

Full Changelog: v0.1.2...v0.2.0