Releases: DeviceFarmer/STFService.apk
Releases · DeviceFarmer/STFService.apk
v2.5.3
What's Changed
- Update os, commandline tools, ndk in semaphore.yml by @koral-- in #140
- Fix work on Realme/Oppo on Android 14 by @grigorevmp in #139
- Release 2.5.3 by @koral-- in #145
New Contributors
- @grigorevmp made their first contribution in #139
Full Changelog: v2.5.2...v2.5.3
v2.5.2
v2.5.1
v2.5.0
What's Changed
- Bump com.android.tools.build:gradle from 8.0.2 to 8.1.1 by @dependabot in #117
- Update compile SDK to 34 by @koral-- in #119
- Bump androidx.core:core from 1.10.1 to 1.12.0 by @dependabot in #118
- Fix crash when no browsers are installed by @NHellFire in #120
- Use GitHub Actions for building APK by @flameshikari in #121
- Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in #122
- Bump com.android.tools.build:gradle from 8.1.2 to 8.1.3 by @dependabot in #123
- Bump com.android.tools.build:gradle from 8.1.3 to 8.1.4 by @dependabot in #124
- Bump com.android.tools.build:gradle from 8.1.4 to 8.2.0 by @dependabot in #125
- Bump com.android.tools.build:gradle from 8.2.0 to 8.2.1 by @dependabot in #126
- action to cleanup BLE pairings by @jupe in #128
- Bump version code to 2.5.0 by @koral-- in #129
New Contributors
- @NHellFire made their first contribution in #120
- @flameshikari made their first contribution in #121
- @jupe made their first contribution in #128
Full Changelog: v2.4.12...v2.5.0
v2.4.12
v2.4.11
What's Changed
- Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.2 to 0.9.3 by @dependabot in #108
- Add new event injector for Android 14 by @pcrepieux in #111
- Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4 by @dependabot in #112
- Bump Gradle and AGP to version 8 by @koral-- in #114
- Release 2.4.11 by @koral-- in #115
Full Changelog: v2.4.10...v2.4.11
v2.4.10
What's Changed
- Bump protoc from 3.19.4 to 3.20.0 by @dependabot in #69
- Bump gradle from 7.1.2 to 7.1.3 by @dependabot in #71
- Bump protobuf-gradle-plugin from 0.8.18 to 0.8.19 by @dependabot in #78
- Bump protobuf-gradle-plugin from 0.8.19 to 0.9.0 by @dependabot in #87
- Bump protoc from 3.20.0 to 3.21.7 by @dependabot in #86
- Update gradle to 7.5.1, AGP to 7.3.0 by @koral-- in #88
- Bump protoc from 3.21.7 to 3.21.8 by @dependabot in #90
- Bump protoc from 3.21.8 to 3.21.9 by @dependabot in #91
- Bump gradle from 7.3.0 to 7.3.1 by @dependabot in #89
- Change severity of ExpiringTargetSdkVersion check to informational si… by @koral-- in #96
- Add null check by @nekolaboratory in #94
- Bump protoc from 3.21.9 to 3.21.12 by @dependabot in #95
- Consider that ClipData is an array by @nekolaboratory in #97
- Bump protobuf-gradle-plugin from 0.9.1 to 0.9.2 by @dependabot in #98
- Bump gradle from 7.3.1 to 7.4.0 by @dependabot in #99
- Add browser support for android version upper then 5. by @DonVietnam in #101
- Fix protbuf build on Apple Silicon by @nekolaboratory in #102
- Bump com.android.tools.build:gradle from 7.4.0 to 7.4.1 by @dependabot in #103
- Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 by @dependabot in #104
- Release 2.4.10 by @koral-- in #106
New Contributors
- @nekolaboratory made their first contribution in #94
- @DonVietnam made their first contribution in #101
Full Changelog: v2.4.9...v2.4.10
v2.4.9
Fix landscape coordinates (#68) * fix landscape coordinates calculation The coordinates calculation was buggy, however it provided correct results for portrait and anti-clockwise landscape orientation. Signed-off-by: Pierre Crépieux <[email protected]> * update version code and name for release Signed-off-by: Pierre Crépieux <[email protected]>
v2.4.8
Android 12 support
- Dependency updates
- Android 12 support #42