Releases: avito-tech/avito-android
Releases · avito-tech/avito-android
2020.5.7
Features
- Multiple test apps to show writing into the same test report (#428, #429)
- Add Android emulator API 28 (#409)
- Update android-builder docker image (#432)
- Docker images are available in Docker hub: avitotech
- Extract emulator configs to change them in clients (#436)
- Build Android emulators one-by-one with API parameter (#435)
Fixes
2020.5.6
Features
Fixes
- Do not loose device if we didn't connect to it the first time (#418)
- Filter function input type has changed (#422)
Meta
- Add dependency analyzer plugin (#330)
- Sample projects now depend on infrastructure source not published one (#425)
Other
- instrumentation-defaults moved to the internal repository (#423)
2020.5.5
Features
Fixes
- Debug log leftover #406
- Missing view id info in tests #411
- Dismiss hidden API dialog only for Android P+ to prevent exceptions spam #415
- Fix ConcurrentModificationException while parsing device logs #413
- Fix MockWebServer stdout spam #407
Meta
- Use builtin android components publishing instead of android-maven-publish plugin #408
2020.5.4
2020.5.3
2020.5.1 and 2020.5.2 releases were skipped due to publication issues.
Features
- Create CI Steps plugin tasks dynamically (#388, #390)
- Make CI steps plugin Kotlin dsl compatible (#391)
- Make build properties plugin more reusable (#392)
- Remove obsolete properties support from build check plugin (#377)
- Consider deployment to Qapps in CD contract (#365)
Fixes
- Remove viewHierarchy from NoMatchingViewException verdict (#382)
- Copy artifacts even if a build failed (#379)
- Fix gitState computation caching (#384)
- Less spam from jsonrpc client (#381)
- Provide proguard rules for report-viewer (#389)
Documentation
- Add test runner's filter troubleshooting docs (#378, #380)
- Add a post about open source (#356)
- Clarify incremental KAPT build check (#376)
- Fix setup docs, add plugins-setup custom shortcode (#360)
- Describe AB-tests mocking (#383)
Meta
2020.4.7
Features
- Build checks Gradle plugin detects kapt incremental compilation issues (#372)
- Extract build trace plugin (#370)
- Tune perf tests params (#366)
- Remove ci=true property (#363)
Documentation
- Update IDE speedup recommendations (#369)
- Add groovy samples for InstrumentationTestsPlugin (#371)
- Add info about logging in custom Gradle plugins (#373)
Fixes
2020.4.6
Features
- Change InstrumentationTask's creation. Remove dependency on
ci=true
(#359) - Move kubernetes credentials validation to configuration phase (#359)
- Enable Room's incremental kapt (#361)
- Add instrumentation's empty targets validation (#364)
Documentation
- Update Release.md (#362)
Fixes
Meta
- Update Hugo (#352)
2020.4.5
Features
Documentation
- Fix wrongly merged documentation (#342)
- Add explanation to instrumentation documentation (#344)
- Fix instrumentation run documentation (#355)
Fixes
- Fix build on target caching; enable tests (#346)
- Fix error on Studio run (#348)
- Fix error swallow (#353)
- Fix recursion in
isScreenOpened
(#351) - Fix kaspresso tests run (#354)
Meta
2020.4.4
Features
- Add new test filters (#332, #329)
- Log detailed information of applied test filters (#322, #325)
- Can change test filters via CLI (#340)
- Can run tests in Android libraries in test runner (#334)
- Add sample app with Kaspresso (#317, #331)
- Configure build checks plugin by an extension (#324)
- Check unique R classes (#326)
- Move build-on-target logic into a separate module (#328)
Documentation
Fixes
- Add missed error to Google Play deploy (#333)
Meta
- Kotlin 1.3.72 (#327)