-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.7.0 #1880
Merged
Merged
Release 5.7.0 #1880
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed cached pingIntent in favor of creating when needed to ensure pending intent was valid.
…smartdevicelink/sdl_java_suite into bugfix/issue_1852_update_gradle
* Add null check to prevent NPE in BaseVoiceCommandManager * Add null check to prevent NPE in BaseMenuManager * Add null check to prevent NPE in BaseChoiceSetManager * Add null check to prevent NPE in BaseTextAndGraphicManager * Add null check to prevent NPE in BaseSoftButtonManager * Add null checks to prevent NPE in BaseAlertManager * Add null check to prevent NPE in AudioStreamManager * Add null check to prevent NPE in BaseFileManager * Complete the listener for when we cannot add an operation to the queue in AlertManager * Add callback for when we cannot add operation to Queue in AudioStreamManager * Complete listener if queue is null in BaseChoiceSetManager * add missing return * update ChoiceSetManagerTest
…loy next RS if we don't have the permission
…f it has not been started at that point.
…ng SdlService, then request USB permission if we do not.
…orid 14. Don't use get in For loop
…round_service_type Android 14 foreground service type required
…xported (#1875) * Add extra permissions to IntegrationValidator * Add checks for exported SDL components
…spresso_test Fix SDLLockScreenActivityEspressoTest for newer devices
* Remove only app logic for device listener start * Check for connected BT device when device is null
…port_broker_npe Fix NPE in TransportBorker
…/sdl_java_suite into release/5.7.0_RC
joeygrover
approved these changes
Dec 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
5.7.0
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Full test plan
Summary
5.7.0 Release see Release notes.
CLA