summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-307-46/+180
|\ | | | | Feature/template images
| * Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-147-46/+180
| |
* | Set app icon ut coverage.feature/app_icon_resumptionBSolonenko2018-05-251-0/+48
| | | | | | | | test set appIcon when app register.
* | Fix unit test according to code changesAndriy Byzhynar2018-05-251-0/+23
| | | | | | | | Added missed fields and expectations
* | Save icon for resumtion after successful SetAppIconElvis Kuliiev2018-05-251-5/+7
| |
* | Setting app icon to application in case if it exist on file systemAlexander Kutsan2018-05-252-1/+10
| | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Setup Icon to application if icon exist on file system Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
* | Add icon resumption parameter to stringsAlexander Kutsan2018-05-253-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add API changes for support AppIcon resumptionAlexander Kutsan2018-05-251-0/+4
| | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Task : https://github.com/smartdevicelink/sdl_core/issues/1456
* | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-237-14/+118
|\ \ | | | | | | Feature/expand put file
| * | UT coverage checking CRC.feature/expand_put_fileBSolonenko2018-05-181-0/+59
| | | | | | | | | | | | | | | Added Run_SrcSumEqual_SendSuccessResponse and Run_SrcSumEqual_SendCorruptedDataResponse test cases.
| * | Initial implementationAndriy Byzhynar2018-05-186-14/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2251-0/+287
|\ \ \ | | | | | | | | | | | | | | | | 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-2162-54/+383
| |\ \ \
| * | | | Update Fuel Range Param to ArrayJackLivio2018-05-032-4/+4
| | | | |
| * | | | Style FixJackLivio2018-05-031-1/+1
| | | | |
| * | | | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-0351-1/+288
| | | | |
* | | | | Merge pull request #2158 from ↵JackLivio2018-05-2113-3/+242
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | smartdevicelink/feature/0147_template_color_schemes Implementation of color schemes
| * | | | Style & Review Commentsfeature/0147_template_color_schemesJackLivio2018-05-033-36/+24
| | | | |
| * | | | Fix spacingJackLivio2018-05-031-9/+12
| | | | |
| * | | | Fix set display layout testJackLivio2018-05-031-0/+2
| | | | |
| * | | | Fix unit test compilation errorsJackLivio2018-05-032-0/+18
| | | | |
| * | | | Fix typo in HMI APIJackLivio2018-05-021-3/+3
| | | | |
| * | | | Fix StyleJackLivio2018-05-024-27/+33
| | | | |
| * | | | Upadte Color Via Set Display Layout and add Reject LogicJackLivio2018-05-026-2/+63
| | | | |
| * | | | Move color scheme to Dynamic Application Data & Add Set Display layout supportJackLivio2018-05-014-54/+66
| | | | |
| * | | | Implementation of color schemesJackLivio2018-04-259-2/+151
| |/ / /
* | | | Merge pull request #2157 from smartdevicelink/feature/engine_oil_lifeJackLivio2018-05-2151-1/+223
|\ \ \ \ | | | | | | | | | | Add `engineOilLife` vehicle data
| * | | | Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-2651-1/+223
| |/ / /
* | | | Merge pull request #2156 from ↵JackLivio2018-05-215-7/+30
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | smartdevicelink/feature/imagefieldname_for_secondaryimage Add secondaryGraphic to ImageFieldName enum
| * | | Add secondaryGraphic to ImageFieldName enumfeature/imagefieldname_for_secondaryimagejacobkeeler2018-05-025-7/+30
| |/ /
* | | Merge pull request #2101 from smartdevicelink/fix/event_dispatcher_crashsubmenu_iconJacob Keeler2018-05-163-1/+77
|\ \ \ | | | | | | | | Fix EventDispatcher crash by rejecting duplicate correlation_ids
| * | | Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-142-0/+32
| | | |
| * | | Add test case for duplicate correlation_idsjacobkeeler2018-03-291-0/+36
| | | |
| * | | Fix EventDispatcher crash by rejecting duplicate correlation_idsjacobkeeler2018-03-291-1/+9
| | | |
* | | | Fix coding style issueAndriy Byzhynar2018-05-161-3/+2
| | | |
* | | | Merge pull request #2180 from smartdevicelink/feature/modern_ubuntu_supportJacob Keeler2018-05-144-41/+50
|\ \ \ \ | |_|_|/ |/| | | Modernize Ubuntu Support
| * | | Fix test failure in slider test due to undefined default timeoutfeature/modern_ubuntu_supportJacob Keeler2018-05-091-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/feature/ubuntu_16_04_linux_support' ↵Jacob Keeler2018-05-093-40/+49
| |\ \ \ | | |_|/ | |/| | | | | | into test
| | * | Support OpenSSL built without SSL3feature/ubuntu_16_04_linux_supportJacob Keeler2017-01-102-22/+42
| | | | | | | | | | | | | | | | | | | | Many linux distros such as Debian and Arch Linux are now shipping OpenSSL libraries without SSL3 support. This commit allows the project to be still be built with security in these instances.
| | * | Change deprecated readdir_r to readdirJacob Keeler2016-10-281-48/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `readdir_r` is deprecated as of glibc 2.24 in favor of `readdir`. In the use cases of `readdir_r`, it can safely be replaced with `readdir`. POSIX specifies that "The pointer returned by readdir() points to data which may be overwritten by another call to readdir() on the same directory stream. This data is not overwritten by another call to readdir() on a different directory stream". Since the code does not reuse the directory stream in a way that could cause threading issues, we can safely use `readdir`. This prevents possible issues with buffer overflows in `readdir_r` and simplifies the code.
* | | | Deliver Build Config ImplementationJackLivio2018-05-091-2/+2
|/ / /
* | | Add `modified` comment to modified log4cxx filesfix/apache_license_2097jacobkeeler2018-04-182-0/+4
| | |
* | | Merge branch 'master' into developjacobkeeler2018-04-1825-16/+172
|\ \ \
| * | | Fix infinite PTU when invalid PT, then a valid PT is receivedfix/retry_after_failed_ptujacobkeeler2018-04-161-2/+1
| | | |
| * | | Fix style issuesjacobkeeler2018-04-125-11/+10
| | | |
| * | | Merge pull request #2125 from smartdevicelink/fix/update-apache-licensetheresalech2018-04-1214-0/+28
| |\ \ \ | | | | | | | | | | Update Apache License
| | * | | Update Apache Licensefix/update-apache-licenseJackLivio2018-04-1014-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | Update license to note that the files have been modified from original form. `Note: This file has been modified from its original form.`
| * | | | Merge pull request #2114 from smartdevicelink/hotfix/invalid_ptu_loopJacob Keeler2018-04-114-7/+17
| |\ \ \ \ | | | | | | | | | | | | Don't force a PTU when an invalid PT is received
| | * | | | Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-094-7/+17
| | |/ / /
| * | | | Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-0510-25/+234
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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