summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“JKAST” <julian.kast@live.com>2022-09-23 13:49:06 -0400
committer“JKAST” <julian.kast@live.com>2022-09-23 13:49:06 -0400
commitde76faae6ecf78f2be6409cbd8a3e7d539d4b52f (patch)
tree3d5d8e37913f16c4c267fe5adc10b514160552fb
parent518da6e2c2c22a8fded40b1d0dc368a8f6bf33fc (diff)
downloadsdl_android-de76faae6ecf78f2be6409cbd8a3e7d539d4b52f.tar.gz
Update CHANGELOG, version name/code
-rw-r--r--CHANGELOG.md22
-rw-r--r--VERSION2
-rw-r--r--android/sdl_android/build.gradle2
-rw-r--r--javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java2
4 files changed, 21 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60aacacc2..f5b1a9cb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,29 @@
-# 5.5.0 Release Notes
+# 5.6.0 Release Notes
## Summary:
||Version|
|--|--|
| **Protocol** | 5.4.1
| **RPC** | 8.0.0
-| **Tested Targeting** | Android 31
+| **Tested Targeting** | Android 33
## Bug Fixes:
-- [ScreenManager tries to upload images even if they are not supported (SDL 2.0)](https://github.com/smartdevicelink/sdl_java_suite/issues/1738)
+- [Images not displaying correctly on Alerts sent via AlertManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1835)
-- [Fix formatting of many tables within the documentation](https://github.com/smartdevicelink/sdl_java_suite/pull/1810)
+- [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)
diff --git a/VERSION b/VERSION
index d50359de1..5bb3f87d3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.5.0
+RC_5.6.0
diff --git a/android/sdl_android/build.gradle b/android/sdl_android/build.gradle
index e4d246c5c..c7cce6954 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -5,7 +5,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 33
- versionCode 23
+ versionCode 24
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
diff --git a/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java b/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
index 4a7314ad7..64e5d2259 100644
--- a/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
+++ b/javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
@@ -32,5 +32,5 @@ package com.smartdevicelink;
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
public final class BuildConfig {
- public static final String VERSION_NAME = "5.5.0";
+ public static final String VERSION_NAME = "RC_5.6.0";
} \ No newline at end of file