Skip to content

Commit 00be8c4

Browse files
HeniganHenigan
authored andcommitted
Release Candidate Changes
1 parent aad25f0 commit 00be8c4

7 files changed

Lines changed: 29 additions & 32 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "generator/rpc_spec"]
22
path = generator/rpc_spec
33
url = https://github.com/smartdevicelink/rpc_spec.git
4-
branch = master
4+
branch = version/8.0.0

CHANGELOG.md

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,47 @@
1-
# 5.2.0 Release Notes
1+
# 5.3.0 Release Notes
22

33
## Summary:
44
||Version|
55
|--|--|
6-
| **Protocol** | 5.4.0
7-
| **RPC** | 7.1.0
6+
| **Protocol** | 5.4.1
7+
| **RPC** | 8.0.0
88
| **Tested Targeting** | Android 30
99

1010

11-
## Bug Fixes / Enhancements:
12-
13-
- [MenuManager sending secondary image with menuCells when menuCommandSecondaryImage is not supported.](https://github.com/smartdevicelink/sdl_java_suite/issues/1688)
14-
15-
- [IllegalArgumentException when starting video stream with custom RPC MTU](https://github.com/smartdevicelink/sdl_java_suite/issues/1667)
11+
## Features:
1612

17-
- [Send voiceCommand with duplicate strings](https://github.com/smartdevicelink/sdl_java_suite/issues/1664)
13+
- [[SDL 0293] Enable OEM exclusive apps support](https://github.com/smartdevicelink/sdl_java_suite/issues/1588)
1814

19-
- [Two voiceCommands contains the same string](https://github.com/smartdevicelink/sdl_java_suite/issues/1677)
20-
21-
- [java.lang.NegativeArraySizeException Crash at SdlPsm.java line 241 com.smartdevicelink.transport.SdlPsm.transitionOnInput](https://github.com/smartdevicelink/sdl_java_suite/issues/1678)
22-
23-
- [Exception handling variances](https://github.com/smartdevicelink/sdl_java_suite/issues/1687)
15+
## Bug Fixes / Enhancements:
2416

25-
- [Allow SdlDeviceListener to start after BT connection](https://github.com/smartdevicelink/sdl_java_suite/pull/1685)
17+
- [New TaskMaster release needs to be added to Java Suite Library ](https://github.com/smartdevicelink/sdl_java_suite/issues/1745)
2618

27-
- [voiceCommand that contains no string should be removed](https://github.com/smartdevicelink/sdl_java_suite/issues/1675)
19+
- [File Manager will upload the same file multiple times](https://github.com/smartdevicelink/sdl_java_suite/issues/1736)
2820

29-
- [Image returned as "not uploaded" in certain circumstances when it's already uploaded, leading to the image being unusable](https://github.com/smartdevicelink/sdl_java_suite/issues/1692)
21+
- [Fix description for `SeatControlCapabilities` and `RadioControlCapabilities`](https://github.com/smartdevicelink/sdl_java_suite/issues/1739)
3022

31-
- [Primary Graphic not sent to SDL Core for Media Template ](https://github.com/smartdevicelink/sdl_java_suite/issues/1690)
23+
- [AudioStreamManager and AlertManager have the same queue ID](https://github.com/smartdevicelink/sdl_java_suite/issues/1742)
3224

33-
- [Race condition leads to NPE in TransportManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1703)
25+
- [java.lang.IndexOutOfBoundsException Crash: SdlRouterService.java line 3275 ](https://github.com/smartdevicelink/sdl_java_suite/issues/1741)
3426

35-
- [Avoid deleting and setting identical voice commands](https://github.com/smartdevicelink/sdl_java_suite/issues/1676)
27+
- [Old devices with SDL 2.0 can't display text fields and SoftButtons](https://github.com/smartdevicelink/sdl_java_suite/issues/1729)
3628

37-
- [Sdl disconnection is not notified to the app](https://github.com/smartdevicelink/sdl_java_suite/issues/1697)
29+
- [Swapping de-duplicated menu items causes incorrect unique titles](https://github.com/smartdevicelink/sdl_java_suite/issues/1723)
3830

39-
- [PredefinedLayout.NON_MEDIA not found in templatesAvailable](https://github.com/smartdevicelink/sdl_java_suite/issues/1705)
31+
- [MenuCell title update issue](https://github.com/smartdevicelink/sdl_java_suite/issues/1651)
4032

41-
- [Lockscreen should show again after dismissal if a DD notification is received where DismissalEnabled is false](https://github.com/smartdevicelink/sdl_java_suite/issues/1695)
33+
- [Refactor the Menu Manager to Use Queues ](https://github.com/smartdevicelink/sdl_java_suite/issues/1605)
4234

43-
- [Choice Cells and Menu Cells do not take which properties are available into account for uniqueness](https://github.com/smartdevicelink/sdl_java_suite/issues/1682)
35+
- [Security queries are not implemented to spec](https://github.com/smartdevicelink/sdl_java_suite/issues/1720)
4436

45-
- [BSON library should be updated to the latest version (1.2.5)](https://github.com/smartdevicelink/sdl_java_suite/issues/1712)
37+
- [Choice Set Present followed directly by a Delete can have undefined behavior](https://github.com/smartdevicelink/sdl_java_suite/issues/1718)
4638

39+
- [Back-to-back choice sets can fail](https://github.com/smartdevicelink/sdl_java_suite/issues/1717)
4740

41+
- [Github CI fails even though tests pass locally ](https://github.com/smartdevicelink/sdl_java_suite/issues/1731)
4842

43+
- [Handler instances using deprecated constructors ](https://github.com/smartdevicelink/sdl_java_suite/issues/1696)
4944

45+
- [[SDL 0236] Update mismatch in TireStatus structure](https://github.com/smartdevicelink/sdl_java_suite/issues/1089)
5046

47+
- [Choices not saved as preloaded if some choices fail](https://github.com/smartdevicelink/sdl_java_suite/issues/1715)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0

android/sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
defaultConfig {
66
minSdkVersion 16
77
targetSdkVersion 30
8-
versionCode 20
8+
versionCode 21
99
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1010
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
1111
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
api fileTree(dir: 'libs', include: ['*.jar'])
45-
//api 'com.livio.taskmaster:taskmaster:0.4.0'
45+
//api 'com.livio.taskmaster:taskmaster:0.6.0'
4646
api 'com.smartdevicelink:bson_java_port:1.2.5'
4747
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4848
api 'androidx.annotation:annotation:1.1.0'

base/src/main/java/com/smartdevicelink/protocol/SdlProtocolBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class SdlProtocolBase {
8989
public static final int V2_HEADER_SIZE = 12;
9090

9191
//If increasing MAX PROTOCOL VERSION major version, make sure to alter it in SdlPsm
92-
private static final Version MAX_PROTOCOL_VERSION = new Version(5, 4, 0);
92+
private static final Version MAX_PROTOCOL_VERSION = new Version(5, 4, 1);
9393

9494
public static final int V1_V2_MTU_SIZE = 1500;
9595
public static final int V3_V4_MTU_SIZE = 131072;

javaSE/javaSE/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
extraLibs 'org.mongodb:bson:4.0.5'
3333
extraLibs 'androidx.annotation:annotation:1.1.0'
3434
extraLibs 'org.java-websocket:Java-WebSocket:1.3.9'
35-
//extraLibs 'com.livio.taskmaster:taskmaster:0.4.0'
35+
//extraLibs 'com.livio.taskmaster:taskmaster:0.6.0'
3636
configurations.api.extendsFrom(configurations.extraLibs)
3737
}
3838

0 commit comments

Comments
 (0)