summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix errors from merge conflictsfix/fix_session_heartbeat_startingJackLivio2020-11-124-6/+6
* Merge remote-tracking branch 'origin/develop' into fix/fix_session_heartbeat_...JackLivio2020-11-104650-587187/+266946
|\
| * Merge remote-tracking branch 'origin/master' into developJackLivio2020-11-05225-3896/+3302
| |\
| | * Merge pull request #3551 from smartdevicelink/release/7.0.07.0.0JackLivio2020-11-051095-106525/+50935
| | |\
| | | * Update rpc_spec tag for 7.0.0JackLivio2020-11-051-0/+0
| | | * ensure apps receive default HMI status before activated status (#3559)7.0.0-RC2release/7.0.0Collin2020-10-2910-15/+249
| | | * remove possibility for invalid choice ID to be sent to mobile (#3555)Collin2020-10-291-10/+15
| | | * Fix a/v streaming retry sequence issues (#3552)Andrii Kalinich (GitHub)2020-10-264-60/+70
| | | * Bugfix 2808 copy (#3546)JackLivio2020-10-262-0/+22
| | | * Fix sdl sends unexpected disconnect with resource constraint (#3516)Serhii Niukalov (GitHub)2020-10-2314-13/+211
| | | * Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-2341-264/+134
| | | * Add missed NACK reasons (#3545)Yana Chernysheva (GitHub)2020-10-2317-201/+204
| | | * Fix application activation after resumption (#3550)Yana Chernysheva (GitHub)2020-10-225-28/+18
| | | * Add defvalue to policy table schema (#3530)Jacob Keeler2020-10-2215-62/+246
| | | * Merge pull request #3548 from smartdevicelink/hotfix/mobile_api_link_readmeJacob Keeler2020-10-211-1/+1
| | | |\
| | | | * Fix broken Mobile API link in READMEhotfix/mobile_api_link_readmeJacob Keeler2020-10-211-1/+1
| | | |/ | | |/|
| | | * Keep FULL for apps after conflict resolution (#3538)Andrii Kalinich (GitHub)2020-10-201-1/+5
| | | * Add check for non-existent parent ID to AddSubMenuRequest (#3534)Yana Chernysheva (GitHub)2020-10-202-3/+38
| | | * Fix synchronization in WaypointsPendingResumptionHandler (#3531)Yana Chernysheva (GitHub)2020-10-193-137/+138
| | | * Add error handling for failed hmi message send (#3537)JackLivio2020-10-144-6/+29
| | | * remove unlock of lock that isn't locked (#3536)7.0.0-RC1Collin2020-10-081-1/+0
| | | * Fix/Add DialNumber RPC to preloaded pt (#3533)Shobhit Adlakha2020-10-071-0/+11
| | | * Fix/usb handler thread safe stop (#3492)Andrii Kalinich (GitHub)2020-10-063-5/+40
| | | * use less common port in websocket connection tests (#3529)Collin2020-10-061-1/+1
| | | * Re-order rai logic for plugins (#3526)JackLivio2020-10-065-8/+36
| | | * Bugfix 3173 (#3528)JackLivio2020-10-064-1/+54
| | | * Fix dead lock in usb connection (#3494)Andrii Kalinich (GitHub)2020-10-051-1/+1
| | | * Add check for already processed resumptions (#3525)Yana Chernysheva (GitHub)2020-10-053-142/+61
| | | * Fix streamer activity in case of suspend (#3488)Andrii Kalinich (GitHub)2020-10-0516-130/+91
| | | * Fix deadlock in policy handler (#3497)Igor Gapchuk (GitHub)2020-10-053-356/+460
| | | * Fix GetInteriorVehicle request wrong processes result codes from HMI (#3519)Igor Gapchuk (GitHub)2020-10-022-6/+68
| | | * Use weak_ptr<WebsocketSession> instead of raw ptrs (#3490)Andrii Kalinich (GitHub)2020-10-023-141/+141
| | | * Merge pull request #3449 from LuxoftSDL/fix/move_duplicate_conversion_functio...Jacob Keeler2020-10-0224-776/+100
| | | |\
| | | | * Delete module_types_str_mappingYana Chernysheva2020-10-021-9/+1
| | | | * Merge branch 'release/7.0.0' into fix/move_duplicate_conversion_functions_to_...Yana Chernysheva2020-10-02123-1555/+993
| | | | |\ | | | | |/ | | | |/|
| | | * | Remove ManageMobileCommand call from UnregisterAppInterfaceRequest and corres...Yana Chernysheva (GitHub)2020-10-012-16/+0
| | | * | Merge pull request #3523 from smartdevicelink/fix/play_tone_without_ttsJacob Keeler2020-10-011-3/+4
| | | |\ \
| | | | * | Ignore playTone if provided without TTSChunksfix/play_tone_without_ttsjacobkeeler2020-09-301-3/+4
| | | * | | Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-0198-961/+639
| | | * | | Fix data races in TcpClientListener (#3495)Andrii Kalinich (GitHub)2020-10-012-7/+10
| | | |/ /
| | | * | Fix deadlock in connection_handler (#3496)Igor Gapchuk (GitHub)2020-09-301-5/+15
| | | * | Use atomic bool in ApplicatinManager (#3491)Andrii Kalinich (GitHub)2020-09-302-10/+5
| | | * | Replace direct access with accessor for apps (#3487)Andrii Kalinich (GitHub)2020-09-302-18/+22
| | | * | Merge branch 'develop' into release/7.0.0collin2020-09-302-0/+2
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Unsubscribe from event in VehicleInfoPendingResumptionHandler (#3515)Yana Chernysheva (GitHub)2020-09-302-0/+2
| | | * | Merge pull request #3510 from LuxoftSDL/fix/fix_enums_conversion_in_hmi_capab...Jacob Keeler2020-09-293-478/+65
| | | |\ \
| | | | * | Align HMI capabilities file with APIAndrii Kalinich2020-09-232-3/+3
| | | | * | Fix enum conversion in HMI capabilitiesAndrii Kalinich2020-09-221-475/+62
| | | * | | add webengine_websocket to TransportTypeProfileStringFromDeviceHandle (#3520)Collin2020-09-292-1/+4
| | | * | | Add additional check to avoid duplicate subscriptions to Vehicle Data (#3512)Yana Chernysheva (GitHub)2020-09-294-28/+94