|
1 |
| -# 4.10.1 Release Notes |
| 1 | +# 4.11.0 Release Notes |
2 | 2 |
|
3 |
| -## Hotfix |
| 3 | +### Summary: |
| 4 | +||Version| |
| 5 | +|--|--| |
| 6 | +|**Protocol** |5.2.0 |
| 7 | +| **RPC** |6.0.0 |
| 8 | +| **Tested Targeting** |Android 29 |
4 | 9 |
|
5 |
| -- [Fix issue with video streaming stability](https://github.com/smartdevicelink/sdl_java_suite/pull/1214) |
6 |
| -- [Fix potential overflow issue in BestRouterComparator ](https://github.com/smartdevicelink/sdl_java_suite/pull/1229) |
7 |
| -- [Fix NPL in TransportBrokerImpl.resetSession() ](https://github.com/smartdevicelink/sdl_java_suite/pull/1226) |
8 |
| -- [Fix some potential NPEs in SystemCapabilityManager](https://github.com/smartdevicelink/sdl_java_suite/pull/1222) |
9 |
| -- [Fix potential NPEs in BaseMenuManager](https://github.com/smartdevicelink/sdl_java_suite/pull/1216) |
10 |
| -- [Add AppInfo to RegisterAppInterface RPC](https://github.com/smartdevicelink/sdl_java_suite/pull/1220) |
| 10 | +## Features |
| 11 | + |
| 12 | +- [[SDL 0234] Proxy Library RPC Generation](https://github.com/smartdevicelink/sdl_java_suite/issues/1090) |
| 13 | + |
| 14 | +- [[SDL 0124] SDLImageUploadManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1326) |
| 15 | + |
| 16 | +- [[SDL 0191] Retry Failed File Uploads](https://github.com/smartdevicelink/sdl_java_suite/issues/830) |
| 17 | + |
| 18 | +- [[SDL 0220] Support for Android custom RouterService](https://github.com/smartdevicelink/sdl_java_suite/issues/1079) |
| 19 | + |
| 20 | +- [Use GitHub Actions ](https://github.com/smartdevicelink/sdl_java_suite/pull/1233) |
| 21 | + |
| 22 | + |
| 23 | +## Enhancements |
| 24 | + |
| 25 | +- [Align SystemCapabilityManager with iOS](https://github.com/smartdevicelink/sdl_java_suite/issues/1324) |
| 26 | + |
| 27 | +- [SystemCapabilityManager doesn't fully support capability subscriptions ](https://github.com/smartdevicelink/sdl_java_suite/issues/1255) |
| 28 | + |
| 29 | +- [Align Video Streaming State with iOS](https://github.com/smartdevicelink/sdl_java_suite/issues/1331) |
| 30 | + |
| 31 | +- [SoftButtonObject override Equals method](https://github.com/smartdevicelink/sdl_java_suite/issues/1257) |
| 32 | + |
| 33 | +- [Lock Screen Icon is not cached](https://github.com/smartdevicelink/sdl_java_suite/issues/1316) |
| 34 | + |
| 35 | +- [Update License to 2020](https://github.com/smartdevicelink/sdl_java_suite/issues/1264) |
| 36 | + |
| 37 | + |
| 38 | +## Bug Fixes |
| 39 | + |
| 40 | +- [Inconsistently in ScreenManager behavior if displayCapabilities is null](https://github.com/smartdevicelink/sdl_java_suite/issues/1310) |
| 41 | + |
| 42 | +- [Remove left over code in hellosdl](https://github.com/smartdevicelink/sdl_java_suite/pull/1330) |
| 43 | + |
| 44 | +- [VideoStreaming does not start during HMI Level "LIMITED".](https://github.com/smartdevicelink/sdl_java_suite/issues/1289) |
| 45 | + |
| 46 | +- [Scale Workaround for legacy high-res displays](https://github.com/smartdevicelink/sdl_java_suite/issues/1282) |
| 47 | + |
| 48 | +- [Refactor router service's exitForeground logic](https://github.com/smartdevicelink/sdl_java_suite/pull/1311) |
| 49 | + |
| 50 | +- [No Overwrite property for SdlFiles](https://github.com/smartdevicelink/sdl_java_suite/issues/1302) |
| 51 | + |
| 52 | +- [Deprecate DeviceInfo.DEVICE_OS](https://github.com/smartdevicelink/sdl_java_suite/issues/1290) |
| 53 | + |
| 54 | +- [Missing enums ](https://github.com/smartdevicelink/sdl_java_suite/issues/1283) |
| 55 | + |
| 56 | +- [BaseFileManager UploadFiles handles static icons differently then UploadFile](https://github.com/smartdevicelink/sdl_java_suite/issues/1284) |
| 57 | + |
| 58 | +- [USB transport drops remaining data after PSM FINISHED or ERROR state](https://github.com/smartdevicelink/sdl_java_suite/issues/1279) |
| 59 | + |
| 60 | +- [Delete notification channel when possible](https://github.com/smartdevicelink/sdl_java_suite/pull/1271) |
| 61 | + |
| 62 | +- [Null pointer exception in startStream if hapticSpatialDataSupported is missing](https://github.com/smartdevicelink/sdl_java_suite/issues/1245) |
| 63 | + |
| 64 | +- [Issue in VoiceCommandManager.setVoiceCommands()](https://github.com/smartdevicelink/sdl_java_suite/issues/1293) |
| 65 | + |
| 66 | +- [Video streaming doesn't start again after closing the app using voice commands](https://github.com/smartdevicelink/sdl_java_suite/issues/1248) |
| 67 | + |
| 68 | +- [Potential NPE in TextAndGraphicManager](https://github.com/smartdevicelink/sdl_java_suite/issues/1237) |
0 commit comments