summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Add Interior data cache and interior data managerAlexander2018-08-2011-0/+1072
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add helpers functions for RC
| * | | | | | Remove app_id from HMI_APIAlexander2018-08-201-3/+0
| | | | | | |
* | | | | | | Merge pull request #2418 from smartdevicelink/feature/low_voltageJacob Keeler2018-08-2145-170/+1857
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Feature/low voltage
| * | | | | | | Fix stylefeature/low_voltagejacobkeeler2018-08-211-1/+0
| | | | | | | |
| * | | | | | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-2170-1319/+10
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2522 from ↵Jacob Keeler2018-08-2170-1319/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/remove_deprecated_functions_5_0 Remove deprecated methods from project
| * | | | | | | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-1770-1319/+10
| | | | | | | | |
| | * | | | | | | RemoveAlexander2018-08-211-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ResumptionLowVoltage_AppInFullUnregisteredOnTheBorderOfTimeFrame_HMILevelRestored unit test Remove unit test beause of possible sporadic failures
| | * | | | | | | Remove deprecated DisconnectedJustBeforeIgnOff methodAlexander2018-08-212-26/+0
| | | | | | | | |
| | * | | | | | | Remove unused variablesAndriy Byzhynar2018-08-212-2/+0
| | | | | | | | |
| | * | | | | | | Fix unit testZhdanovP2018-08-211-1/+1
| | | | | | | | |
| | * | | | | | | Add implementation of resumption DB for low voltageZhdanovP2018-08-213-29/+76
| | | | | | | | |
| | * | | | | | | Add new unit tests for Low Voltage Signals HandlerAndriy Byzhynar2018-08-214-0/+319
| | | | | | | | |
| | * | | | | | | Implement Low Voltage Handling in separate processAndriy Byzhynar2018-08-2110-273/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented Low Voltage functionality handling in separate process in order to have possibility to suspend entire SDL process in case of Low Voltage signal After receipt of WakeUp signal SDL process is beeing waken up and resumes all its activities.
| | * | | | | | | Simplify resumption logicAndriy Byzhynar2018-08-218-124/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed redundant functions Simplified ingintion cycle data correctness check
| | * | | | | | | Fix unit tests namesZhdanovP2018-08-211-17/+27
| | | | | | | | |
| | * | | | | | | Remove redundant function descriptions from Impl classAndriy Byzhynar2018-08-211-34/+0
| | | | | | | | |
| | * | | | | | | Add unit tests for resumption during low voltageZhdanovP2018-08-211-2/+249
| | | | | | | | |
| | * | | | | | | Implement resumption during Low VoltageAndriy Byzhynar2018-08-2117-49/+535
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented resumption logic during Low Voltage (used app_info.dat file for resumption.Configurable in smartdevicelink.ini file)
| | * | | | | | | Implement unit tests for Low Voltage Signals handlerAndriy Byzhynar2018-08-215-0/+227
| | | | | | | | |
| | * | | | | | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-2117-18/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented Low Voltage feature based on POSIX real-time signals
| | * | | | | | | Create Life Cycle class interfaceAndriy Byzhynar2018-08-216-77/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created Life cycle class interface in order: - to make unit-testing available - to decrease components coupling
| | * | | | | | | Edit error in function nameAndriy Byzhynar2018-08-213-4/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2525 from vkushnirenko-luxoft/fix/jenkins_ci_statusJacob Keeler2018-08-201-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix Jenkins CI status
| * | | | | | | Fix Jenkins CI statusvkushnirenko-luxoft2018-08-201-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2264 from smartdevicelink/feature/rc_radio_parameter_updateJacob Keeler2018-08-175-5/+75
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Feature/Remote Control Radio Parameter Update
| * | | | | | Make history entries standalone tagsfeature/rc_radio_parameter_updateJacob Keeler2018-08-171-2/+2
| | | | | | |
| * | | | | | Add version and history for parameters in mobile apiZhdanovP2018-08-171-3/+9
| | | | | | |
| * | | | | | Add new params for radio to hmi capabilitiesIra Lytvynenko (GitHub)2018-08-171-0/+2
| | | | | | |
| * | | | | | Add param siriusxmRadioAvailable to capabilitiesIra Lytvynenko (GitHub)2018-08-171-0/+29
| | | | | | |
| * | | | | | Add param 'hdRadioEnable' to Compatibilities mapElvis Kuliiev2018-08-172-0/+4
| | | | | | |
| * | | | | | Add Remote Control Radio Parameter Update to APIAnna Pipko (GitHub)2018-08-172-5/+35
| | | | | | |
| * | | | | | Use existing RGB color structure against adding new SRGBAlexander2018-08-172-2/+1
| | | | | | |
* | | | | | | Merge pull request #2409 from smartdevicelink/feature/audio_source_am_fm_xmJacob Keeler2018-08-172-4/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Feature/Audio Source AM/FM/XM/DAB
| * | | | | | | Replace the RADIO_TUNER with four enumeration elements AM, FM, XM and DABfeature/audio_source_am_fm_xmIra Lytvynenko (GitHub)2018-08-172-4/+14
| | | | | | | |
* | | | | | | | Merge pull request #2521 from smartdevicelink/fix/ignore_radio_controll_data_idJacob Keeler2018-08-171-0/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Ignore id parameter of radio control data.
| * | | | | | | Ignore id parameter fo radio controll data. Id parameter should not be ↵fix/ignore_radio_controll_data_idAlexander2018-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checked by capabilities
* | | | | | | | Merge pull request #2312 from t-yoshii/fix/do-not-send-invalid-unregister-reasonJackLivio2018-08-171-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set unregister reason before UnregisterAllApplications()
| * | | | | | | | set unregister reason when stopping application managerTakamitsu Yoshii2018-06-281-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #2406 from ↵JackLivio2018-08-173-28/+68
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | AKalinich-Luxoft/fix/fix_policy_parameters_permissions_calc Fix wrong policy permissions calculation in EXTERNAL_PROPRIETARY
| * | | | | | | | Remove app link mentionJackLivio2018-08-171-1/+0
| | | | | | | | |
| * | | | | | | | Updated permissions calc logic according to commentsAndrii Kalinich2018-08-062-23/+22
| | | | | | | | |
| * | | | | | | | Fix affected unit tests in policyAKalinich-Luxoft2018-07-201-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated expectations according to requirements
| * | | | | | | | Fixed RPC parameters permission calculation according to requirementsAKalinich-Luxoft2018-07-202-23/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a problem when application has several consented functional groups with the same RPC included. In case when some of functional groups have RPC with all parameters disallowed option, SDL ignores all allowed parameters for this RPC in other functional groups. According to AppLink Policies Manager specification SDL should perform a logical OR amongst all of the possible allowed permissions scenarios for the RPC defined by each of the functional groups. Current logic was updated to fit this requirement.
* | | | | | | | | Merge pull request #2207 from smartdevicelink/feature/rc_new_modulesJacob Keeler2018-08-1726-113/+1400
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Feature/New remote control modules and parameters
| * | | | | | | | Increase size of modules to fix UTsAlexander2018-08-161-1/+1
| | | | | | | | |
| * | | | | | | | Fix issues after rebasejacobkeeler2018-08-165-27/+36
| | | | | | | | |
| * | | | | | | | Remove currentTemperatureAvailable parameter from ClimateControlCapabilitiesAlexander2018-08-162-12/+0
| | | | | | | | |
| * | | | | | | | Add API version to logging in case if message from mobile was not parsedAlexander2018-08-161-1/+2
| | | | | | | | |
| * | | | | | | | Fix audio source checkingIra Lytvynenko2018-08-161-16/+17
| | | | | | | | |