summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix impossible activation of second app in case of resumptionfix/switch_to_incorrect_hmi_lvl_after_ign_off_onYaroslav Mamykin (GitHub)2019-11-051-1/+5
* Fix app service extension resumption data processing (#3097)6.0.0_RC2release/6.0.0Yaroslav Mamykin (GitHub)2019-10-286-1/+278
* Fix/provide operation result to function file system create directory (#2778)Stanislav Kobziev (GitHub)2019-10-284-12/+15
* Merge pull request #3102 from smartdevicelink/fix/vehicle_data_item_limitsJacob Keeler2019-10-281-16/+15
|\
| * Fix custom vehicle data limitsfix/vehicle_data_item_limitsjacobkeeler2019-10-241-16/+15
* | Merge pull request #3099 from smartdevicelink/fix/fix_synchronize_backup_and_...Jacob Keeler2019-10-282-0/+40
|\ \
| * | fixup! Synchronize backup and reset policy functionsfix/fix_synchronize_backup_and_reset_functions_in_cacheAndrii Kalinich2019-10-241-8/+6
| * | Synchronize backup and reset policy functionsAndrii Kalinich2019-10-222-0/+42
* | | Merge pull request #3103 from smartdevicelink/fix/custom_vehicle_data_array_k...Jacob Keeler2019-10-281-4/+15
|\ \ \
| * | | Fix key translation for SubscribeVehicleDatafix/custom_vehicle_data_array_key_translationjacobkeeler2019-10-251-1/+2
| * | | Fix custom VD key translation for struct arraysjacobkeeler2019-10-241-4/+14
| | |/ | |/|
* | | Fix/fix log severity level in on vehicle data notification cc (#2776)Stanislav Kobziev (GitHub)2019-10-284-10/+10
* | | Merge pull request #3094 from smartdevicelink/fix/update_generated_copyrightsJacob Keeler2019-10-252-10/+10
|\ \ \
| * | | Update generated copyright for API filesfix/update_generated_copyrightsJacob Keeler2019-10-211-6/+6
| * | | Update generated copyright in generated_msg_version.hJacob Keeler2019-10-211-4/+4
* | | | Fix SDL does not set the app to NONE HMI level after a rejecting of StartServ...Igor Gapchuk (GitHub)2019-10-254-12/+138
| |/ / |/| |
* | | Remove unimplemented RPC from HMI_API (#3101)Shobhit Adlakha2019-10-242-34/+0
* | | Merge remote-tracking branch 'origin/develop' into release/6.0.0JackLivio2019-10-2429-5/+335
|\ \ \
| * | | Fix sending of OnServiceUpdate on service NACK (#3095)Andrii Kalinich (GitHub)2019-10-231-1/+8
| * | | Fix VD items subscriptions after PTU (#3081)Andrii Kalinich (GitHub)2019-10-2328-4/+327
| | |/ | |/|
* | | ChangeRegistration can respond with result = UNSUPPORTED_RESOURCE (#3091)Collin2019-10-221-0/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/develop' into release/6.0.0jacobkeeler2019-10-212-1/+3
|\ \ | |/
| * Check if there are any registered app before sending UPDATE_NEEDED (#3090)Ira Lytvynenko (GitHub)2019-10-212-1/+3
* | Resolve conflicts between the MOBILE_API in Core and the official rpc_spec (#...Jacob Keeler2019-10-212-86/+71
* | Set alert duration to 0 if softbuttons exist (#3089)JackLivio2019-10-181-2/+4
* | Fix/sdl must send generic error hmi doesnt respond during timeout (#2495)Valerii Malkov (GitHub)2019-10-169-49/+61
* | Add select function to pipe write call (#3071)JackLivio2019-10-161-11/+46
* | move mismatched textfields to bottom of enum (#3074)Collin2019-10-111-6/+6
* | Merge remote-tracking branch 'origin/develop' into release/6.0.0JackLivio2019-10-104-32/+81
|\ \ | |/
| * Fix SSL handshake for a secondary connection (#3065)Andrii Kalinich (GitHub)2019-10-094-32/+81
* | Replace DCHECK in Create Window Request (#3068)JackLivio2019-10-102-2/+11
* | Add history tag to SetDisplayLayout (#3067)JackLivio2019-10-102-1/+7
* | Fix resource allocation manager unit tests are not included in /resource_all...Igor Gapchuk (GitHub)2019-10-093-2/+14
|/
* Add handling for unknown enum values in vehicle data schema (#3062)6.0.0_RCJacob Keeler2019-10-034-18/+14
* Merge pull request #3066 from smartdevicelink/fix/coverity_issuesJacob Keeler2019-10-032-6/+6
|\
| * Fix CID 204315, 204316jacobkeeler2019-10-032-6/+6
* | ensure correct order of stream length calculations (#3064)Collin2019-10-031-5/+6
|/
* [WIP] initial fix of socket streaming by guessing playback time (#3057)Collin2019-10-019-13/+91
* Add HMICapabilities Params (#3058)JackLivio2019-10-014-0/+18
* Fix PTU notifications order (#3051)Andrii Kalinich (GitHub)2019-10-0114-205/+427
* Merge pull request #3056 from smartdevicelink/fix/fix_random_sdl_crashJacob Keeler2019-09-271-5/+13
|\
| * Fix SDL crash on app service unpublishingfix/fix_random_sdl_crashAndrii Kalinich2019-09-271-5/+13
* | Fix/Set mandatory=false for optional response params (#3052)Shobhit Adlakha2019-09-272-5/+8
* | Merge pull request #2501 from IGapchuk/sdl_not_send_UnsubscribeVehicleDataJacob Keeler2019-09-262-12/+35
|\ \ | |/ |/|
| * Fix SDL does not send UnsubscribeVehicleData request to HMIIgor Gapchuk2019-09-262-12/+35
|/
* Fix/crash on ign off (#3048)Maksym Ked (GitHub)2019-09-267-0/+31
* Fix IAP device transport switching sequence (#3034)Andrii Kalinich (GitHub)2019-09-2513-72/+147
* Fix/GetInteriorVehicleDataConsent for modules with different allowMultipleAcc...Shobhit Adlakha2019-09-252-182/+189
* move MenuLayoutsAvailable to WindowCapability (#3043)Collin2019-09-2413-100/+67
* Fix SDL behavior during LOW_VOLTAGE (#3029)Andrii Kalinich (GitHub)2019-09-2424-118/+323