summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/application_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug:Deadlock happens during video streaming (#3231)Jim-Nexty2020-02-101-12/+16
* Fix misplaced OnDataVideoStreaming (#3154)Mykola Korniichuk (GitHub)2020-01-151-5/+6
* Fix application of hybrid app preference parameter for cloud applicationsjacobkeeler2019-11-221-1/+2
* [WIP] initial fix of socket streaming by guessing playback time (#3057)Collin2019-10-011-5/+7
* Feature/Remote Control - Allow Multiple Modules per Module Type (#2984)Ira Lytvynenko (GitHub)2019-08-301-0/+9
* fixup! Implement Resumption for widgetsfeature/widget_supportAndriy Byzhynar (GitHub)2019-08-251-0/+9
* fixup! Update logic of OnSystemContext for widget windowsmked-luxoft2019-08-201-1/+1
* Check hmi level of relevant window on button notificationsmked-luxoft2019-08-201-2/+39
* Update application and its dependenciesAndriy Byzhynar2019-08-201-27/+78
* Merge remote-tracking branch 'origin/release/5.1.1' into feature/update_style...feature/update_style_scriptjacobkeeler2019-04-301-0/+4
|\
| * Addressed review commentsfix/building_without_cloudapp_supportShobhit Adlakha2019-04-291-1/+2
| * Fixed regex error when building with CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-251-0/+3
* | Run updated style scriptjacobkeeler2019-04-291-10/+11
|/
* Handle hybrid app preferencejacobkeeler2019-03-051-2/+1
* GetCloudAppProperties (#2824)JackLivio2019-03-011-2/+2
* Fix storage directory deletion if app folder is not setjacobkeeler2018-12-051-1/+1
* StyleJackLivio2018-11-261-2/+1
* Fix issues with retry sequencejacobkeeler2018-11-261-1/+1
* Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-261-6/+6
|\
| * Fix auth_token typoJackLivio2018-11-201-1/+1
| * Address comments, fix unit test failuresJackLivio2018-11-201-6/+6
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-161-7/+10
|\ \ | |/
| * Address commentsJackLivio2018-11-161-2/+3
| * Clean up application and app manager codeJackLivio2018-11-161-5/+5
* | Add SDL.ActivateApp flow changes for cloud appsjacobkeeler2018-11-141-0/+4
|/
* Fix stylejacobkeeler2018-11-141-3/+6
* Add Cloud Info to Application ClassJackLivio2018-11-071-0/+40
* Add keepContext logic to AudioSource HMI Statefix/video_streaming_in_backgroundjacobkeeler2018-09-181-0/+9
* Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-221-4/+7
|\
| * Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
| * Fix comments after reviewIra Lytvynenko (GitHub)2018-08-161-3/+3
| * Save current audio sourceIra Lytvynenko2018-08-161-0/+7
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-101-55/+68
|\ \ | |/
| * style fixConlain Kelly2018-07-181-1/+0
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-5/+5
| * Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-161-0/+5
| |\
| | * Merge remote-tracking branch 'origin/develop' into feature/handling_VR_help_r...Jacob Keeler2018-07-021-51/+45
| | |\
| | * | Adjustment of application_manager component.sniukalov2018-05-211-0/+5
| * | | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-121-1/+1
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-07-051-45/+17
| |\ \ \ | | | |/ | | |/|
| | * | Merge DevelopJackLivio2018-06-271-5/+8
| | * | fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-12/+0
| | * | Remove all usage of SubscribedIVI from application managerAlexander2018-06-261-5/+0
| | * | Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-261-6/+0
| | * | Replace all of application SubscribeToIVI to app extension subscribeToVehicle...Alexander2018-06-261-8/+0
| | * | Implement Extensions() functionsAlexander2018-06-261-0/+4
| | * | Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-7/+0
| | * | Fixed get RC ApplicationsBSolonenko2018-06-261-9/+15
| | * | Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-1/+1
| * | | Revert "Do not send OnVideoDataStreaming before streaming is approved"Sho Amano2018-06-281-8/+0