summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-301-0/+1
|\ | | | | Feature/template images
| * Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-141-0/+1
| |
* | Add icon resumption parameter to stringsAlexander Kutsan2018-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Add response parameter IconResumed Set response parameter iconResumed to true in case if app icon exist otherwise set false Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
* | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-231-0/+1
|\ \ | | | | | | Feature/expand put file
| * | Initial implementationAndriy Byzhynar2018-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented function in PutFile which correctly calculates CRC32 checksum for std::vector<uint8_t> Added comparison of calculated CRC checksum with received in PutFile request. Added PutFile response generation in case of CRC sum mismatch Fixed handling of unsigned integer values
* | | Merge pull request #2168 from ↵fix/sdl_send_retry_one_time_lessJackLivio2018-05-221-0/+1
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_fuel_range Implement Fuel Range Vehicle Data Parameter
| * \ \ Merge branch 'develop' into feature/new_vehicle_data_fuel_rangefeature/new_vehicle_data_fuel_rangeJackLivio2018-05-212-0/+8
| |\ \ \
| * | | | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-031-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #2158 from ↵JackLivio2018-05-213-0/+28
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | smartdevicelink/feature/0147_template_color_schemes Implementation of color schemes
| * | | Upadte Color Via Set Display Layout and add Reject LogicJackLivio2018-05-023-0/+7
| | | |
| * | | Move color scheme to Dynamic Application Data & Add Set Display layout supportJackLivio2018-05-012-12/+13
| | | |
| * | | Implementation of color schemesJackLivio2018-04-253-0/+20
| |/ /
* | | Merge pull request #2157 from smartdevicelink/feature/engine_oil_lifeJackLivio2018-05-211-0/+1
|\ \ \ | |_|/ |/| | Add `engineOilLife` vehicle data
| * | Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-261-0/+1
| |/
* | Merge pull request #2101 from smartdevicelink/fix/event_dispatcher_crashsubmenu_iconJacob Keeler2018-05-161-0/+7
|\ \ | |/ |/| Fix EventDispatcher crash by rejecting duplicate correlation_ids
| * Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-141-0/+7
| |
* | Merge branch 'release/4.5.0' into developjacobkeeler2018-04-033-9/+11
|\ \ | |/ |/|
| * Merge pull request #2085 from ↵JackLivio2018-03-262-2/+4
| |\ | | | | | | | | | | | | LuxoftAKutsan/fix/activation_app_external_proprietary_fix Fix/activation app external proprietary fix
| | * Avoid integer overflowAlex Kutsan2018-03-232-2/+4
| | | | | | | | | | | | | | | Replaced all usaged of device handle with apropriate typedef Assignment device handle to uint32_t leads to integer overflow
| * | Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-211-7/+7
| |/
* | Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-261-0/+25
| | | | | | | | | | | | | | | | | | | | * fix build error in MockMediaManager * Add SetMockMediaManager * add AudioPassThru start/stop tests * Add new BeginAudioPassThru() and EndAudioPassThru() methods * fix: don't terminate AudioPassThru when another app is unregistered * Append DEPRECATED macro only in interface header file and mock file. * Use @deprecated comments
* | Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-065-5/+20
|\ \ | |/ |/| Fix all misspellings of `subscriptions` in the project
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-025-5/+20
| |
* | Run Style ScriptJackLivio2018-02-141-1/+1
| |
* | Coverity FixesJackLivio2018-02-141-4/+0
| |
* | Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-1224-114/+911
|\ \ | |/
| * Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-011-1/+1
| |
| * Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-3/+3
| | | | | | | | | | | | Added consts for some methods. Fixed typos in description. Renamed some non informative variables names.
| * Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-291-1/+29
| |
| * Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-187-50/+30
| |
| * Replace pragma with header guardsAndriy Byzhynar2018-01-182-4/+10
| | | | | | | | | | | | | | Replaced #pragma once usage with header guards Added wrappers for deprecated functions Fixed related unit tests Fixed coding style in places related to code chages
| * Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
| |
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-182-1/+14
| | | | | | | | | | | | | | Added wrappers for some deprecated methods Grouped iface checks in SendRegisterAppInterfaceResponseToMobile Removed duplicated "if" statement Improved readability
| * Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-182-2/+2
| |
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-183-5/+9
| |
| * Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-184-8/+25
| | | | | | | | | | | | | | | | | | | | | | These changes update switching flow so now instead of automatic switching start in case of same UUID is detected SDL will wait for external signal from the system to start this flow. Also due to UUID is reliable only while device remains connected (at least on certain systems) SDL now uses Bluetooth MAC and USB serial to manage devices and UUID is used only for detection of devices able to switch their transports. Currently only iAP2 Bluetooth to USB support is implemented.
| * Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-182-19/+45
| |
| * Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-182-0/+24
| | | | | | | | | | | | In case app_id is used for way points subscription it being invalidated on transport switch and SDL can't unsubscribe same application after switch is done.
| * Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-182-14/+15
| |
| * Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-181-1/+1
| |
| * Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-181-2/+2
| |
| * Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-183-15/+9
| | | | | | | | Also typedefs used, typo in description fixed, minor code changes
| * Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-181-8/+48
| |
| * Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-183-16/+178
| |
| * Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2018-01-181-0/+8
| |
| * Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-182-16/+93
| |
| * Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-182-0/+35
| |
| * Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-186-4/+104
| |
| * Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-185-14/+58
| |
| * Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-188-42/+149
| |