adam

Adam (or adm) is a coroutine-friendly Android Debug Bridge client written in Kotlin

APACHE-2.0 License

Stars
441

Bot releases are visible (Hide)

adam - 0.5.8 Latest Release

Published by Malinskiy 2 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.7...0.5.8

adam - 0.5.7

Published by Malinskiy 6 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.6...0.5.7

adam - 0.5.6

Published by Malinskiy 6 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.5...0.5.6

adam - 0.5.5

Published by Malinskiy 7 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.4...0.5.5

adam - 0.5.4

Published by Malinskiy 9 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.3...0.5.4

adam - 0.5.3

Published by Malinskiy 9 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.2...0.5.3

adam - 0.5.2

Published by Malinskiy 11 months ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.1...0.5.2

adam - 0.5.1

Published by Malinskiy over 1 year ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.5.0...0.5.1

adam - 0.5.0

Published by Malinskiy over 1 year ago

What's Changed

Breaking change: shell output is now producing ByteArray instead of relying on the assumption that streams are UTF-8 encoded. For convenience lazy properties are available for conversion.

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.8...0.5.0

adam - 0.4.8

Published by Malinskiy almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.7...0.4.8

adam - 0.4.7

Published by Malinskiy about 2 years ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.6...0.4.7

adam - 0.4.6

Published by Malinskiy about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.5...0.4.6

adam - 0.4.5

Published by Malinskiy over 2 years ago

What's Changed

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.4...0.4.5

adam - 0.4.4

Published by Malinskiy over 2 years ago

What's Changed

Fixes:

Docs:

Other:

New Contributors

Full Changelog: https://github.com/Malinskiy/adam/compare/0.4.3...0.4.4

adam - 0.4.3

Published by Malinskiy almost 3 years ago

Fixes:

  • Fix NoClassDef exception when using adam from Android tests [#65]
adam - 0.4.2

Published by Malinskiy almost 3 years ago

Fixes:

  • Fix test annotation duplication in TestAnnotationProducer [#61]
  • Fix duplicated test start event in case of ignored test [#62]
adam - 0.4.1

Published by Malinskiy almost 3 years ago

Fixes:

  • ByteBuffer.clear() on JDK 1.8 [#60]
adam - 0.4.0

Published by Malinskiy about 3 years ago

Features:

  • kotlin 1.5 [#57]
  • add TestAnnotationProducer [#56]

Fixes:

  • rework object pools to use apache commons pool [#58]

Other:

  • gradle 7.2
  • android gradle 7.0.2
adam - 0.3.3

Published by Malinskiy about 3 years ago

Features:

  • support reporting test metrics [#54, #55]

Fixes:

  • fix pulling regular file [#53]

Other:

  • update dependencies [#49]
adam - 0.3.2

Published by Malinskiy over 3 years ago

Features:

  • read ANDROID_SDK_ROOT if defined [#44]

Fixes:

  • fix parsing of failed test runs [#48]

Other:

  • update dependencies + remove jCenter usage [#45, #47, #46]