summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-03-27 10:21:48 -0400
committerJoey Grover <joeygrover@gmail.com>2019-03-27 10:21:48 -0400
commit559faefbddb84ed82180c5b3c477e0ba7d845ccd (patch)
treeced7ee6e5563ceb05a159076cbfe042a24336909 /CHANGELOG.md
parent39d41457f803f00e6fe4901b5f188fbcd0ae3ab4 (diff)
downloadsdl_android-559faefbddb84ed82180c5b3c477e0ba7d845ccd.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md39
1 files changed, 32 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1b7a2b5b..4b8ae8b51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,34 @@
-# 4.7.2 Release Notes
+# 4.8.0 Release Notes
+
+### Feature
+- Renamed repo to `sdl_java_suite`
+- Complete restructure of project to include all Java based projects (Android, JavaSE, and JavaEE). This included creating base source sets for all projects.
+- [[SDL 0203] Added JavaSE and JavaEE libraries to support embedded, remote, and cloud applications.](https://github.com/smartdevicelink/sdl_android/pull/983)
+- [[SDL 0158] Added new `SetCloudAppProperties`, `GetCloudAppProperties`, new vehicle data item -`cloudAppVehicleID`, and retrieval of auth token sent during `StartServiceACK` for RPC service. ](https://github.com/smartdevicelink/sdl_android/issues/981)
+- [[SDL 0167] Add the new App Services feature. This includes app service types Media, Weather, and Navigation](https://github.com/smartdevicelink/sdl_android/issues/810)
+- [Add support for `TemplateImages` in `ScreenManager`](https://github.com/smartdevicelink/sdl_android/issues/916)
+- [Added ability to access the `RegisterAppInterface` Response message from `SdlManager`](https://github.com/smartdevicelink/sdl_android/issues/928)
+- [[SDL 0208]- Allow developers to block old SDL Head Units from Mobile](https://github.com/smartdevicelink/sdl_android/issues/955)
+- [SDL 0197- Update `SetMediaClockTimer` Initializers](https://github.com/smartdevicelink/sdl_android/issues/856)
+- [[SDL 0196] Add Support for `StaticIcons` to `SDLArtwork`](https://github.com/smartdevicelink/sdl_android/issues/848)
+
+
+### Bug fix
+- [Duplicate send for ButtonPress on v5+](https://github.com/smartdevicelink/sdl_android/issues/1007)
+- [Fixed issue where `SdlManagerListener.onDestroy()` was not being called after transport disconnect when bound to older router services.](https://github.com/smartdevicelink/sdl_android/issues/932)
+ - [Vastly improve AOA USB connection stability especially during disconnect/reconnect.](https://github.com/smartdevicelink/sdl_android/issues/924)
+- [Fix legacy BT disconnect issue that left library listening for BT connection](https://github.com/smartdevicelink/sdl_android/pull/935)
+- [Fixed the `ScreenManager` not being able to clear images](https://github.com/smartdevicelink/sdl_android/pull/954)
+- [Fixed issue with `ScreenManager` where it would not call completion listener if TextAndGraphicManager was not dirty](https://github.com/smartdevicelink/sdl_android/issues/930)
+- [Make `SystemCapabilityManager` query only for queryable capabilities](https://github.com/smartdevicelink/sdl_android/pull/966)
+ - Fix potential NPEs in `SdlRouterService`: [1](https://github.com/smartdevicelink/sdl_android/issues/951), [2](https://github.com/smartdevicelink/sdl_android/pull/956), [3](https://github.com/smartdevicelink/sdl_android/pull/957), [4](https://github.com/smartdevicelink/sdl_android/issues/945)
+- [Fixed `VirtualDisplayEncoder` from sending unexpected buffer at startup](https://github.com/smartdevicelink/sdl_android/issues/921)
+- [Fixed issue where `SdlRouterService` wasn't sending EndSession frame with valid hash ID for protocol version >= 5](https://github.com/smartdevicelink/sdl_android/issues/943)
+- [Fixed an issue with the `ScreenManager` submanagers starting at incorrect time](https://github.com/smartdevicelink/sdl_android/pull/938)
+
+### Misc
+- [Remove unnecessary imports](https://github.com/smartdevicelink/sdl_android/issues/923)
+- [Updated incorrect JavaDocs for `UpdateTurnList`](https://github.com/smartdevicelink/sdl_android/issues/1017)
+- [Show warning if default `SdlRouterService` class is used in `SdlReceiver`. ](https://github.com/smartdevicelink/sdl_android/issues/975)
-## Hot Fix
-- Fix legacy router service [issue #925](https://github.com/smartdevicelink/sdl_android/issues/925)
- - Addressed issue in `TransportBroker` that caused previous router service's connection messages to be dropped.
- - Add logic to check router service version and perform appropriate logic.
- - Added check if packet doesn't include a transport record
- - Fixed a parcel issue in the `SdlPacket` class