Skip to content

Releases: avito-tech/avito-android

2020.24

12 Oct 13:28
f4962a2
Compare
Choose a tag to compare

Features

Fixes

  • MBS-9592 Fix broken build check for androidSdk version (#592)

Meta

  • MBS-580 AGP 4.0.2 (#593)
  • MBS-9714 Copy button in documentation (#594)
  • MBS-9690 Describe how to publish a release into an internal Artifactory (#589)

2020.23

06 Oct 13:21
53fe9d9
Compare
Choose a tag to compare

Features

  • Extract test summary logic from runner (#587)

Meta

  • Fix kotlin-android and kapt plugins corner cases in TestProjectGenerator (#586)

2020.22

30 Sep 19:14
Compare
Choose a tag to compare

Features

  • New instrumentation config param: timeout (#583)

Fixes

  • Fix impact analysis filters (#582)

Meta

  • Remove performance tests plugin (#584)

2020.21

28 Sep 13:54
e822218
Compare
Choose a tag to compare

Fixes

  • ConcurrentModificationException in test-okhttp lib (#577)
  • ImpactAnalysis new and modified tests filter fix (#579)
  • Room Incremental Annotation Processor check fix for Java11 (#576)

Documentation

2020.20

14 Sep 14:59
500df38
Compare
Choose a tag to compare

Fixes

  • Leftovers for TMS plugin (#571)

Meta

  • Remove kotlinx-html repository (#570)

2020.19

08 Sep 13:42
6fe0760
Compare
Choose a tag to compare

Features

  • extract TMS interaction logic from test-runner (#567) more in docs

Fixes

  • [Build Checks] remove system properties reading in :gradle:android (#568)
  • [Impact Analysis] androidTest configuration not affected by test configuration changes (#565)

2020.18

31 Aug 14:11
f730723
Compare
Choose a tag to compare

Features

  • Add screenshots testing logic and samples (#535)
  • Add a sample application for impact analysis (#556)
  • Deprecate a performance plugin (#560)
  • Delete unused Logger levels (#554)
  • Reduce ReportsApi HTTP timeouts for local test's execution (#559)

Fixes

  • Fix null error logging (#561)
  • Fix impact analysis false-negative case for nested build scripts (#562)
  • Fix Mirakle docs for a username (#555)

2020.17

17 Aug 15:13
a7cd33a
Compare
Choose a tag to compare

Features

  • add support for 29 API emulator and create image for it #551

Fixes

  • Fix BitmapMatcher #536

Documentation

  • update instrumentationDynamic docs #542
  • add "IDE can stuck if proxy enabled" case to troubleshooting guide #544

Meta

  • update gradle to 6.6 #549

2020.16.1

11 Aug 12:29
Compare
Choose a tag to compare

Features

  • Print stacktrace to test report in case of error (#540)
  • Clarify error messages for nested steps in test report (#541)
  • Update Android emulators (#538)
  • Reduce logs in test runner while working with emulators (#533)
  • Fail fast when Android emulator dies (#531)

Fixes

  • Fix DrawableMatcher for image with tint (#534)

Meta

  • Use Java 11 (#539)
  • Disable dependency analysis plugin (#528)

2020.16 was skipped due to publication issues (#543)

2020.15

04 Aug 08:48
c170a71
Compare
Choose a tag to compare

Features

  • Add flag to enable/disable syntheticStep feature (#522)
  • Remove isSyntheticFlag (#526)
  • Disable inner step creation (#525)
  • Change TestAssertion to interface (#524)

Fixes

  • Log an original error from adb interaction (#523)
  • Bugfixes in namespaced resources plugin (#514)

Meta

  • Replace ExpectedException Rule by junit5 (#518)
  • Update dependency-analysis to 0.55 (#511)
  • Move part of integration tests for Android test Framework from the internal Avito Repository (#520, #521)