summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-301-0/+1
|\
| * Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-141-0/+1
* | Add icon resumption parameter to stringsAlexander Kutsan2018-05-251-0/+1
* | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-231-0/+1
|\ \
| * | Initial implementationAndriy Byzhynar2018-05-181-0/+1
* | | Merge pull request #2168 from smartdevicelink/feature/new_vehicle_data_fuel_r...fix/sdl_send_retry_one_time_lessJackLivio2018-05-221-0/+1
|\ \ \
| * \ \ 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 smartdevicelink/feature/0147_template_color_sch...JackLivio2018-05-213-0/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 datafeature/engine_oil_lifejacobkeeler2018-04-261-0/+1
| |/
* | Merge pull request #2101 from smartdevicelink/fix/event_dispatcher_crashsubmenu_iconJacob Keeler2018-05-161-0/+7
|\ \ | |/ |/|
| * 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 LuxoftAKutsan/fix/activation_app_external_propr...JackLivio2018-03-262-2/+4
| |\
| | * Avoid integer overflowAlex Kutsan2018-03-232-2/+4
| * | 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
* | Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-065-5/+20
|\ \ | |/ |/|
| * 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 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
| * Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-182-1/+14
| * 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
| * 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
| * 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
| * 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