summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2293 from smartdevicelink/feature/data_turn_signalfix/remove_commented_codefeature/make_makeshared_support_variadic_templatesfeature/increase_policy_utests_speedJackLivio2018-06-292-0/+3
|\
| * Add turn signal data to api and testsConlain Kelly2018-06-212-0/+3
* | Merge remote-tracking branch 'origin/develop' into feature/vehicle_info_pluginJackLivio2018-06-271-6/+4
|\ \
| * | Fix StyleJackLivio2018-06-272-16/+10
| * | Merge pull request #2254 from smartdevicelink/fix/lock_scopingJackLivio2018-06-263-43/+51
| |\ \
| | * | Run Style ScriptJackLivio2018-06-262-3/+2
| | * | undo dumb style changesConlain Kelly2018-06-251-45/+44
| | * | Cleanup dumb re-formatting, overall cleanupConlain Kelly2018-06-121-24/+25
| | * | Convert DataAccessor to use a shared_ptr to a lockConlain Kelly2018-06-113-111/+120
| * | | Merge pull request #2203 from smartdevicelink/feature/submenu_iconJackLivio2018-06-262-6/+37
| |\ \ \
| | * | | Remove excess check. Remove multiple get for the msg_params in SmartObjectfeature/submenu_iconKVGrygoriev2018-05-211-16/+17
| | * | | Merge pull request #2201 from mrapitis/feature/submenu-iconKostiantyn Grygoriev (GitHub)2018-05-212-0/+30
| | |\ \ \
| | | * | | updates to add submenu rpcMarkos2017-12-112-0/+30
| * | | | | fix: invalid memory access in Policy Manager when HMI level is invalidSho Amano2018-06-261-0/+7
* | | | | | Merge DevelopJackLivio2018-06-275-39/+62
* | | | | | Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-264-163/+1
* | | | | | fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-261-1/+1
* | | | | | fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-12/+0
* | | | | | Remove all usage of SubscribedIVI from application managerAlexander2018-06-263-86/+0
* | | | | | Move IsSubsscrbedTo to pluginAlexander2018-06-262-14/+1
* | | | | | Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-261-6/+0
* | | | | | Move using functions for clear subscriptions to pluginAlexander2018-06-262-49/+5
* | | | | | Replace all of application SubscribeToIVI to app extension subscribeToVehicle...Alexander2018-06-261-8/+0
* | | | | | Modify resumption to use plugins but not application managerAlexander2018-06-262-18/+5
* | | | | | Implement Extensions() functionsAlexander2018-06-261-0/+4
* | | | | | Remove remote control flagIra Lytvynenko (GitHub)2018-06-266-30/+0
* | | | | | Answer review comments.BSolonenko2018-06-261-15/+0
* | | | | | Fixed get RC ApplicationsBSolonenko2018-06-262-11/+36
* | | | | | Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-261-2/+2
* | | | | | Fix falling atf test scriptBogdan2018-06-261-0/+4
* | | | | | Fixes for RC commandsIra Lytvynenko2018-06-261-0/+7
* | | | | | Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-06-261-16/+0
* | | | | | OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-06-261-0/+26
* | | | | | SetInteriorVehicleData implementation and some fixesLitvinenko Ira2018-06-262-310/+2
* | | | | | Add initial impl for rc command factory and fix some rc commandsIra Lytvynenko2018-06-262-0/+14
* | | | | | Fix UTsIra Lytvynenko2018-06-261-1/+1
* | | | | | Fix code styleIra Lytvynenko (GitHub)2018-06-263-29/+25
* | | | | | Fixes after rebaseIra Lytvynenko (GitHub)2018-06-265-16/+10
* | | | | | Fix some sdl commandsIra Lytvynenko2018-06-262-4/+2
* | | | | | Fix build with unit tests after commands factory refactoringValerii2018-06-265-51/+404
* | | | | | Replaced all usages of passed parameters in implementation.BSolonenko2018-06-267-46/+64
* | | | | | Refactoring all hmi commands.BSolonenko2018-06-263-6/+28
* | | | | | Refactoring all mobile commands.BSolonenko2018-06-261-2/+10
* | | | | | Refactoring CommandImpl, CommandRequestImpl and CommandResponseImplBSolonenko2018-06-263-7/+29
* | | | | | Fix hmi message handler initialization in rpc serviceIra Lytvynenko2018-06-262-0/+6
* | | | | | Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-266-38/+44
* | | | | | move commands factory to rpc pluginIra Lytvynenko2018-06-267-3188/+234
* | | | | | Remove all remote controllAlexander Kutsan2018-06-265-94/+63
* | | | | | Move commands to sdl rpc pluginAlexander Kutsan2018-06-26349-32794/+0
* | | | | | Plugin manager and plugin interface creationAlexander Kutsan2018-06-261-0/+93