summaryrefslogtreecommitdiff
path: root/src/components/resumption
Commit message (Collapse)AuthorAgeFilesLines
* Update CMakeLists according rulesIvo Stoilov (GitHub)2017-01-251-1/+1
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-0/+1
| | | | | | | Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
* Refactor CMake filesIvo Stoilov (GitHub)2017-01-122-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Create mock for LastState classdcherniev2017-01-105-48/+117
| | | | | | | | Splitted last_state into interface and implementation classes. Created mock class for last_state interface class. Updated references to last_state class in other related classes. Related task : APPLINK-30284
* Format all code in projectKozoriz2016-04-261-11/+8
| | | | | | | | | | 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
* Code style format with clang-formatKozoriz2016-04-251-10/+12
|
* Correctives after reviewKozoriz2016-04-251-11/+11
|
* Utils, Resumption, Security correctives after singletons removingKozoriz2016-04-251-34/+43
|
* Changes after reviewKozoriz2016-03-311-25/+21
| | | | | | Fixed LastState tests SharedPtr changed to auto_ptr in some cases Corrected consts in some cases
* Resumption tests correctivesKozoriz2016-03-311-12/+25
|
* Refactor LastState to avoid singletons usageKozoriz2016-03-312-36/+34
| | | | Removed singletones from LastState
* After ignition cycle SDL app_info.dat is 0 sizedtrunov2016-01-251-1/+1
| | | | | | Excepted posibility to save data on HU during Ignition OFF. Fix bug [APPLINK-19589](https://adc.luxoft.com/jira/browse/APPLINK-19589)
* Merge pull request #302 from LuxoftSDL/hotfix/UnitTests_Fix_for_AutoTraceArtem Nosach2015-12-251-0/+1
|\ | | | | Fix test in auto_trace_test.cc
| * Fix test in auto_trace_test.ccHerasym Oleh2015-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | Reason : 1. Randomly crases Changes: 1. Corrected logger.cc 2. Fixed auto_trace_test.cc 3. Added methods to threads 4. Added cpecific config file Related: APPLINK-19521
* | Fixed wrong logger name for ResumptionElisey Zamakhov2015-12-181-1/+1
|/ | | | Issues: APPLINK-19597, APPLINK-19603
* Added UT for resumptioniAndrew52015-10-283-1/+168
|
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-202-7/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-1/+1
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-241-1/+1
| | | | | | | | | | | | | | | | 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-203-0/+171
Signed-off-by: Justin Dickow <jjdickow@gmail.com>