summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hmi commands update after removing all singletonesKozoriz2016-04-25466-1064/+1155
|
* Mobile commands update after removing all singletonesKozoriz2016-04-25209-1145/+1365
|
* Merge pull request #502 from LuxoftAKutsan/patch-1Artem Nosach2016-04-221-0/+1
|\ | | | | Detailed output for failed test cases
| * Detailed output for failed test casesAlexander Kutsan2016-04-221-0/+1
|/
* Merge pull request #501 from LuxoftAKutsan/patch-1AGaliuzov2016-04-211-1/+1
|\ | | | | Add quotes to collect_coverage.sh
| * Add quotes to collect_coverage.shAlexander Kutsan2016-04-211-1/+1
|/
* Merge pull request #470 from ↵Artem Nosach2016-04-215-8/+76
|\ | | | | | | | | LuxoftAKutsan/feature/AddTestsAndCovarageToTravisBuild Feature/add tests and covarage to travis build
| * codecov.io integrationAlexander Kutsan2016-04-212-0/+4
| |
| * Create script for code coverage automatisationAlexander2016-04-212-8/+34
| |
| * Improve travis.ymlAlexander2016-04-211-7/+42
| | | | | | | | | | Add tests run Add collecting covarage report
| * Use compiler from environment variablesAlexander2016-04-212-1/+4
|/
* Merge pull request #486 from VVeremjova/hotfix/Resend_response_from_HMI_APIArtem Nosach2016-04-181-1/+4
|\ | | | | Resend response from HMI
| * Add buffer for sending requestVeronica Veremjova2016-04-121-1/+4
| | | | | | | | | | | | | | | | Should wait response from HMI. Buffer is needed because several milliseconds are spend on moving request from SDL to HMI Relates APPLINK-17756
* | Merge pull request #493 from Kozoriz/hotfix/Fix_tests_for_develop_stabilizationArtem Nosach2016-04-153-3/+10
|\ \ | | | | | | Fix tests in resumption, policy and protocol_handler
| * | Fix tests in resumption, policy and protocol_handlerKozoriz2016-04-153-3/+10
| | |
* | | Merge pull request #489 from Kozoriz/hotfix/Fix_tests_for_develop_stabilizationArtem Nosach2016-04-152-16/+26
|\ \ \ | |/ / | | | Fix tests for develop stabilization
| * | Fix sql tests and disable some timer testsKozoriz2016-04-152-16/+26
|/ /
* | Merge pull request #453 from ↵Artem Nosach2016-04-1447-35/+2204
|\ \ | | | | | | | | | | | | OHerasym/feature/add_OnWayPointsChange_GetWayPoints_t Feature/add_implementation_WayPoints
| * | Add WayPoints API & fix resumption after rebaseHerasym Oleh2016-04-1436-7996/+8205
| | |
| * | Add OnWayPointsChange notification implementationHerasym Oleh2016-04-1313-7564/+8054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HMI OnWayPointsChange notification Add Mobile OnWaypointsChange notification Related: APPLINK-21353 Conflicts: src/appMain/sdl_preloaded_pt.json src/components/interfaces/HMI_API.xml src/components/interfaces/MOBILE_API.xml
| * | Add GetWayPoints implementation commandHerasym Oleh2016-04-1311-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add mobile request GetWayPoints Add mobile response GetWayPoints Add HMI request GetWayPoints Add HMI response GetWayPoints Related: APPLINK-21612
| * | Change resumption SubscribedForWaypointsHerasym Oleh2016-04-1315-57/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/components/application_manager/src/resumption/resumption_data_db.cc Add implementation SubscribeWayPoints&UnsubsribeWayPoints Add mobile request/response SubscribeWayPoints Add mobile request/response UnSubscribeWayPoints Add HMI request/response SubscribeWayPoints Add HMI request/response UnsubscribeWayPoints Add SendUnsubscribeWayPoints method in MessageHelper Add save subscribe app status to resumption DB & json Add Sending UnsubscribeWayPoints in case unexpected disconnect Related: APPLINK-21629 Related: APPLINK-21631
| * | Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-1331-0/+1038
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add mobile request/response SubscribeWayPoints Add mobile request/response UnSubscribeWayPoints Add HMI request/response SubscribeWayPoints Add HMI request/response UnsubscribeWayPoints Add SendUnsubscribeWayPoints method in MessageHelper Add save subscribe app status to resumption DB & json Add Sending UnsubscribeWayPoints in case unexpected disconnect Related: APPLINK-21629 Conflicts: src/components/application_manager/src/application_manager_impl.cc
* | | Merge pull request #473 from anosach-luxoft/fix/Add-lock-to-timerArtem Nosach2016-04-142-17/+27
|\ \ \ | |/ / |/| | Protect Start/Stop methods in timer
| * | Add lock to protect thread and delegateArtem Nosach2016-04-112-17/+27
| | | | | | | | | | | | Implements: APPLINK-22281
* | | Merge pull request #482 from AGaliuzov/fix/string-optimizationAGaliuzov2016-04-123-357/+757
|\ \ \ | |_|/ |/| | Make the string used for keys extern
| * | Make the string used for keys externagaliuzov2016-04-123-357/+757
| | | | | | | | | | | | | | | | | | | | | Did this stuff in order to prevent the case when we have a lot of string definition in different translation units. Now we have only cpp file which contain all definition. Thus we avoid multiple definition
* | | Merge pull request #467 from ↵Artem Nosach2016-04-121-16/+23
|\ \ \ | |/ / |/| | | | | | | | AGritsevich/fix/SDL_sends_OnSystemRequest_LAUNCH_APP_to_backgrounded_app_if_registered_two_v4_protocol_apps Fix send LAUNCH_APP to background app
| * | Fix send send LAUNCH_APP to background appAnton Hrytsevich2016-04-111-16/+23
| |/ | | | | | | | | | | | | After CRQ this feature was lose. Create additional sequence in case register v4 apps to fing foregraund app and send to it OnSystemRequest(LAUNCH_APP). (bug-fixes) [APPLINK-11308](https://adc.luxoft.com/jira/browse/APPLINK-11308).
* | Merge pull request #478 from ↵Artem Nosach2016-04-128-4/+5240
|\ \ | | | | | | | | | | | | VVeremjova/feature/SDL_must_retrieve_current_version_from_MOBILE_API Feature/sdl must retrieve current version from mobile api
| * | Added tests for check generation correct version from xmlVeronica Veremjova2016-04-084-0/+5143
| | | | | | | | | | | | Relates to APPLINK-18844
| * | SDL must retrieve the current version from MOBILE_APIdtrunov2016-04-084-4/+97
| |/ | | | | | | | | | | | | Changed cod generator in order to generate file with actual mobile api version Relates to APPLINK-18839
* | Merge pull request #476 from ↵AGaliuzov2016-04-111-0/+1
|\ \ | | | | | | | | | | | | LuxoftAKutsan/feature/AddSDLPreloadedPT_to_gitignore Add sdl_preloaded_pt.json to .gitignore
| * | Add sdl_preloaded_pt.json to .gitignoreAlexander2016-04-111-0/+1
| |/ | | | | | | | | | | | | This file can be modifided only by Ford Related issue : (APPLINK-23554)[https://adc.luxoft.com/jira/browse/APPLINK-23554]
* | Merge pull request #439 from ↵AGaliuzov2016-04-116-67/+257
|\ \ | |/ |/| | | | | LuxoftAKutsan/feature/AddAdressAndDateTimeInSendLocation Feature/Add address and date time in SendLocation RPC
| * Extend Send location RPCAlexander Kutsan2016-04-116-67/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mobile and HMI interface changes Mobile API changes : New parameters "timeStamp" and "address" at SendLocation_request The "longtitudeDegrees" and "latitudeDegrees" made mandatory=false New struct "DateTime" New struct "OASISAddress" HMI_API changes: New resultCode "SAVED" New parameters "timeStamp" and "address" at SendLocation_request The "longtitudeDegrees" and "latitudeDegrees" made mandatory=false New struct "DateTime" New struct "OASISAddress" HMI_API changes: Relased Issue : [APPLINK-21338](https://adc.luxoft.com/jira/browse/APPLINK-21338) Implements CRQ: APPLINK-21336 SendLocation: SDL must support new "address" and "timeStamp" parameters API changed to double Add processing address and latitude in SendLocationRequest Add checking compabilities of address and latitude fields in SendLocationRequest Relased Issue : [APPLINK-APPLINK-23324](https://adc.luxoft.com/jira/browse/APPLINK-23324) Implements CRQ: APPLINK-23322 [GENIVI] SendLocation: SDL must support new "address" and "timeStamp" parameters APPLINK-23255 Cut Adress if it is empty APPLINK-23218 Add validation for all fields in address
* | Merge pull request #464 from AGaliuzov/repair-buildAGaliuzov2016-04-075-38/+3
|\ \ | | | | | | Repair CMakeFile after merging master to develop
| * | Repair CMakeFile after merging master to developagaliuzov2016-04-076-39/+3
| | |
* | | Merge pull request #463 from AGaliuzov/repair-buildAGaliuzov2016-04-071-1/+0
|\ \ \ | |/ / |/| | Repair CMakeFile after merging master to develop
| * | Repair CMakeFile after merging master to developagaliuzov2016-04-071-1/+0
|/ /
* | Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-04-068-66/+420
|\ \
| * \ Merge pull request #456 from ↵4.0.10AGaliuzov2016-04-0613-10/+541
| |\ \ | | | | | | | | | | | | | | | | dev-gh/hotfix/DialNumber_functionality_implementation Adds implementation of DialNumber RPC
| | * | More style changesAndrey Oleynik2016-04-064-7/+7
| | | |
| | * | Code style changesAndrey Oleynik2016-04-052-2/+2
| | | |
| | * | Adds latest number validation changesAndrey Oleynik2016-04-042-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to latest information number should be verified as: "Phone number is a string, which can be up to 40 chars. All characters shall be stripped from string except digits 0-9 and * # , ; +" Implements: APPLINK-11266
| | * | Adds implementation of DialNumber RPCAndrey Oleynik2016-04-0413-8/+537
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DialNumber allows to initiate call from user's device trough device attached to the system. Implements: APPLINK-11266
| * | | Merge pull request #449 from ↵AGaliuzov2016-04-041-8/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | okoreniak/hotfix/Fixed_SDL_do_not_send_two_OnHMIStatus_notifications_to_LAUNCHED_App Fixed SDL to do not send two OnHMIStatus notification to launched app…
| | * | | Fixed SDL to do not send two OnHMIStatus notification to launched applicationOleksandr Koreniak2016-03-301-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Updated processing of RegisterAppInterfaceRequest::SendRegisterAppInterfaceResponseToMobile(). Added test for the application hmilevel before assigning the default hmilevel and performing resumptions.
| * | | | Merge pull request #433 from ↵AGaliuzov2016-04-041-73/+416
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | okoreniak/hotfix/Fixed_Validator_In_SystemRequest_QUERY_APPS_processing Hotfix/fixed validator in system request query apps processing
| | * | | Code for synonyms validation moved to functionOleksandr Koreniak2016-04-041-103/+127
| | | | |