summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/application_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Reject invalid enum values in video paramsfix/validate_video_params_enumsjacobkeeler2017-10-061-14/+20
* Fix compilation warning #1789JackLivio2017-09-291-4/+4
* Revert "fix: build break with ENABLE_LOG=OFF"revert-1789-fix/build_break_without_logJackLivio2017-09-281-4/+4
* Merge pull request #1789 from shoamano83/fix/build_break_without_logJackLivio2017-09-281-4/+4
|\
| * fix: build break with ENABLE_LOG=OFFSho Amano2017-09-281-4/+4
* | Fix style issuesfix/coverity_issues_4.4.0jacobkeeler2017-09-211-3/+3
* | Fix resource leaks introduced in RC baselinejacobkeeler2017-09-211-7/+2
* | Fix SDL crash on exit/unregistering of non-RC applicationAKalinich-Luxoft2017-09-181-1/+2
|/
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-4/+47
|\
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-211-4/+47
* | Add missed DCHECKsAlexander Kutsan2017-09-061-0/+1
* | Fix style after develop mergeAlexander Kutsan2017-09-051-2/+2
* | fix of non getting NONE by OnRemoteControlSettings(false)Igor Kovalenko2017-09-051-0/+13
* | Fix undefined behaviour in several casesAlexander Kutsan2017-08-311-1/+4
* | Split SDLEvent enum and interfaces into two partsAndrey Oleynik2017-08-301-4/+4
* | Restored IsHMI/MessageForPlugin interfacesAndrey Oleynik2017-08-301-10/+14
* | Implements resource releasing in different casesAndrey Oleynik2017-08-301-12/+21
* | Remove redundant codeAlexander Kutsan2017-08-291-15/+0
* | Merge pull request #240 from LuxoftAKutsan/fix/removed_not_used_codeAlexander Kutsan (GitHub)2017-08-281-69/+0
|\ \
| * | Remove redundant not used functionsAlexander Kutsan2017-08-251-69/+0
* | | Fix build with SDL_REMOTE_CONTROL=OFFIra Lytvynenko2017-08-281-1/+1
|/ /
* | Redundant interface removedAlexander Kutsan2017-08-211-5/+0
* | Remove not actual TODOsAlexander Kutsan2017-08-201-2/+0
* | Adds and fixes methods descriptions, adds missing typedefAndrey Oleynik2017-08-171-0/+2
* | Implementation of system capabilitiesAlexander Kutsan2017-08-161-0/+5
* | Integration with develop fixesAlexander Kutsan2017-08-161-4/+6
* | Implementation of Remote Control pluginAlexander Kutsan2017-08-161-20/+305
* | Use iterator for vector loopSho Amano2017-08-111-5/+7
* | Reduce the scope of a variableSho Amano2017-08-111-2/+1
* | Add video related keys in bson_object_keys.ccSho Amano2017-08-111-10/+16
* | Format codeSho Amano2017-08-111-1/+2
* | Rename 'desiredHeight' and 'desiredWidth' tagsSho Amano2017-08-111-6/+6
* | fix: wrong service started result may be notifiedSho Amano2017-08-111-7/+9
* | Add definitions of newly added keysSho Amano2017-08-111-8/+8
* | Deprecate StartNaviService()Sho Amano2017-08-111-0/+33
* | Deprecate OnServiceStartedCallback()Sho Amano2017-08-111-0/+37
* | fix: protect navi_service_status_Sho Amano2017-08-111-66/+114
* | Add unit tests for application managerSho Amano2017-08-111-0/+9
* | Add implementation for video streaming parametersSho Amano2017-08-111-10/+157
* | Merge branch 'fix/merge_protocol_version_enums' into developjacobkeeler2017-08-091-17/+24
|\ \
| * | Use one enum for shorthand Protocol Version rather than twofix/merge_protocol_version_enumsjacobkeeler2017-08-081-27/+42
* | | Use `MaxSupportedProtocolVersion` instead of `EnableProtocolX` to determine p...feature/max_supported_protocol_versionjacobkeeler2017-08-041-22/+2
|/ /
* | Merge pull request #1689 from JackLivio/feature/mobile_projectionJacob Keeler2017-08-011-14/+56
|\ \
| * | Add projection description to loggingJackLivio2017-08-011-7/+13
| * | Reivew changesJackLivio2017-08-011-16/+19
| * | Mobile Projection Implementation and Unit TestsJackLivio2017-07-271-7/+40
* | | Add kV5 to ProtocolVersion enumjacobkeeler2017-07-271-0/+7
|/ /
* | Merge branch 'develop'jacobkeeler2017-06-211-87/+109
|\ \ | |/
| * Fix policy unexpected PTUHerasym Oleh2017-05-171-1/+7
| * Add functionality for External UCSokozlovlux2017-05-171-41/+21