|
1 |
| -# 5.6.1 Release Notes |
| 1 | +# 5.7.0 Release Notes |
2 | 2 |
|
3 | 3 | ## Summary:
|
4 | 4 |
|
5 | 5 | || Version|
|
6 | 6 | |---|---|
|
7 | 7 | | **Protocol** | 5.4.1 |
|
8 | 8 | | **RPC** | 8.0.0 |
|
9 |
| -| **Tested Targeting** | Android 33 | |
| 9 | +| **Tested Targeting** | Android 34 | |
10 | 10 |
|
11 | 11 | ## Bug Fix / Enhancements:
|
12 | 12 |
|
13 |
| -- [Nearby Devices permission on Android 12 and Above #1839](https://github.com/smartdevicelink/sdl_java_suite/issues/1839) |
| 13 | +- [Add pending intent to ping intents] (https://github.com/smartdevicelink/sdl_java_suite/pull/1844 |
| 14 | + |
| 15 | +- [Fixes #1845 typo in SdlBroadcastReceiver for uncaughtException handler](https://github.com/smartdevicelink/sdl_java_suite/pull/1846 |
| 16 | + |
| 17 | +- [Bugfix/issue #1842 - NPE in BaseTextAndGraphicsManager](https://github.com/smartdevicelink/sdl_java_suite/pull/1847 |
| 18 | + |
| 19 | +- [Fix case for UncaughtExceptionHandler in SdlBroadcastReceiver for RemoteServiceException](https://github.com/smartdevicelink/sdl_java_suite/pull/1849 |
| 20 | + |
| 21 | +- [Update gradle to 7.4.2](https://github.com/smartdevicelink/sdl_java_suite/pull/1853 |
| 22 | + |
| 23 | +- [Fix NPE in SdlRouterService](https://github.com/smartdevicelink/sdl_java_suite/pull/1870 |
| 24 | + |
| 25 | +- [Bugfix/issue 1867 Bluetooth notification error fix](https://github.com/smartdevicelink/sdl_java_suite/pull/1868 |
| 26 | + |
| 27 | +- [Clean LifecycleManager before closing](https://github.com/smartdevicelink/sdl_java_suite/pull/1866 |
| 28 | + |
| 29 | +- [Move router service message sending to its own thread](https://github.com/smartdevicelink/sdl_java_suite/pull/1871 |
| 30 | + |
| 31 | +- [Bugfix/issue 1863 update gradle build variants for hello_sdl](https://github.com/smartdevicelink/sdl_java_suite/pull/1864 |
| 32 | + |
| 33 | +- [Android 14 add package to PendingIntents in RouterService](https://github.com/smartdevicelink/sdl_java_suite/pull/1862 |
| 34 | + |
| 35 | +- [Android 14 Runtime registered broadcast receivers export behavior](https://github.com/smartdevicelink/sdl_java_suite/pull/1858 |
| 36 | + |
| 37 | +- [Add logic to handle RAI response failure](https://github.com/smartdevicelink/sdl_java_suite/pull/1873 |
| 38 | + |
| 39 | +- [Android 14 foreground service type required](https://github.com/smartdevicelink/sdl_java_suite/pull/1860 |
| 40 | + |
| 41 | +- [Update integration validator with latest permissions and checks for exported](https://github.com/smartdevicelink/sdl_java_suite/pull/1875 |
| 42 | + |
| 43 | +- [Fix SDLLockScreenActivityEspressoTest for newer devices](https://github.com/smartdevicelink/sdl_java_suite/pull/1877 |
| 44 | + |
| 45 | +- [Remove only app logic for device listener start](https://github.com/smartdevicelink/sdl_java_suite/pull/1879) |
| 46 | + |
| 47 | +**Full Changelog**: https://github.com/smartdevicelink/sdl_java_suite/compare/5.6.1...RC_5.7.0 |
0 commit comments