summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1840 from smartdevicelink/hotfix/issue_1839HEAD5.6.1masterdevelopJoey Grover2023-02-146-41/+57
|\ | | | | Hot Fix for #1839. Adding fallback logic for starting router service
| * Update version for JavaSE/EE libsJoey Grover2023-02-141-1/+1
| |
| * Update changelog for 5.6.1Joey Grover2023-02-141-24/+8
| |
| * Update version to 5.6.1Joey Grover2023-02-132-2/+2
| |
| * Remove RPC Gen tests from actionsJoey Grover2023-02-131-5/+0
| | | | | | | | Library used for testing has been updated and our integration is broken because of it. There is no play to fix this, so removing the tests for now from actions.
| * Fix formatting error in SdlBroadcastReceiver #1840Joey Grover2023-02-131-1/+1
| | | | | | Co-authored-by: Julian Kast <julian.kast@live.com>
| * Fix #1839Joey Grover2023-02-021-9/+46
|/ | | | Add fallback logic if an older version of the SDL lib is on the device and they do not have the right permissions or their integration is incorrect.
* Merge pull request #1837 from smartdevicelink/release/5.6.0_RC5.6.0Joey Grover2022-10-2628-154/+541
|\ | | | | Release/5.6.0
| * Update Version name“JKAST”2022-10-252-2/+2
| |
| * Update CHANGELOG, version name/code“JKAST”2022-09-234-7/+21
| |
| * Bugfix/issue 1835 AlertManager File upload fix (#1836)Julian Kast2022-09-232-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor logic to remove ! when checking if file has uploaded when deciding to add image to AlertRPC * update test to cover change in PresentAlertOperation * Update test case for adding imageRPC to Alert * Update Unit test to test no Icon capability when creating AlertRPC * Remove added unnecessary code * Change hasUploaded file to filesNeedsUpload * Fix unit test * Add boolean var to check if Alert icon has been uploaded * fix existing unit test base on changes made * test staticIcon file upload * Test removing unnecessary test * Clean up unit test * Remove unused import
| * Update current screen data in T&G manager with template config (#1834)Julian Kast2022-09-212-7/+11
| | | | | | | | | | | | | | | | | | * update current screen data in T&G manager with template config * Fix unit test to cover template config change * Remove line form unit test that didn't make sense * Fix unitTest from mergConflicts
| * Bugfix/issue 1828 Good text failing (#1831)Chloe Matthews2022-09-213-59/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added updateTargetStateWithErrorState() method * Added updatePendingOperationsWithFailedScreenState method. * Added testUpdateTargetStateWithErrorSendingBadData() testing method. * Testing cleanup for clarity * Added null checks for references in updateTargetStateWithErrorState * Added additional tests. * Modified updateTargetStateWithErrorState method to use null safe Objects.equals() * Applying feedback: Made suggested formatting changes. Removed unused supersedePreviousOperations and currentOperationListener variables. Changed passed in reference from updatedState to null for currentScreenDataListener.onError() when text update has not been sent. * Adjusted when updateTargetStateWithErrorState is called. Modified currentScreenDataUpdateListener.onError(updatedState) from null to updatedState.
| * Prevent exceptions being thrown for remaining startForegroundService calls ↵Joey Grover2022-09-143-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1830) * Change SdlBR handleStartServiceEx access modifier Update to protected to allow other transport classes to use it * Add try/catch to RS status class startFrgndService * Add try/catch to USB Activity startFrgndService * Add missing space in SDLRSSProvider try block Co-authored-by: Julian Kast <julian.kast@live.com> Co-authored-by: Julian Kast <julian.kast@live.com>
| * Bugfix/issue 1824 Add missing DisplayCapabilities info and window ID (#1825)Julian Kast2022-09-122-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add cached ScreenParams to new DisplayCapabilities * Update Unit test * Remove whitespace * Add Comment based off review * Update MediaClockFormats in deprecated capability, and window id in windowCapability * Update SystemCapabilityManagerTests to set an actual value in mediaClockFormats * Add Comment * Clone WindowCapability to prevent modification of stored WindowCapability in SystemCapabilityManager * update naming
| * Bugfix/issue 1802 Unregister apps when audio output becomes unavailable (#1827)Joey Grover2022-09-074-4/+44
| | | | | | | | | | | | | | | | | | | | | | * Add audio output status callback set to SdlSession Add to Andoroid’s SdlSession since it is only an Android feature * Add callback for audio output status in LCM Closes LCM if audio outpput is required and no longer available. Properly clears apps off IVI. * Add helloSDL buildFlavor for audio output required
| * Merge pull request #1826 from smartdevicelink/bugfix/issue_1812_Android_13Joey Grover2022-09-064-20/+64
| |\ | | | | | | Bugfix/issue 1812 Android 13 Support
| | * Check local array to see if we need bluetooth connect permission“JKAST”2022-09-041-3/+6
| | |
| | * Flip permission methods and rename them“JKAST”2022-09-041-6/+14
| | |
| | * Review updates“JKAST”2022-08-311-2/+3
| | |
| | * Formatting fixes“JKAST”2022-08-301-4/+3
| | |
| | * Add comments for denying permission“JKAST”2022-08-291-0/+4
| | |
| | * Add POST_NOTIFICATION permission to hello_SDL“JKAST”2022-08-252-16/+45
| | |
| | * Update target and compile sdk to api 33 for sdl_android and hello sdl app“JKAST”2022-08-252-4/+4
| |/
| * Merge pull request #1823 from ↵Joey Grover2022-08-151-5/+22
| |\ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1815_ForegroundServiceStartNotAllowedException Android 12 Catch ForegroundServiceStartNotAllowedException
| | * Add method handleStartServiceException to handle exceptions when trying to ↵“JKAST”2022-08-151-10/+21
| | | | | | | | | | | | start routerService in foreground
| | * Catch ForegroundServiceStartNotAllowedException in SdlBroadcastReceiver“JKAST”2022-07-261-0/+6
| |/
| * Remove cloning the ImageRPC in the clone method for SdlArtwork (#1821)Julian Kast2022-07-182-2/+2
| | | | | | | | | | | | | | * Remove cloning the ImageRPC in the clone method for SdlArtwork * Fix JavaSe artwork cloning method to match android * Fix cloning sdlArtwork
| * Update Javadoc tables to match code (#1820)noah-livio2022-07-136-31/+24
|/
* Merge pull request #1816 from smartdevicelink/release/5.5.0_RC5.5.0Joey Grover2022-06-2918-176/+244
|\ | | | | Release 5.5.0
| * Update version for javaSE“JKAST”2022-06-291-1/+1
| |
| * Update changelog and version for release“JKAST”2022-06-292-1/+3
| |
| * Merge pull request #1810 from smartdevicelink/Fix-broken-tablesnoah-livio2022-06-2811-123/+124
| |\
| | * Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.javaJordyn Mackool2022-06-281-1/+1
| | | | | | | | | Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
| | * Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.javaJordyn Mackool2022-06-281-1/+1
| | | | | | | | | Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
| | * Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.javaJordyn Mackool2022-06-281-1/+1
| | | | | | | | | Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
| | * Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.javaJordyn Mackool2022-06-281-24/+24
| | | | | | | | | Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
| | * Update base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.javaJordyn Mackool2022-06-281-1/+1
| | | | | | | | | Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
| | * Update spacingJordyn Mackool2022-06-233-1/+4
| | |
| | * UpdatesJordyn Mackool2022-06-225-58/+48
| | |
| | * Update OnVehicleData.javaJordyn Mackool2022-04-251-2/+2
| | |
| | * Update BodyInformation.javaJordyn Mackool2022-04-211-8/+16
| | |
| | * Update MenuParams.javaJordyn Mackool2022-04-211-8/+10
| | |
| | * Update MenuParams.javaJordyn Mackool2022-04-211-2/+2
| | |
| | * Update GetVehicleData.javaJordyn Mackool2022-04-211-0/+1
| | |
| | * Update GetVehicleData.javaJordyn Mackool2022-04-211-2/+3
| | |
| | * Update GetVehicleData.javaJordyn Mackool2022-04-211-2/+1
| | |
| | * Update GetVehicleData.javaJordyn Mackool2022-04-211-3/+3
| | |
| | * Update GetVehicleData.javaJordyn Mackool2022-04-211-3/+3
| | |
| | * Update showJordyn Mackool2022-04-212-686/+4
| | |