summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates mocks and unit tests after prior commitfeature/External_triggering_iAP_over_BTAndrey Oleynik (GitHub)2017-11-3015-141/+322
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2017-11-3037-106/+501
* Fixes multiconnection from the same adapter typeAndrey Oleynik (GitHub)2017-11-272-9/+18
* Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2017-11-276-55/+221
* Adds iAP2 BT/USB connection emulation over TCP transportAndrey Oleynik (GitHub)2017-11-276-2/+215
* Fixes deletion of commands and submenus on failed resumeAndrey Oleynik (GitHub)2017-11-271-3/+3
* Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2017-11-2715-30/+139
* Fixes coding style issuesAndrey Oleynik (GitHub)2017-11-271-1/+1
* Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2017-11-271-1/+7
* Fixes sending 'transport_switch' signal back to adapter/deviceAndrey Oleynik (GitHub)2017-11-272-6/+8
* Reverts missing code after rebaseAndrey Oleynik (GitHub)2017-11-271-0/+11
* Renames interfaces according to people desireAndrey Oleynik (GitHub)2017-11-275-34/+35
* Fixes typos, commentsAndrey Oleynik (GitHub)2017-11-275-7/+6
* Renames interfaces for consistencyAndrey Oleynik (GitHub)2017-11-2713-21/+21
* Fixes deadlock on resume data saving during transport switchAndrey Oleynik (GitHub)2017-11-271-5/+7
* Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2017-11-276-39/+23
* Fixes build w/o unit tests enabledAndrey Oleynik (GitHub)2017-11-271-1/+9
* Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2017-11-272-85/+109
* Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2017-11-277-45/+569
* Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2017-11-278-2/+281
* Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2017-11-272-0/+11
* Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2017-11-2714-349/+635
* Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2017-11-2711-29/+796
* Covers new AM/App interfaces w/ unit tests related to transport switchingAndrey Oleynik (GitHub)2017-11-271-0/+117
* Removes odd interface, updates TM unit testsAndrey Oleynik (GitHub)2017-11-2710-97/+165
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2017-11-2733-86/+796
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2017-11-2726-84/+169
* Moves new unit tests for transport switchingAndrey Oleynik (GitHub)2017-11-275-88/+278
* Updates unit tests after switching logic implementationAndrey Oleynik (GitHub)2017-11-275-18/+30
* Updates mocks and tests, makes code buildable with tests enabledAndrey Oleynik (GitHub)2017-11-2718-263/+219
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2017-11-2744-417/+1198
* 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