Skip to content

Conversation

@JulianKast
Copy link
Contributor

@JulianKast JulianKast commented Nov 13, 2025

Release 5.8.0

This PR is ready for review.

Risk

This PR makes [no] API changes.

Testing Plan

  • I have verified that I have not introduced new warnings in this PR (or explain why below)
  • I have run the unit tests with this PR
  • I have tested Android

Verified Hello_SDL app successfully connects to Sync 3.

Installed and tested Hello_SDL on an API level 36 emulator with 16 KB page sizes, confirming successful connection to Manticore.

Tested video streaming over both Wireless and AOA (Android Open Accessory) connections.

Confirmed multiple SDL apps can connect simultaneously using a single app’s RouterService.

Ran a subset of UI-related tests from the test suite to ensure general functionality remains stable.

Tested connecting. old sdlAndroid 4.12.2 alongside this release app, verifying that they connected via this release RouterServices and functioned normally.

Core version / branch / commit hash / module tested against: Sync, Sync 4 , Manticore
HMI name / version / branch / commit hash / module tested against: Sync 3, Sync 4 , Manticore

Summary

SDL Android 5.8.0

CLA

* Remove package from manifest and put in build.gradle

* Update gradle version to 8.2.2

* Update gradle version to 8.2.2

* update maven plugin

* add buildFeatures aidl as suggested by AGP update assistant

* Formatting

* add androidTestImplementation 'androidx.test:rules:1.5.0' to test permission in unit test, update unit test imports

* Add permissions queries for routerService to Android test manifest

* Add TestSdlReceiver for unit test

* Reset SDK_INT version in AudioStreamManagerTest after it is changed for tests

* update manager layer test sleep calls to 1 sec

* Update DeviceUtil.isEmulator to catch new emulator for ci checks

* grant BLUETOOTH_CONNECT for TransportManagerTests

* grant BLUETOOTH_CONNECT permission for MediaStreamingStatusTests

* Ignore TransportBrokerTest with note to have an app with a running RouterService for test to work.

* MultiplexBluetoothTransportTest testStateTransitions only check state if device is not an emulator, New emulator actually works, so to prevent incompatibility with older emulators only check on actual devices

* Starting with API 30 we can not use reflection to fake NetworkCapabilities, only doing certain checks on API levels less then 30 for WiFiSocketFactoryTest

* update comment for WiFiSocketFactoryTest

* Update yml to target proper API level, use newer JDK and beef up emulator

* Update targetSdkVersion to 36 and minSdkVersion to 21

* Update gradle to 8.13

* update dependencies

* update CI

* downgrade api level on CI

* try arm runner with api level 36

* update android test to use arm based emulator for api 36

* update to run on ubuntu with x86_64 android image

* change back to mac

* beef up emulator

* update emulator options

* Use ubuntu runner

* improve emulator boot time

* use google_apis for the emulator type

* Add enable kvm to make Android emulator run faster
@joeygrover joeygrover merged commit 0a1a453 into master Nov 18, 2025
4 checks passed
@joeygrover joeygrover deleted the release/5.8.0_RC branch November 18, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants