summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Update versioning logic to check for < version 5.0.0fix/update_rpc_versioning_logicJackLivio2018-10-151-1/+1
* Fix usage of base_rpc_versionJackLivio2018-10-111-2/+3
* Merge branch 'release/5.0.0' of github.com:smartdevicelink/sdl_core into fix/...ShobhitAd2018-10-11385-36017/+7269
|\
| * Fix issue where Vehicle Data and WayPoints were not unsubscribed on transport...fix/unsubscribe_way_points_vehicle_data_transport_switchjacobkeeler2018-10-041-1/+10
| * Merge pull request #2648 from JackLivio/fix/allow_user_consent_for_default_gr...JackLivio2018-10-031-7/+3
| |\
| | * Fix issue where pending permissions were not being clearedjacobkeeler2018-10-021-7/+3
| * | Fix/sdl_does_not_send SDL.OnStatusUpdate(UPDATE_NEEDED) (#2494)Andriy Byzhynar (GitHub)2018-10-021-0/+2
| |/
| * Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-281-0/+1
| * Add missing resource close in LoadPluginjacobkeeler2018-09-271-0/+1
| * Fix uninitialized field errorsjacobkeeler2018-09-272-4/+4
| * Merge pull request #2607 from smartdevicelink/fix/video_streaming_in_backgroundJacob Keeler2018-09-213-7/+17
| |\
| | * Add keepContext logic to AudioSource HMI Statefix/video_streaming_in_backgroundjacobkeeler2018-09-182-3/+16
| | * Fix EndService being sent to the wrong connectionjacobkeeler2018-09-122-4/+1
| * | Merge remote-tracking branch 'origin/develop' into release/5.0.0jacobkeeler2018-09-193-77/+8
| |\ \ | | |/ | |/|
| | * Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-073-9/+3
| | * Rework PrintSmartObject functionAndriy Byzhynar2018-09-061-69/+6
| * | Set proper function id in removeHMIFakeParametersfix/set_function_id_remove_fake_paramsJackLivio2018-09-061-1/+12
| |/
| * Merge pull request #2557 from smartdevicelink/feature/revise_0122_to_exclude_...Jacob Keeler2018-08-311-49/+42
| |\
| | * Removed redundant codefeature/revise_0122_to_exclude_synonymsAKalinich-Luxoft2018-08-311-6/+3
| | * Extract VR items generation to the separate functionAKalinich-Luxoft2018-08-311-23/+23
| | * Implementation of Revise SDL-0122 to exclude synonymsAndrii Kalinich2018-08-281-36/+32
| * | Merge pull request #2226 from smartdevicelink/feature/boost_filesystem_implem...JackLivio2018-08-311-2/+2
| |\ \
| | * | Update FileSize and Offset to uint64_tJackLivio2018-08-301-2/+2
| * | | Merge pull request #2057 from smartdevicelink/fix/remove_allow_device_to_connectJacob Keeler2018-08-301-2/+0
| |\ \ \
| | * | | Remove unused `AllowDeviceToConnect` RPCfix/remove_allow_device_to_connectjacobkeeler2018-03-091-2/+0
| * | | | Merge pull request #2204 from BSolonenko/fix/app_does_not_activateJacob Keeler2018-08-291-1/+0
| |\ \ \ \
| | * | | | Fixed: app does not activate when policies are disabled.BSolonenko2018-07-091-1/+0
| * | | | | Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-2912-69/+70
| | |_|/ / | |/| | |
| * | | | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-288-46/+45
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-2214-370/+461
| | |\ \ \ \
| | * | | | | Fix namespace whoopsConlain Kelly2018-08-101-2/+2
| | * | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-10390-37529/+2756
| | |\ \ \ \ \
| | * | | | | | Style fixConlain Kelly2018-06-254-12/+12
| | * | | | | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-2520-30/+637
| | |\ \ \ \ \ \
| | * | | | | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-187-44/+44
| * | | | | | | | Merge pull request #930 from smartdevicelink/feature/PLAY_PAUSE_implementationJacob Keeler2018-08-281-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Merge remote-tracking branch 'origin/develop' into feature/PLAY_PAUSE_impleme...JackLivio2018-08-22385-36104/+7981
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Inclusion of PLAY_PAUSE as a subscribable buttonJacob Keeler2016-11-012-1/+4
| * | | | | | | | Merge pull request #2519 from JackLivio/fix/update_rpc_version_negotiation_logicJackLivio2018-08-241-5/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Check styleJackLivio2018-08-211-1/+1
| | * | | | | | | | Update mobile version negotiationJackLivio2018-08-161-5/+3
| * | | | | | | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-2313-368/+405
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-217-305/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-177-305/+1
| | * | | | | | | | | Remove deprecated DisconnectedJustBeforeIgnOff methodAlexander2018-08-211-23/+0
| | * | | | | | | | | Remove unused variablesAndriy Byzhynar2018-08-211-1/+0
| | * | | | | | | | | Add implementation of resumption DB for low voltageZhdanovP2018-08-212-28/+72
| | * | | | | | | | | Simplify resumption logicAndriy Byzhynar2018-08-213-63/+32
| | * | | | | | | | | Implement resumption during Low VoltageAndriy Byzhynar2018-08-216-36/+330
| | * | | | | | | | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-1/+4
| | |/ / / / / / / /