summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
* Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-19201-1750/+2569
|\
| * Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-1722-74/+100
| |\
| | * Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-178-11/+14
| | * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-0423-83/+106
| * | Merge pull request #1604 from AKalinich-Luxoft/fix/fix_data_resumption_flowJackLivio2018-01-1628-65/+342
| |\ \
| | * | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-1912-29/+91
| | * | Fix tests and mocks after rebaseAKalinich-Luxoft2017-12-122-2/+3
| | * | Removed is_suspended setter.AKalinich-Luxoft2017-12-126-33/+21
| | * | Added FINALAKalinich-Luxoft2017-12-122-2/+2
| | * | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-125-35/+37
| | * | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-125-2/+94
| | * | Added new bool flag to ApplicationImpl classAKalinich-Luxoft2017-12-123-10/+50
| | * | Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-128-4/+97
| | * | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-129-52/+51
| * | | Merge pull request #1966 from AKalinich-Luxoft/fix/fix_default_permissions_ap...JackLivio2018-01-163-6/+39
| |\ \ \
| | * | | Fix PTU apply for applications with default permissionsAKalinich-Luxoft2017-12-123-6/+39
| | |/ /
| * | | Merge pull request #1864 from APCVSRepo/feature/enhance_video_streamingJackLivio2017-12-122-2/+15
| |\ \ \ | | |/ / | |/| |
| | * | add the TRANSPORT_USB_BUFFER_MAX_SIZE Macro commentBrandonHe2017-11-211-1/+2
| | * | change usb buffer size for optimize sdl transportwangxh772017-11-212-2/+14
| * | | Merge pull request #1934 from LitvinenkoIra/fix/build_with_USE_COTIRE_OFFJacob Keeler2017-12-0550-518/+107
| |\ \ \ | | |_|/ | |/| |
| | * | Move mock_message_helper to the CommandsTest classIra Lytvynenko2017-11-3050-518/+107
| * | | Merge pull request #1929 from LuxoftAKutsan/fix/subscribe_vehicle_data_cashin...Jacob Keeler2017-11-3024-148/+120
| |\ \ \ | | |/ / | |/| |
| | * | Create correct structure of SubscriveVehicleData ResponseAlexander Kutsan2017-11-271-2/+15
| | * | Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-2724-146/+105
| |/ /
| * | Merge pull request #1855 from AKalinich-Luxoft/fix/fix_streaming_retry_sequen...Jacob Keeler2017-11-222-12/+20
| |\ \ | | |/ | |/|
| | * Fix application start streaming retry sequenceAKalinich-Luxoft2017-11-152-12/+20
| * | Merge pull request #1640 from LuxoftAKutsan/fix/send_correct_info_parameter_i...Jacob Keeler2017-11-1572-559/+1021
| |\ \ | | |/ | |/|
| | * Optimize using of CheckResultCodeAlexander Kutsan2017-11-151-5/+8
| | * Removed not actual unit testAlexander Kutsan2017-11-131-8/+0
| | * Unify Converting HMI to Mobile result code in unit testAlexander Kutsan2017-11-1328-206/+54
| | * Fix Perform interfaction test after adding funcitonality of avaiting interfacesAlexander Kutsan2017-11-131-35/+43
| | * Unit tests fixesAlexander Kutsan2017-11-137-40/+47
| | * Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-133-46/+120
| | * Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-1320-201/+578
| | * Common functionality awaiting of certain HMI requestsAlexander Kutsan2017-11-1337-31/+184
| |/
| * Merge pull request #1627 from LuxoftAKutsan/fix/SDL_responds_GENERIC_ERROR_in...Jacob Keeler2017-11-022-9/+29
| |\
| | * Fix typosAndriy Byzhynar (GitHub)2017-09-081-3/+3
| | * fixup! Fix issue with incorrect behaviour in AlertManeuverAlex Kutsan2017-06-221-12/+11
| | * Fix issue with incorrect behaviour in AlertManeuverokozlovlux2017-06-192-4/+25
| * | Merge pull request #1625 from LuxoftAKutsan/fix/system_request_with_filename_IVSJacob Keeler2017-11-023-14/+139
| |\ \
| | * | Fix SystemRequest with filename=IVSU but w/o binary dataIvo Stoilov (GitHub)2017-06-243-14/+139
| | |/
| * | Merge remote-tracking branch 'dev-gh/fix/Memory_leaks' into developjacobkeeler2017-11-027-18/+43
| |\ \
| | * | Replaces raw member pointer with utils::SharedPtrAndrey Oleynik2017-09-085-13/+38
| | * | Fix minor memory leaksSergey Levchenko (GitHub)2017-09-084-9/+7
| * | | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-027-41/+77
| * | | Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-0211-59/+123
| * | | Merge pull request #1611 from AKalinich-Luxoft/fix/fix_subscribevehicledata_s...JackLivio2017-11-022-2/+17
| |\ \ \
| | * | | Fix SubscribeVehicleData request subscriptionsAKalinich-Luxoft2017-06-142-2/+17
| * | | | Merge branch 'master' into developJackLivio2017-10-3072-6544/+6887
| |\ \ \ \