summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for mediaImagefeature/media_service_imageJoey Grover2019-05-221-1/+17
|
* Remove param from getMediaImage signatureJoey Grover2019-05-221-2/+1
|
* Add mediaImage to MediaServiceDataJoey Grover2019-05-221-0/+23
|
* Merge pull request #1065 from smartdevicelink/bugfix/issue_1064Brett2019-05-221-1/+6
|\ | | | | Close library when unable to connect to router service
| * Fix #1064bugfix/issue_1064Joey Grover2019-05-151-1/+6
| |
* | Merge pull request #1066 from smartdevicelink/feature/send_rpcs_fixBrett2019-05-224-622/+309
|\ \ | |/ |/| Fix issues in sendRPCs and sendSequentialRPCs
| * Update send multiple RPCs tests to check remainingRequestsBilal Alsharifi2019-05-211-1/+5
| |
| * Fix an issue with sendSequentialRPCs onupdate callbackBilal Alsharifi2019-05-212-12/+8
| |
| * update var name to match the java libBrettyWhite2019-05-211-36/+36
| |
| * Update sendRPCs & sendSequentialRPCs testsfeature/send_rpcs_fixBilal Alsharifi2019-05-162-12/+5
| |
| * Add more unit tests for sendRPCs & sendSequentialRPCsBilal Alsharifi2019-05-162-555/+147
| |
| * Update testsBilal Alsharifi2019-05-161-3/+10
| |
| * Call onUpdate for last RPC in sendSequentialRequests and sendRequestsBilal Alsharifi2019-05-163-28/+19
| |
| * Keep sending RPCs in sendRPCs if there is a notification or response in the listBilal Alsharifi2019-05-152-1/+27
| |
| * Improve sending multiple RPCs logic in JavaSEBilal Alsharifi2019-05-151-12/+48
| |
| * Improve sending multiple RPCs logicBilal Alsharifi2019-05-151-12/+54
|/
* Update CHANGELOG4.8.1Joey Grover2019-05-131-32/+7
|
* Update version to 4.8.1hotfix/4.8.1Bilal Alsharifi2019-05-132-2/+2
|
* Fix issue in SdlService constructor in hello_sdl_java_ee sampleBilal Alsharifi2019-05-131-1/+1
|
* Merge pull request #1059 from smartdevicelink/bugfix/pressure_tell_taleBilal Alsharifi2019-05-092-33/+33
|\ | | | | Fix Pressure Tell Tale
| * update key valueBrettyWhite2019-05-092-33/+33
| |
* | Merge pull request #1055 from smartdevicelink/feature/sdl_protocol_npeBrett2019-05-091-18/+28
|\ \ | |/ |/| Fix potential NPEs in SdlProtocolBase
| * Add transportManager NPE check in SdlProtocolBasefeature/sdl_protocol_npeBilal Alsharifi2019-05-081-14/+18
| |
| * Fix potential NPEs in SdlProtocolBaseBilal Alsharifi2019-05-021-4/+10
| |
* | Merge pull request #1053 from smartdevicelink/feature/sdl_manager_statesBrett2019-05-083-0/+10
|\ \ | | | | | | Update SdlManager state when dispose() is called
| * | Update SdlManager unit testsfeature/sdl_manager_statesBilal Alsharifi2019-05-011-0/+5
| | |
| * | Update SdlManager state after disposing itBilal Alsharifi2019-05-012-0/+5
| |/
* | Merge pull request #1054 from smartdevicelink/bugfix/issue_1051_legacy_modeBilal Alsharifi2019-05-034-72/+154
|\ \ | |/ |/| Handle origin modules (Rpc Version 1.0 & Protocol Version 1.0)
| * Handle v1.0.0 of RPCs that miss mandatory paramsbugfix/issue_1051_legacy_modeJoey Grover2019-05-022-63/+86
| |
| * Handle RPCv1.0.0 that doesn’t accept max RPC verJoey Grover2019-05-021-2/+8
| |
| * Fix #1051Joey Grover2019-05-021-7/+60
|/
* Merge pull request #1050 from smartdevicelink/addjavalinksjordynmackool2019-04-301-2/+2
|\ | | | | Update README.md
| * Update README.mdaddjavalinksJordyn Mackool2019-04-301-1/+1
| | | | | | | | updated spacing
| * Update README.mdJordyn Mackool2019-04-301-2/+2
|/ | | | Added Java Links
* Update README (#1043)Joey Grover2019-04-171-3/+8
| | | | | | * Update README * removed hardcoded links for Bintray versions
* Merge pull request #1015 from smartdevicelink/release/4.8.0-rc1Joey Grover2019-04-171911-120047/+157493
|\ | | | | Release 4.8.0
| * Update version to 4.8.04.8.0Joey Grover2019-04-172-2/+2
| |
| * Update site url in bintray filesBilal Alsharifi2019-04-173-6/+6
| |
| * Update version to RC4RC4-4.8.0release/4.8.0-rc1Bilal Alsharifi2019-04-152-2/+2
| |
| * Add javadoc to SdlFile & SdlArtwork (#1041)Bilal Alsharifi2019-04-154-22/+235
| | | | | | | | | | | | | | | | | | | | * Add java doc for SdlFile * Add javadoc to sdl Artwork * Add more javadoc SdlFile & SdlArtwork * Update java docs for SdlFile/SdlArtwork
| * Merge pull request #1040 from smartdevicelink/feature/remove_sdlfile_constructorBrett2019-04-122-19/+0
| |\ | | | | | | Remove unnecessary SdlFile constructor in javaSE
| | * Remove unnecessary SdlFile constructor in javafeature/remove_sdlfile_constructorBilal Alsharifi2019-04-122-19/+0
| | |
| * | Fix issue in PLAY_PAUSE button handling (#1038)Bilal Alsharifi2019-04-122-32/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Play_Pause button issue in Android * Move handling Play_Pause to sendRPCMessagePrivate * Fix Play_Pause button issue in javaSE * Put all sendRPCMessagePrivate logic in try/catch block * Add null check in sendRPCMessagePrivate * Fix spacing issue * Remove unnecessary check for null * Add null check for rpcSpecVersion
| * | Merge pull request #1039 from smartdevicelink/bugfix/handle_old_rs_trBrett2019-04-122-1/+32
| |\ \ | | | | | | | | Handle corner case during transport d/c
| | * | Handle corner case during transport d/cbugfix/handle_old_rs_trJoey Grover2019-04-112-1/+32
| | | | | | | | | | | | | | | | There is an issue in the first gen of multi transport router services that will remove certain extras from messages to the TransportBroker if older apps are connected that do not support the multi transport messages. Because of /that, we check the records we have and if the transport matches we assume it was the original transport that was received regardless of the address.
| * | | Merge pull request #1036 from ↵Bilal Alsharifi2019-04-121-2/+3
| |\ \ \ | | |/ / | |/| | | | | | | | | | smartdevicelink/bugfix/textAndGraphicManager_Updates make sure hasQueuedUpdate gets set
| | * | make sure hasQueuedUpdate gets setbugfix/textAndGraphicManager_UpdatesBrettyWhite2019-04-111-2/+3
| |/ /
| * | Merge pull request #1034 from smartdevicelink/bugfix/scm_remove_app_serviceBilal Alsharifi2019-04-084-20/+54
| |\ \ | | | | | | | | Handle AppService Removed reason in SCM
| | * | Fix more tabs in SCMJoey Grover2019-04-081-4/+4
| | | |
| | * | Fix tabs in SCMJoey Grover2019-04-081-4/+3
| | | |