Releases: smartdevicelink/sdl_java_suite
Releases · smartdevicelink/sdl_java_suite
v5.7.0
5.7.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 34 |
What's Changed
- Add pending intent to ping intents by in #1844
- Fixes #1845 typo in SdlBroadcastReceiver for uncaughtException handler by @joeygrover in #1846
- Bugfix/issue #1842 - NPE in BaseTextAndGraphicsManager by @JulianKast in #1847
- Fix case for UncaughtExceptionHandler in SdlBroadcastReceiver for RemoteServiceException by @JulianKast in #1849
- Update gradle to 7.4.2 by @JulianKast in #1853
- Fix NPE in SdlRouterService by @JulianKast in #1870
- Bugfix/issue 1867 Bluetooth notification error fix by @JulianKast in #1868
- Clean LifecycleManager before closing by @JulianKast in #1866
- Move router service message sending to its own thread by @joeygrover in #1871
- Bugfix/issue 1863 update gradle build variants for hello_sdl by @JulianKast in #1864
- Android 14 add package to PendingIntents in RouterService by @JulianKast in #1862
- Android 14 Runtime registered broadcast receivers export behavior by @JulianKast in #1858
- Add logic to handle RAI response failure by @joeygrover in #1873
- Android 14 foreground service type required by @JulianKast in #1860
- Update integration validator with latest permissions and checks for exported by @joeygrover in #1875
- Fix SDLLockScreenActivityEspressoTest for newer devices by @JulianKast in #1877
- Remove only app logic for device listener start by @joeygrover in #1879
- Fix NPE in TransportBroker by @JulianKast in #1882
Full Changelog: 5.6.1...RC_5.7.0
v5.7.0_RC
5.7.0_RC Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 34 |
What's Changed
- Add pending intent to ping intents by in #1844
- Fixes #1845 typo in SdlBroadcastReceiver for uncaughtException handler by @joeygrover in #1846
- Bugfix/issue #1842 - NPE in BaseTextAndGraphicsManager by @JulianKast in #1847
- Fix case for UncaughtExceptionHandler in SdlBroadcastReceiver for RemoteServiceException by @JulianKast in #1849
- Update gradle to 7.4.2 by @JulianKast in #1853
- Fix NPE in SdlRouterService by @JulianKast in #1870
- Bugfix/issue 1867 Bluetooth notification error fix by @JulianKast in #1868
- Clean LifecycleManager before closing by @JulianKast in #1866
- Move router service message sending to its own thread by @joeygrover in #1871
- Bugfix/issue 1863 update gradle build variants for hello_sdl by @JulianKast in #1864
- Android 14 add package to PendingIntents in RouterService by @JulianKast in #1862
- Android 14 Runtime registered broadcast receivers export behavior by @JulianKast in #1858
- Add logic to handle RAI response failure by @joeygrover in #1873
- Android 14 foreground service type required by @JulianKast in #1860
- Update integration validator with latest permissions and checks for exported by @joeygrover in #1875
- Fix SDLLockScreenActivityEspressoTest for newer devices by @JulianKast in #1877
- Remove only app logic for device listener start by @joeygrover in #1879
Full Changelog: 5.6.1...RC_5.7.0
V5.6.1
5.6.1 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 33 |
What's Changed
- Hot Fix for #1839. Adding fallback logic for starting router service by @joeygrover in #1840
Full Changelog: 5.6.0...5.6.1
V5.6.0
5.6.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 33 |
What's Changed
- Update Javadoc tables to match code by @noah-livio in #1820
- Remove cloning the ImageRPC in the clone method for SdlArtwork by @JulianKast in #1821
- Android 12 Catch ForegroundServiceStartNotAllowedException by @JulianKast in #1823
- Bugfix/issue 1812 Android 13 Support by @JulianKast in #1826
- Bugfix/issue 1802 Unregister apps when audio output becomes unavailable by @joeygrover in #1827
- Bugfix/issue 1824 Add missing DisplayCapabilities info and window ID by @JulianKast in #1825
- Prevent exceptions being thrown for remaining startForegroundService calls by @joeygrover in #1830
- Bugfix/issue 1828 Good text failing by @ChloeMJM in #1831
- Update current screen data in T&G manager with template config by @JulianKast in #1834
- Bugfix/issue 1835 AlertManager File upload fix by @JulianKast in #1836
New Contributors
Full Changelog: 5.5.0...5.6.0
v5.5.0
5.5.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 31 |
What's Changed
- Fix Soft button manager image upload fix by @JulianKast in #1811
- Fix formatting of many tables within the documentation by @jordynmackool in #1810
Full Changelog: 5.4.0...5.5.0
5.5.0_RC
5.5.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 31 |
What's Changed
- 1738 - Soft button manager image upload fix by @JulianKast in #1811
Full Changelog: 5.4.0...5.5.0_RC
v5.4.0
5.4.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 31 |
Enhancements
Bug fixes
- Update android, javaSE & javaEE gradle setup to read version for one file by @bilal-alsharifi in #1764
- Fix Menu Manager not sending submenu cell images on RPC versions >= 5.0 && < 7.0 by @bilal-alsharifi in #1759
- Update SecurityQueryPayload to include json data by @RHenigan in #1758
- Add Bluetooth adapter available check-in RouterService for spp error notification by @JulianKast in #1766
- Add timeout units to Javadoc comments by @noah-livio in #1778
- Cleanup spacing in lib by @noah-livio in #1782
- Fix soft button object invalid states by @noah-livio in #1776
- Attempted fix of NPE in #1783 by @noah-livio in #1786
- Fix some potential NPEs when session is null by @bilal-alsharifi in #1784
- Prevent NPE in SdlDeviceListener by @RHenigan in #1789
- Fix Typos by @theresalech in #1793
- Make sure errorCode is not cut off by @RHenigan in #1791
- Fix LCM to close down properly by @joeygrover in #1796
- Add error logging when removing empty voice commands and voice command strings by @noah-livio in #1799
- Fix Router service USB notification issue by @joeygrover in #1797
- Add multiple checks to supportsSoftButtonImages() by @noah-livio in #1801
- Update deprecated gradle line in JavaSE by @noah-livio in #1806
- Improve handling of unsupported resolutions by @noah-livio in #1804
- Fix auto-restart video stream to ensure hmi level is streamable by @JulianKast in #1808
New Contributors
- @noah-livio made their first contribution in #1778
Full Changelog: 5.3.1...5.4.0
v5.4.0 RC
5.4.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 31 |
What's Changed
- Update android, javaSE & javaEE gradle setup to read version for one file by @bilal-alsharifi in #1764
- Menu Manager won't send submenu cell images on RPC versions >= 5.0 && < 7.0 by @bilal-alsharifi in #1759
- Update SecurityQueryPayload to include json data by @RHenigan in #1758
- Add Bluetooth adapter available check in RouterService for spp error notification by @JulianKast in #1766
- Add timeout units to Javadoc comments by @noah-livio in #1778
- Cleanup/proposal sdl 0286 spacing by @noah-livio in #1782
- Fix soft button object invalid states by @noah-livio in #1776
- Attepted fix of NPE in #1783 by @noah-livio in #1786
- Fix some potential NPEs when session is null by @bilal-alsharifi in #1784
- Prevent NPE in SdlDeviceListener by @RHenigan in #1789
- Fix Typos by @theresalech in #1793
- Make sure errorCode is not cut off by @RHenigan in #1791
- Feature/android 12 fixes by @RHenigan in #1771
New Contributors
- @noah-livio made their first contribution in #1778
Full Changelog: 5.3.1...5.4.0_RC
v5.3.1
5.3.1 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 30 |
Bug Fixes / Enhancements:
v5.3.0
5.3.0 Release Notes
Summary:
Version | |
---|---|
Protocol | 5.4.1 |
RPC | 8.0.0 |
Tested Targeting | Android 30 |
Features:
Bug Fixes / Enhancements:
-
New TaskMaster release needs to be added to Java Suite Library
-
Fix description for
SeatControlCapabilities
andRadioControlCapabilities
-
java.lang.IndexOutOfBoundsException Crash: SdlRouterService.java line 3275
-
Old devices with SDL 2.0 can't display text fields and SoftButtons
-
Swapping de-duplicated menu items causes incorrect unique titles
-
Choice Set Present followed directly by a Delete can have undefined behavior
-
MenuManager should print warning when trying to send AddSubMenu with voice commands