summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify code copying applicationsetfix/lang_change_invalid_itercollin2021-11-093-21/+3
* fixup! fix ext prop unit test and APPLICATION_NOT_REGISTERED log messagecollin2021-11-082-4/+2
* fix ext prop unit test and APPLICATION_NOT_REGISTERED log messagecollin2021-11-082-3/+5
* Merge branch 'develop' into fix/lang_change_invalid_itercollin2021-11-086-35/+37
|\
| * Reset display_capabilities_ pointer after merging capabilities (#3812)Jacob Keeler2021-11-081-3/+5
| * Fix unstable policy handler test (#3810)Andrii Kalinich (GitHub)2021-11-081-29/+25
| * Fix unstable unit test (#3809)Andrii Kalinich (GitHub)2021-11-051-0/+4
| * Update minimum value of MaxSupportedProtocolVersion to 2 (#3801)Jacob Keeler2021-11-042-3/+3
| * Merge remote-tracking branch 'origin/master' into developJackLivio2021-10-271-0/+0
| |\
| | * Merge pull request #3775 from smartdevicelink/release/8.0.08.0.0JackLivio2021-10-27620-10863/+10778
| | |\
| | | * Update rpc spec commitrelease/8.0.0JackLivio2021-10-271-0/+0
* | | | fixup! address failure of 3797_3798 atf test in extprop policy modecollin2021-11-081-11/+22
* | | | address failure of 3797_3798 atf test in extprop policy modecollin2021-11-082-1/+27
* | | | Merge branch 'develop' into fix/lang_change_invalid_itercollin2021-11-0826-302/+260
|\ \ \ \ | |/ / /
| * | | Merge branch 'release/8.0.0' into developcollin2021-10-2646-234/+482
| |\ \ \ | | | |/ | | |/|
| * | | Changed clang-format version from 6 to 8 (#3777)Andrii Kalinich (GitHub)2021-10-151-1/+1
| * | | Send a request when the policy table is disabled. (#3767)RomanReznichenkoLuxoft2021-10-151-0/+8
| * | | Added python packages' check (#3776)Andrii Kalinich (GitHub)2021-10-153-6/+17
| * | | Remove unused policy table fields (#3771)Andrii Kalinich (GitHub)2021-10-1419-289/+231
| * | | Fix applying functional group consent for all applications (#3770)Andrii Kalinich (GitHub)2021-10-121-5/+1
| * | | Added build path to lcov command (#3786)Andrii Kalinich (GitHub)2021-10-111-1/+1
| * | | Prevent restoring resumption-related data after MASTER_RESET (#3287)Mykhailo Vorobiov (GitHub)2021-10-111-1/+0
| * | | print to console on crash from signal handler (#3789)Collin2021-10-071-0/+2
* | | | make copy of ApplicationSet instead of pushing app_ids to vectorcollin2021-11-083-72/+45
* | | | do not deactivate app before unregistering in case of vr language changecollin2021-11-052-11/+0
* | | | prevent crash with null app in rai responsecollin2021-11-031-1/+1
* | | | revert #3799collin2021-10-293-36/+1
* | | | Revert "Fix early IsRegistered() state of application (#3796)"collin2021-10-287-56/+37
* | | | apply fix to TTS and VR on language changecollin2021-10-272-42/+54
* | | | SendNotificationToMobile can also invalidate apps list iterator by calling un...collin2021-10-271-4/+9
* | | | deref app ptr while holding app list lockcollin2021-10-261-5/+5
* | | | fixup! do not modify applications array while iterating itcollin2021-10-261-8/+10
* | | | remove unnecessary and dangerous iterator++collin2021-10-261-1/+1
* | | | do not modify applications array while iterating itcollin2021-10-261-21/+24
| |/ / |/| |
* | | Fix issues with web app activation (#3799)8.0.0-RC2Andrii Kalinich (GitHub)2021-10-214-41/+41
* | | Removed the unit that interrupted the sequence of closing the connect… (#3785)RomanReznichenkoLuxoft2021-10-151-49/+63
* | | Fix early IsRegistered() state of application (#3796)Andrii Kalinich (GitHub)2021-10-148-39/+108
* | | Fix/crash after ptu for another app hmi type (#3795)Andrii Kalinich (GitHub)2021-10-1427-121/+186
* | | Fix VR.ChangeRegistration issue (#3794)Andrii Kalinich (GitHub)2021-10-131-1/+8
* | | Fix wrong behavior of RCOnRemoteControlSettingsNotification (#3792)Andrii Kalinich (GitHub)2021-10-124-20/+98
* | | Fix SDL build with USE_COTIRE=OFF (#3791)Andrii Kalinich (GitHub)2021-10-115-2/+15
* | | Check specifically for invalid HMI level when suspending notifications (#3784)Jacob Keeler2021-10-061-2/+4
|/ /
* | Fix descriptions for AudioControlCapabilities and SeatControlCapabilities (#3...8.0.0-RC1Jacob Keeler2021-09-291-2/+2
* | Prevent HMI commands processing while SDL is stopping (#3781)VladSemenyuk2021-09-282-1/+4
* | Add missing internal error codes to security manager (#3773)Jacob Keeler2021-09-147-16/+139
* | fix WebSocketServerTransportAdapter::Store write to last state (#3772)Collin2021-09-101-1/+4
* | Clear Parent Reference to Begin State When it is Erased (#3769)Collin2021-09-091-1/+6
* | Fix stopping video without audio streaming (#3752)Andrii Kalinich (GitHub)2021-08-276-144/+289
* | Fix/ccb 3141 change command request inheritance structure (#3591)VladSemenyuk2021-08-27290-2276/+3047
* | Send REQUEST type and generated sequence number in SendHandshakeData (#3761)Jacob Keeler2021-08-274-20/+38