summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-26707-0/+28153
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-2638-142/+310
* Refactor CommandFactoryIra Lytvynenko2018-06-2658-777/+897
* RPCHandler implementationIra Lytvynenko2018-06-2624-505/+775
* RPCService implementationIra Lytvynenko2018-06-26164-1319/+1947
* Check for hmi level instead of statusfix/check_onhmistatus_invalidConlain Kelly2018-06-211-5/+4
* add validity check to OnHMIStatusNotification::Run() to avoid passing bad def...Conlain Kelly2018-06-201-0/+10
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-1820-7/+1032
|\
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-0529-72/+670
| |\
| * | Move out unrelated to feature changesAKalinich-Luxoft2018-06-041-5/+5
| * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-314-16/+23
| * | Add Unit Tests: GetSystemTime Request/Response, OnSystemTimeReadyKVGrygoriev2018-04-066-3/+231
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-0618-12/+802
* | | Style FixJackLivio2018-06-151-6/+6
* | | Merge pull request #2243 from smartdevicelink/feature/working_travis_buildJacob Keeler2018-06-151-2/+1
|\ \ \
| * | | Add in working travis build that runs unit tests, apply style check fixConlain Kelly2018-06-061-2/+1
| | |/ | |/|
* | | Merge pull request #2266 from LitvinenkoIra/fix/external_proprietary_policy_b...JackLivio2018-06-151-2/+5
|\ \ \
| * | | Fix build with EXTERNAL PROPRIETARY policy flagIra Lytvynenko (GitHub)2018-06-141-2/+5
* | | | Merge pull request #1360 from smartdevicelink/feature/audio_file_playback_tts...Jacob Keeler2018-06-1418-22/+370
|\ \ \ \ | |/ / / |/| | |
| * | | Set full file path for files that aren't foundfeature/audio_file_playback_tts_chunksJacob Keeler2018-06-082-27/+19
| * | | Fix test failures and add method descriptionsJacob Keeler2018-06-077-0/+127
| * | | Merge remote-tracking branch 'origin/develop' into feature/audio_file_playbac...Jacob Keeler2018-06-0614-51/+461
| |\ \ \
| * | | | Validate existence of files used in TtsChunksJacob Keeler2018-06-0111-20/+247
| * | | | Added "FILE" SpeechCapabilities type and updated TTSChunk description.Jacob Keeler2018-06-011-0/+2
| | |/ / | |/| |
* | | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-1323-570/+910
|\ \ \ \
| * | | | Review issues: Remove changes from DEPRECATED HmiState methodsfeature/mobile_projection_2Elvis Kuliiev2018-06-061-5/+0
| * | | | Disable failed state_controller unit testsElvis Kuliiev2018-05-251-12/+8
| * | | | Provide specific behavior for navigation streaming HMI stateElvis Kuliiev2018-05-256-57/+99
| * | | | Fix HMI conflict resolving for applied app in LIMITED stateElvis Kuliiev2018-05-241-15/+9
| * | | | Review issues: add missing function descriptionsElvis Kuliiev2018-05-223-0/+32
| * | | | Review issues: remove deprecated VideoSourceHmiState constructorElvis Kuliiev2018-05-212-7/+0
| * | | | Change behavior for EmbeddedNavi eventElvis Kuliiev2018-05-182-3/+4
| * | | | Disable failing state controller UTsElvis Kuliiev2018-05-171-4/+5
| * | | | Fix UTs according to updated logic of mobile projection 2BSolonenko2018-05-171-14/+23
| * | | | Minor changes: extend logs, fix methods descriptionsElvis Kuliiev2018-05-176-75/+48
| * | | | Add State Controller documentationElvis Kuliiev2018-05-171-0/+76
| * | | | Fix HMI state resolver according to requirments of 'Mobile Projection Phase 2'Elvis Kuliiev2018-05-179-260/+369
| * | | | Fix video state for Deactivate/SafetyMode/AudioSource HMI statesElvis Kuliiev2018-05-171-0/+12
| * | | | Add missed include in state_controller_impl.hElvis Kuliiev2018-05-171-1/+2
| * | | | Guarantee mutex release in StateControllerImpl::OnApplicationRegistered methodElvis Kuliiev2018-05-171-18/+21
| * | | | Remove unused method StateControllerImpl::SetupRegularHmiStateElvis Kuliiev2018-05-171-16/+0
| * | | | Fix UTs according to new implementationIra Lytvynenko2018-05-171-39/+143
| * | | | Remove unused codeIra Lytvynenko2018-05-172-153/+0
| * | | | Initial implementationIra Lytvynenko2018-05-1717-33/+196
| * | | | Fix affected unit testsAndrii Kalinich2018-05-172-0/+2
| * | | | Treat projection app as audio appAndriy Byzhynar2018-05-171-1/+2
| * | | | Fix A/V streaming starting for PROJECTION appsAndriy Byzhynar2018-05-171-0/+2
* | | | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-1128-163/+943
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2221 from JackLivio/fix/display_capabilities_segfaultJackLivio2018-06-116-55/+111
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix unit test, add imageTypeSupportedJackLivio2018-06-111-0/+24