summaryrefslogtreecommitdiff
path: root/src/components/formatters
Commit message (Collapse)AuthorAgeFilesLines
* Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3011-141/+124
|
* Merge remote-tracking branch 'origin/release/4.4.0' into ↵jacobkeeler2017-09-283-71/+0
|\ | | | | | | feature/invalid_data_info
| * Not related to RC changesAlexander Kutsan2017-08-163-71/+0
| | | | | | | | Remove segfault in transport manager tests
* | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-0411-58/+143
|/
* Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-273-0/+6
|
* Update headers according new CMakeListsIvo Stoilov (GitHub)2017-01-252-3/+3
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Update CMakeLists according rulesIvo Stoilov (GitHub)2017-01-251-1/+1
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Update all header-guards in projectIvo Stoilov (GitHub)2017-01-2510-30/+30
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-1/+7
| | | | | | | Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
* Refactor CMake filesIvo Stoilov (GitHub)2017-01-122-31/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Rename src/3rd_party-static/MessageBroker to message_broker Related tasks APPLINK-30588 APPLINK-30972
* Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-052-17/+31
|
* Refactor CMake filesIvo Stoilov (GitHub)2016-12-302-31/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Related taks APPLINK-30588 APPLINK-30972
* Correct project structure in FormattersKozoriz2016-05-1711-8/+8
| | | | | | Header files moved to correct directory CMakeFile`s corrected Headers corrected
* Format all code in projectKozoriz2016-04-2626-1620/+1728
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Remove singleton from LoggerKozoriz2016-03-101-2/+2
| | | | | | | | | Removed singleton form LogMessageLoopThread. Corrected dependencies. Now logger initialization must get 2 args. 2nd with bool which know about logs-enabled or no. Related to : APPLINK-21915
* Remove the problems which has been appeared after merging master to developagaliuzov2016-05-151-8/+8
|
* Merge branch 'master' into developagaliuzov2016-05-153-13/+19
|\
| * SDL transfer PlayTone parameter to HMI in speak request.dtrunov2016-01-253-13/+19
| | | | | | | | | | | | | | Added ability to remove fake parameter according with MOBILE_API.xml Closes-bug:[APPLINK-17980](https://adc.luxoft.com/jira/browse/APPLINK-17980)
* | Fixes unit tests for state controller and formatters.Andrey Oleynik2016-01-291-2/+6
| |
* | Integrate CustomStringdtrunov2016-01-201-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related-issues: APPLINK-12612 Integrate CustomString Integrete CustomString to application, commands, application manager. Related-issues: APPLINK-12612 Fix incorrect convertion of method ConvertPathForURL Related-issues: APPLINK-12612 Fix comments after review Related-issues: APPLINK-12612 Fix comments of review Related-issues: APPLINK-12612 Fix comments after review Related-issues: APPLINK-12612 Fix comments after review. Related-issues: APPLINK-12612 Integrate CustomString to our test. Fixed problem with policy tests after using custom string: Explicitly specified user type "CustomString" in order to use CustomString in PolicyListener Mock Fixed problem with linking "CustomString" to resumption tests. Fixed comment after review in custom_string_test.cc Related-issues: APPLINK-15906 Integrated CustomString to security. Related-issues: APPLINK-12694 Fix comments after review. Related-issues: APPLINK-12694 Fixed comment after review Related-issues: APPLINK-12694 Fixed comments after review Related-issues: APPLINK-15906 Resolve build issues after rebase Fix build with tests
* | Move cast number in another type to utilsvveremeva2016-01-181-2/+20
| | | | | | | | | | | | Added cast in convert utils Removed redundant commit Added test for compact json string in formatters
* | Add checks in unit tests for formattersVeronica Veremjova2016-01-151-4/+15
| |
* | Add unit test for formatter upperbound valuesVeronica Veremjova2016-01-152-40/+131
| | | | | | | | Relates to APPLINK-12369
* | Fix converting upperbound valuesVeronica Veremjova2016-01-154-39/+45
| | | | | | | | | | | | | | | | Convert recieved integer values into 64bit instead of 32bit Replaced returning integer values from Smart Object by 64bit numbers Added functions for converting int64 to long long int and back Closes-Bug: APPLINK-12369
* | Correct all dependent from .hpp include directivesKozoriz2016-01-1117-24/+24
| | | | | | | | | | Corrected all include directives in files where was included .hpp files
* | Rename all include and source files in formatersKozoriz2016-01-118-0/+0
| | | | | | | | | | Renamed .hpp -> .h Renamed .cpp -> .cc
* | Merge pull request #304 from LuxoftSDL/feature/Complete_UT_for_FormattersArtem Nosach2015-12-291-50/+169
|\ \ | | | | | | Add unit tests for formatter json
| * | Add unit tests for formatter jsonVeronica Veremjova2015-12-251-50/+169
| |/ | | | | | | | | | | | | Added tests for converting smart object with response and error response types into string Relates: APPLINK-20090
* | hotfix/Fix_Unit_Tests_for_Formatter_in_GeniviHerasym Oleh2015-12-022-6/+10
| | | | | | | | | | | | | | Added changes to smart_object from SDL_Panasonic. Related: APPLINK-17577
* | hotfix/Fix_Unit_Tests_for_Formatter_in_GeniviHerasym Oleh2015-12-011-6/+6
|/ | | | | | | Enabled 2 UT in CFormatterJsonBase_test.cc Related: APPLINK-17577
* Moved, Enabled and partially refactored Unit testsiAndrew52015-10-2013-7/+3643
|
* Add one test main.cc file with correct logger deinitializationElisey Zamakhov2015-03-182-8/+0
|
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-2010-17/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-266-6/+6
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-246-6/+6
| | | | | | | | | | | | | | | | HU DCHECK occurs during multisession registration Remove unused variable SIGSEGV handler added to flush logger queue FixIncomplete device list in UpdateDeviceList request Fix Memory leak on PutFile break Fix Thread and Timer Fix OnHmiStatus Notification Fix Url array sending for endpoints. Fix HashChange Fix SDL parse incoming JSON message with both members error and result as success message Fix Core crashes while connecting mobile app Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-2015-0/+2380
Signed-off-by: Justin Dickow <jjdickow@gmail.com>