Skip to content

Releases: Malinskiy/adam

0.4.6

14 Sep 02:27
0e0ba80
Compare
Choose a tag to compare

What's Changed

  • Discover ADB executable in AdbBinaryInteractor by @snpefk in #82
  • fix(adam): fix since options in LogcatRequest by @WindSekirun in #83
  • feat(screencapture): add support for screen capture paths as metrics by @Malinskiy in #85
  • feat(all): update deps by @Malinskiy in #84, #86

New Contributors

Full Changelog: 0.4.5...0.4.6

0.4.5

21 Apr 15:25
0172564
Compare
Choose a tag to compare

What's Changed

  • feat(adam): extract ktor transport into a separate (archived) module by @Malinskiy in #76
  • fix(adam): fix vertx socket factory crash during shutdown by @Malinskiy in #80

Full Changelog: 0.4.4...0.4.5

0.4.4

30 Mar 05:19
2afb42b
Compare
Choose a tag to compare

What's Changed

Fixes:

  • Configure adb server port by using environment variable ANDROID_ADB_SERVER_PORT by @inez in #72
  • Fixed issue with special characters not being escaped in the local path when pushing by @evant in #78

Docs:

  • Fix docs to not use junit rule by @yschimke in #67
  • docs(logcat): clarify streaming logcat behaviour by @Malinskiy in #70
  • Fix: Expect ShellCommandResult from executing ShellCommandRequest by @inez in #74
  • Fix instrumentation request docs by @sboishtyan in #77

Other:

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.3

29 Oct 07:33
ceb7afc
Compare
Choose a tag to compare

Fixes:

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

0.4.2

25 Oct 04:28
dd0d24a
Compare
Choose a tag to compare

Fixes:

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

0.4.1

20 Oct 05:42
6f71fc1
Compare
Choose a tag to compare

Fixes:

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

0.4.0

12 Oct 12:14
b55a7db
Compare
Choose a tag to compare

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

0.3.3

02 Sep 05:58
eec940e
Compare
Choose a tag to compare

Features:

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

Fixes:

  • fix pulling regular file [#53]

Other:

  • update dependencies [#49]

0.3.2

10 Jun 14:56
47a473b
Compare
Choose a tag to compare

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]

0.3.1

04 Jun 04:07
a2b011f
Compare
Choose a tag to compare

Fixes:

  • use adb.exe on windows (#42)