summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix extern policy unit testsfix/trigger_ptu_without_registered_appsShobhit Adlakha2020-03-105-8/+27
* Fix regular policy unit testsShobhit Adlakha2020-03-101-0/+13
* Remove CanUpdate call in PolicyManagerImpl::StartPTExchange and restore CanUp...Shobhit Adlakha2020-03-103-3/+3
* Temporary fix for allowing core to send the policyupdate rpcShobhit Adlakha2020-03-091-1/+1
* Use Mobile_API files from RPC Spec submodule (#3270)JackLivio2020-03-044-8628/+11
* Remove branches from submodules (#3272)JackLivio2020-03-032-2/+0
* Remove intendation for policy table snapshot (#3262)JackLivio2020-03-032-0/+2
* Add the missing attributes to the schema (#3266)Shobhit Adlakha2020-03-021-0/+6
* Add function UnwrapAppPolicies to CacheManager::Init() method (#3244)Yana Chernysheva (GitHub)2020-03-022-0/+9
* Start the new PTU after a failed retry sequence (#3208)Yevhenii Dementieiev (GitHub)2020-02-2820-33/+229
* Merge pull request #3261 from smartdevicelink/fix/readme_getting_started_linkJacob Keeler2020-02-281-1/+1
|\
| * Fix new README linkJacob Keeler2020-02-281-1/+1
|/
* Merge pull request #3120 from smartdevicelink/feature/readme_overhaulwebengineJacob Keeler2020-02-271-127/+22
|\
| * Merge branch 'develop' into feature/readme_overhaulJacob Keeler2020-02-27548-21343/+13734
| |\ | |/ |/|
* | Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-270-0/+0
* | Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-270-0/+0
* | Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-27121-1135/+7307
* | don't send onSystemRequest LOCK_SCREEN_ICON_URL to mobile if url is missing (...Collin2020-02-261-6/+9
* | Merge pull request #2713 from smartdevicelink/fix/update_supported_platformsJacob Keeler2020-02-262-1/+7
|\ \
| * | Update supported environment and add to READMEfix/update_supported_platformsjacobkeeler2018-10-232-1/+7
* | | Add missing until param for enumeration elements (#3249)Yevhenii Dementieiev (GitHub)2020-02-261-0/+1
* | | Merge pull request #3255 from smartdevicelink/fix/issue_3254theresalech2020-02-251-7/+6
|\ \ \
| * | | update third_party.mdtheresalech2020-02-251-7/+6
* | | | Add the ability to use IAP2 transport from build flags (#3219)Serhii Niukalov (GitHub)2020-02-256-11/+17
* | | | Adapt fix #3203 for PROPRIETARY flow (#3242)Maksym Ked (GitHub)2020-02-209-6/+90
* | | | Merge pull request #3241 from smartdevicelink/fix/hash_id_rejected_paramsJacob Keeler2020-02-171-1/+2
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/develop' into fix/hash_id_rejected_paramsJackLivio2020-02-17100-625/+1399
| |\ \ \ \
| * | | | | Properly populate rejectedParams for EndServiceNACKfix/hash_id_rejected_paramsjacobkeeler2020-02-101-1/+2
* | | | | | Merge pull request #3214 from smartdevicelink/fix/3rd_party_build_issuesJacob Keeler2020-02-171-23/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/develop' into fix/3rd_party_build_issuesfix/3rd_party_build_issuesJackLivio2020-02-17416-19604/+4924
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Fix LastState methods thread safe access (#2626)Ira Lytvynenko (GitHub)2020-02-1494-604/+1368
* | | | | | Fix core crash on accesing the application pointer. (#3194)Igor Gapchuk (GitHub)2020-02-122-7/+9
* | | | | | Prevent creation of SSL context during certificate updating (#2777)Stanislav Kobziev (GitHub)2020-02-112-0/+4
* | | | | | Fix ApplicationSet reference variables are not lock-protected (#3230)Jim-Nexty2020-02-101-2/+2
* | | | | | Fix for Bug:Deadlock happens during video streaming (#3231)Jim-Nexty2020-02-101-12/+16
| |/ / / / |/| | | |
* | | | | Fix for No mechanism for managing the switching sequence(Start/StopSt… (#3217)Jim-Nexty2020-02-071-0/+36
* | | | | fix warning in compiling core (#3236)Collin2020-02-061-2/+1
* | | | | #3211 [SDL 0234] Proxy Library RPC Generation (#3213)Vladyslav Mustafin2020-02-0636-2493/+1148
* | | | | Fix potential deadlock in application manager (#3215)Mykola Korniichuk (GitHub)2020-02-051-14/+18
* | | | | Merge pull request #3229 from smartdevicelink/fix/issue_3228theresalech2020-02-051-1/+1
|\ \ \ \ \
| * | | | | update licensefix/issue_3228theresalech2020-02-031-1/+1
* | | | | | Feature/HMI Policy Table Update using vehicle modem (#3201)Ira Lytvynenko (GitHub)2020-02-0519-10/+86
|/ / / / /
* | | | | Fix processing of VR only Perform Interaction response (#3122)Yaroslav Mamykin (GitHub)2020-01-313-65/+634
* | | | | Fix build witj external proprietary after update new jsoncpp lib (#3224)Yevhenii Dementieiev (GitHub)2020-01-303-5/+4
* | | | | Update jsoncpp library (#3155)Yevhenii Dementieiev (GitHub)2020-01-29235-16018/+553
* | | | | Stop app unregister timer after streaming session restarted (#3202)Mykola Korniichuk (GitHub)2020-01-292-27/+45
* | | | | Update malformed message's criterias according the documentation (#2516)Kostiantyn Grygoriev2020-01-282-18/+56
* | | | | Rework Uts and add synchronization to avoid race condition in transport adapt...Serhii Niukalov (GitHub)2020-01-2423-183/+566
* | | | | SDL restores AddCommands in the order they were created (#2515)Anna Pipko (GitHub)2020-01-229-32/+148
* | | | | Fix UpdateDeviceList content (#2249)Yurii Postolov2020-01-225-48/+27