-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1840 from smartdevicelink/hotfix/issue_1839
Hot Fix for #1839. Adding fallback logic for starting router service
- Loading branch information
Showing
6 changed files
with
57 additions
and
41 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,6 @@ jobs: | |
- name: Sdl JavaEE Tests | ||
run: ./javaEE/gradlew -p ./javaEE/javaEE test | ||
|
||
- name: RPC Generator Tests | ||
run: | | ||
python3 -m pip install -r ./generator/requirements.txt | ||
python3 ./generator/test/runner.py | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,13 @@ | ||
# 5.6.0 Release Notes | ||
# 5.6.1 Release Notes | ||
|
||
## Summary: | ||
||Version| | ||
|--|--| | ||
| **Protocol** | 5.4.1 | ||
| **RPC** | 8.0.0 | ||
| **Tested Targeting** | Android 33 | ||
|
||
## Bug Fixes: | ||
|| Version| | ||
|---|---| | ||
| **Protocol** | 5.4.1 | | ||
| **RPC** | 8.0.0 | | ||
| **Tested Targeting** | Android 33 | | ||
|
||
- [Images not displaying correctly on Alerts sent via AlertManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1835) | ||
|
||
- [TemplateConfiguration not set in currentScreenData in TextAndGraphicManager on RPC >= 6 ](https://github.com/smartdevicelink/sdl_java_suite/issues/1833) | ||
|
||
- [Setting bad data in one T&G field then good data quickly in another can lead to the good data failing.](https://github.com/smartdevicelink/sdl_java_suite/issues/1828) | ||
|
||
- [ForegroundServiceStartNotAllowedException in SdlRouterStatusProvider](https://github.com/smartdevicelink/sdl_java_suite/issues/1829) | ||
|
||
- [`DisplayCapabilities` `ScreenParams` null in SystemCapabilityManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1824) | ||
|
||
- [Media app does not disappear from Sync after bluetooth connection is turned off when USB is plugged in if the app RequiresAudioSupport flag is set to true](https://github.com/smartdevicelink/sdl_java_suite/issues/1802) | ||
|
||
- [Android 13 issues](https://github.com/smartdevicelink/sdl_java_suite/issues/1812) | ||
|
||
- [ForegroundServiceStartNotAllowedException in SdlRouterService ](https://github.com/smartdevicelink/sdl_java_suite/issues/1815) | ||
|
||
- [SdlArtwork clone issue](https://github.com/smartdevicelink/sdl_java_suite/issues/1818) | ||
## Bug Fix / Enhancements: | ||
|
||
- [Nearby Devices permission on Android 12 and Above #1839](https://github.com/smartdevicelink/sdl_java_suite/issues/1839) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.6.0 | ||
5.6.1 |
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
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
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