summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check if there are any registered app before sending UPDATE_NEEDEDfix/update_needed_sendingLitvinenkoIra2019-10-182-1/+3
* Fix SSL handshake for a secondary connection (#3065)Andrii Kalinich (GitHub)2019-10-094-32/+81
* 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
* Merge pull request #3047 from smartdevicelink/feature/remove_deprecated_metho...Jacob Keeler2019-09-246-26/+1
|\
| * Remove deprecated methods from projectjacobkeeler2019-09-236-26/+1
* | Merge pull request #3045 from smartdevicelink/fix/dial_number_descriptionJacob Keeler2019-09-231-1/+4
|\ \ | |/ |/|
| * Fix DialNumber description in HMI APIjacobkeeler2019-09-231-1/+4
* | Merge pull request #3025 from smartdevicelink/fix/gather_consumer_messagesJacob Keeler2019-09-233-14/+58
|\ \
| * | Address commentsfix/gather_consumer_messagesjacobkeeler2019-09-203-22/+41
| * | Fix reading of Consumer Friendly Messages in PROPRIETARY modejacobkeeler2019-09-101-2/+27
* | | Add condition check for policy ResetRetrySequence (#3035)Jacob Keeler2019-09-232-3/+6
* | | GetInteriorVehicleDataConsent user location check (#3039)Shobhit Adlakha2019-09-232-43/+162
* | | Merge pull request #3040 from smartdevicelink/fix/maximum_change_velocity_def...Jacob Keeler2019-09-232-6/+12
|\ \ \ | |_|/ |/| |
| * | Fix definition of maximumChangeVelocity in HMI APIfix/maximum_change_velocity_definitionjacobkeeler2019-09-182-6/+12
* | | Fix merge module data incorrect behavior (#3017)Yaroslav Mamykin (GitHub)2019-09-208-92/+521
* | | Add fix to update RC capabilities on OnSystemCapabilityUpdated(REMOTE_CONTROL...Shobhit Adlakha2019-09-201-14/+28
* | | Make usage logger stabilization (#3022)Serhii Niukalov (GitHub)2019-09-1912-49/+94
* | | Fix coverity issues (#3036)Jacob Keeler2019-09-1911-29/+34
* | | Fix dcheck on max dtls record size exceeded (#3021)Maksym Ked (GitHub)2019-09-191-1/+6
* | | Fix build with USE_COTIRE = OFF (#3012)Ira Lytvynenko (GitHub)2019-09-191-1/+1
|/ /
* | Merge pull request #3028 from smartdevicelink/revert-3015-fix/sdl_versioning_...Jacob Keeler2019-09-138-149/+28
|\ \
| * | Revert "Fix sdl versioning for vehicle data (#3015)"revert-3015-fix/sdl_versioning_for_vehicle_dataJacob Keeler2019-09-138-149/+28
|/ /
* | Fix sdl versioning for vehicle data (#3015)Yaroslav Mamykin (GitHub)2019-09-138-28/+149
* | Error message processing from HMI (#3016)Mykola Korniichuk (GitHub)2019-09-139-34/+76
* | Fix SDL's core crash during retry sequence (#3020)Igor Gapchuk (GitHub)2019-09-1214-9/+79
|/
* Re-add minlength attribute for templateTitle parameter (#3023)Shobhit Adlakha2019-09-101-1/+1
* re add CancelInteraction to preloaded_pt json (#3018)Collin2019-09-061-0/+7
* Fix redundant OnPermissionChanged notification (#3007)Mykola Korniichuk (GitHub)2019-09-056-84/+67
* Merge pull request #3013 from smartdevicelink/fix/build_with_disabled_loggerJacob Keeler2019-09-043-0/+3
|\
| * Fix build with disabled logger.fix/build_with_disabled_loggerMykola Korniichuk2019-09-043-0/+3
* | Merge pull request #3005 from smartdevicelink/fix/PTU_trigger_on_ignition_cyc...Jacob Keeler2019-09-032-0/+16
|\ \
| * | Add check for already stored vehicle data item paramsfix/PTU_trigger_on_ignition_cycles_doesnt_work_properlyMykola Korniichuk2019-09-022-0/+16
| |/
* | Fix failing build with enable_security=off (#3006)Maksym Ked (GitHub)2019-09-036-10/+24
|/
* Feature/Remote Control - Allow Multiple Modules per Module Type (#2984)Ira Lytvynenko (GitHub)2019-08-30111-1246/+7946