summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing space in SDLRSSProvider try blockbugfix/issue_1829Joey Grover2022-09-141-1/+1
| | | Co-authored-by: Julian Kast <julian.kast@live.com>
* Add try/catch to USB Activity startFrgndServiceJoey Grover2022-09-081-2/+2
|
* Add try/catch to RS status class startFrgndServiceJoey Grover2022-09-081-2/+12
|
* Change SdlBR handleStartServiceEx access modifierJoey Grover2022-09-081-1/+6
| | | | Update to protected to allow other transport classes to use it
* 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
| | |
| | * Fix Table FormatJordyn Mackool2022-04-218-54/+733
| | |
| * | Update CHANGELOG for 5.5.0 release5.5.0_RC“JKAST”2022-06-211-47/+3
| | |
| * | Update Version name and version code for 5.5.0_RC“JKAST”2022-06-213-3/+3
| | |
| * | 1738 - Soft button manager image upload fix (#1811)Julian Kast2022-06-213-4/+113
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check isGraphicSupported in SoftButtonManager * Remove log from testing * fix formatting * Unit test updates * Add unit test to test when graphic is not supported. Align with iOS on uploading graphic when no capability is retrieved * Fix logic to allow for static images to still be uploaded if dynamic are not supported * Fix logic in uploading softbuttons, align with iOS * Revert log back to a warning * Add unit test * Refactor isGraphicSupported to isDynamicGraphicSupported
* | Merge pull request #1795 from smartdevicelink/5.4.0_RC5.4.0Joey Grover2022-04-1392-588/+1464
|\ \ | | | | | | Release 5.4.0
| * | remove space in changelog“JKAST”2022-04-131-1/+1
| | |
| * | Update RC changelog and update version to 5.4.0“JKAST”2022-04-133-2/+16
| | |
| * | Merge pull request #1808 from smartdevicelink/video_streaming_restart_errornoah-livio2022-04-112-3/+17
| |\ \ | | | | | | | | Fix auto restart video stream to ensure hmi level is streamable
| | * | Add mEglCore release and set it to null in shutdown of VDE. And revert ↵“JKAST”2022-04-112-1/+5
| | | | | | | | | | | | | | | | change in Texture2dProgram
| | * | Remove added space“JKAST”2022-04-111-1/+0
| | | |
| | * | Add behavior that video streaming will start back up if the app went form an ↵“JKAST”2022-04-111-0/+4
| | | | | | | | | | | | | | | | HMI state that was not streamable to one that is.