|
1 |
| -# 5.1.1 Release Notes |
| 1 | +# 5.2.0 Release Notes |
2 | 2 |
|
3 | 3 | ## Summary:
|
4 | 4 | ||Version|
|
|
8 | 8 | | **Tested Targeting** | Android 30
|
9 | 9 |
|
10 | 10 |
|
11 |
| -## Bug Fixes: |
| 11 | +## Bug Fixes / Enhancements: |
12 | 12 |
|
13 |
| -- [Add null checks and synch around session in LCM](https://github.com/smartdevicelink/sdl_java_suite/pull/1659) |
| 13 | +- [MenuManager sending secondary image with menuCells when menuCommandSecondaryImage is not supported.](https://github.com/smartdevicelink/sdl_java_suite/issues/1688) |
14 | 14 |
|
15 |
| -- [Add NPE check in BaseChoiceSetManager](https://github.com/smartdevicelink/sdl_java_suite/pull/1648) |
| 15 | +- [IllegalArgumentException when starting video stream with custom RPC MTU](https://github.com/smartdevicelink/sdl_java_suite/issues/1667) |
16 | 16 |
|
17 |
| -- [Attempt to fix unreproducible ClassCastException](https://github.com/smartdevicelink/sdl_java_suite/pull/1660) |
| 17 | +- [Send voiceCommand with duplicate strings](https://github.com/smartdevicelink/sdl_java_suite/issues/1664) |
| 18 | + |
| 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) |
| 24 | + |
| 25 | +- [Allow SdlDeviceListener to start after BT connection](https://github.com/smartdevicelink/sdl_java_suite/pull/1685) |
| 26 | + |
| 27 | +- [voiceCommand that contains no string should be removed](https://github.com/smartdevicelink/sdl_java_suite/issues/1675) |
| 28 | + |
| 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) |
| 30 | + |
| 31 | +- [Primary Graphic not sent to SDL Core for Media Template ](https://github.com/smartdevicelink/sdl_java_suite/issues/1690) |
| 32 | + |
| 33 | +- [Race condition leads to NPE in TransportManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1703) |
| 34 | + |
| 35 | +- [Avoid deleting and setting identical voice commands](https://github.com/smartdevicelink/sdl_java_suite/issues/1676) |
| 36 | + |
| 37 | +- [Sdl disconnection is not notified to the app](https://github.com/smartdevicelink/sdl_java_suite/issues/1697) |
| 38 | + |
| 39 | +- [PredefinedLayout.NON_MEDIA not found in templatesAvailable](https://github.com/smartdevicelink/sdl_java_suite/issues/1705) |
| 40 | + |
| 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) |
| 42 | + |
| 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) |
| 44 | + |
| 45 | +- [BSON library should be updated to the latest version (1.2.5)](https://github.com/smartdevicelink/sdl_java_suite/issues/1712) |
18 | 46 |
|
19 | 47 |
|
20 | 48 |
|
|
0 commit comments