summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-07-29 10:37:06 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-07-29 10:37:06 -0400
commit61eaa3dc45ee68a29ca0e9f09e1c55c6fe06df5c (patch)
tree4644027475b4a7eaa4ade052efe16deb1ffc9b50 /CHANGELOG.md
parent82b7a3d7295fc3fc1791ff44bb98589df4f6b11b (diff)
downloadsdl_android-61eaa3dc45ee68a29ca0e9f09e1c55c6fe06df5c.tar.gz
Update CHANGELOG for 4.12.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md58
1 files changed, 52 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ce384877..ab8517568 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,58 @@
-# 4.11.1 Release Notes
+# 4.12.0 Release Notes
### Summary:
||Version|
|--|--|
-|**Protocol** |5.2.0
-| **RPC** |6.0.0
-| **Tested Targeting** |Android 29
+| **Protocol** | 5.2.0
+| **RPC** | 6.0.0
+| **Tested Targeting** | Android 29
-## Hotfix
+## Features
+- [[SDL 0230] SPP resource management for Android](https://github.com/smartdevicelink/sdl_java_suite/issues/1132)
-- [Samsung devices not properly managing notification channels](https://github.com/smartdevicelink/sdl_java_suite/issues/1351) \ No newline at end of file
+- [[SDL 0279] Screen Manager Subscribe Buttons](https://github.com/smartdevicelink/sdl_java_suite/issues/1280)
+
+- [[SDL 0289] Support for Set Language Separately](https://github.com/smartdevicelink/sdl_java_suite/issues/1313)
+
+- [Add a way to set the resumption hash in the managers layer](https://github.com/smartdevicelink/sdl_java_suite/issues/1400)
+
+- [Change lock screen logo and ensure correct contrast](https://github.com/smartdevicelink/sdl_java_suite/issues/1342)
+
+
+## Enhancements
+- [[SDL 0306] Use Taskmaster To Handle Queuing Operations in Managers](https://github.com/smartdevicelink/sdl_java_suite/issues/1368)
+
+- [[SDL 0301] SDL Device Listener](https://github.com/smartdevicelink/sdl_java_suite/issues/1348)
+
+- [Sdl Android should use the new LifecycleManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1365)
+
+- [Deprecate onError for OnRPCResponseListener](https://github.com/smartdevicelink/sdl_java_suite/pull/1404)
+
+- [Add ForegroundServiceType Parameter to HelloSdl Project](https://github.com/smartdevicelink/sdl_java_suite/issues/1374)
+
+- [Update javadocs for PermissionManager.addListener](https://github.com/smartdevicelink/sdl_java_suite/pull/1364)
+
+- [PermissionManager Should send callback when subscribing to listener](https://github.com/smartdevicelink/sdl_java_suite/issues/1353)
+
+- [Move textFields / imageFields == null checking from ScreenManager to SystemCapabilityManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1335)
+
+- [Change Http to Https](https://github.com/smartdevicelink/sdl_java_suite/issues/1333)
+
+- [Move src/java/main/android folder](https://github.com/smartdevicelink/sdl_java_suite/issues/1377)
+
+- [Classes that need to be removed in next major release should be deprecated ](https://github.com/smartdevicelink/sdl_java_suite/issues/1362)
+
+- [OnSdlChoiceChosen contains duplicate class definitions](https://github.com/smartdevicelink/sdl_java_suite/issues/14)
+
+- [The name of setter and getter in OnButtonPress are ambiguous](https://github.com/smartdevicelink/sdl_java_suite/issues/547)
+
+
+## Bug Fixes
+
+- [presentChoiceSet failed with "INVALID_ID, null"](https://github.com/smartdevicelink/sdl_java_suite/issues/1336)
+
+- [ Android app will not receive the notification of HU when the language is switched on the HU side.](https://github.com/smartdevicelink/sdl_java_suite/issues/1372)
+
+- [If an empty array is set for voice commands on the SDLMenuCell the AddCommand is rejected](https://github.com/smartdevicelink/sdl_java_suite/issues/1341)
+
+- [Disconnecting a cloud app doesn't free the port](https://github.com/smartdevicelink/sdl_java_suite/issues/1339) \ No newline at end of file