|
1 |
| -# 5.3.1 Release Notes |
| 1 | +# 5.4.0 Release Notes |
2 | 2 |
|
3 | 3 | ## Summary:
|
4 | 4 | ||Version|
|
5 | 5 | |--|--|
|
6 | 6 | | **Protocol** | 5.4.1
|
7 | 7 | | **RPC** | 8.0.0
|
8 |
| -| **Tested Targeting** | Android 30 |
| 8 | +| **Tested Targeting** | Android 31 |
9 | 9 |
|
10 | 10 | ## Bug Fixes / Enhancements:
|
11 | 11 |
|
12 |
| -- [userDidSubmitInput getting called multiple times after a search request is submitted](https://github.com/smartdevicelink/sdl_java_suite/issues/1768) |
| 12 | +- [Cleanup/proposal sdl 0286 spacing](https://github.com/smartdevicelink/sdl_java_suite/pull/1782) |
| 13 | + |
| 14 | +- [API Reference Docs Typos](https://github.com/smartdevicelink/sdl_java_suite/issues/1792) |
| 15 | + |
| 16 | +- [Foreground Service Notifications can be delayed by 10 seconds](https://github.com/smartdevicelink/sdl_java_suite/issues/1733) |
| 17 | + |
| 18 | +- [Bluetooth Permission Requirements will change in Android 12](https://github.com/smartdevicelink/sdl_java_suite/issues/1732) |
| 19 | + |
| 20 | +- [[SDL 0345] Android 12 Issues](https://github.com/smartdevicelink/sdl_java_suite/issues/1794) |
| 21 | + |
| 22 | +- [SdlRouterService crashes if SDL app sets targetSdkVersion to 31, and running on Android 12](https://github.com/smartdevicelink/sdl_java_suite/issues/1751) |
| 23 | + |
| 24 | +- [Error Code is cut off from bulk data when reading a SEND_INTERNAL_ERROR query](https://github.com/smartdevicelink/sdl_java_suite/issues/1790) |
| 25 | + |
| 26 | +- [NPE crash in BaseLifecycleManager on checkLifecycleConfiguration](https://github.com/smartdevicelink/sdl_java_suite/issues/1783) |
| 27 | + |
| 28 | +- [NPE crash in SdlDeviceListener](https://github.com/smartdevicelink/sdl_java_suite/issues/1780) |
| 29 | + |
| 30 | +- [NPE crash in BaseLifecycleManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1781) |
| 31 | + |
| 32 | +- [SoftButtonObject doesn't handle error states correctly](https://github.com/smartdevicelink/sdl_java_suite/issues/1774) |
| 33 | + |
| 34 | +- [ScrollableMessage.timeout units should be specified in documentation](https://github.com/smartdevicelink/sdl_java_suite/issues/1775) |
| 35 | + |
| 36 | +- [Incorrect SPP error notification presented to user](https://github.com/smartdevicelink/sdl_java_suite/issues/1661) |
| 37 | + |
| 38 | +- [SecurityQuery error notification payload not set](https://github.com/smartdevicelink/sdl_java_suite/issues/1753) |
| 39 | + |
| 40 | +- [Menu Manager won't send submenu cell images on RPC versions >= 5.0 && < 7.0 #2047](https://github.com/smartdevicelink/sdl_java_suite/issues/1756) |
| 41 | + |
| 42 | +- [ GenerateSources gradle task in javaSE incorrectly reads the version from gradle.properties instead of VERSION file](https://github.com/smartdevicelink/sdl_java_suite/issues/1763) |
13 | 43 |
|
14 |
| -- [NPE in SoftButtonReplaceOperation](https://github.com/smartdevicelink/sdl_java_suite/issues/1767) |
|
0 commit comments