summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update USB Transport connection informationhotfix/usb_metadataJustin Dickow2015-08-121-4/+4
|
* Merge pull request #162 from ↵AGaliuzov2015-07-171-1/+1
|\ | | | | | | | | LuxoftSDL/hotfix/Fix_sending_OnAppUnregistered_after_wifi_transport_was_disconected Fixed sending OnAppUnregistered after wifi transport was disconnetcted
| * Fixed sending OnAppUnregistered after wifi transport was disconnetcteddtrunov2015-07-171-1/+1
| |
* | Merge pull request #161 from ↵AGaliuzov2015-07-173-6/+43
|\ \ | | | | | | | | | | | | LuxoftSDL/hotfix/Core_crash_after_resuming_audio_video_streaming Hotfix/core crash after resuming audio video streaming
| * | Fixed comments after reviewdtrunov2015-07-172-1/+18
| | |
| * | Fixed core crash after resuming audio/video streamingdtrunov2015-07-173-6/+26
| |/
* | Merge pull request #160 from LuxoftSDL/fix-sdl4.0-merge-issuesAGaliuzov2015-07-171-1/+1
|\ \ | | | | | | Change sdl_activate_app_reques.cc in order to process OnAppRegistered notification
| * | Change sdl_activate_app_reques.cc in order to process OnAppRegistereddtrunov2015-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Subscribed on OnAppRegistered notification for case when application has foreground mode. Closses-bug: APPLINK-13454
* | | Merge pull request #153 from LuxoftSDL/hotfix/Remove_explicit_HMI_level_checkAGaliuzov2015-07-164-30/+5
|\ \ \ | |_|/ |/| | Removed explicit HMI level check within several commands.
| * | Removes explicit HMI level check within several commands.Andrey Oleynik2015-07-054-30/+5
|/ / | | | | | | | | | | | | | | | | Affected commands: GetVehicleData, ReadDID, GetDTC, OnDriverDistraction Policy table will regulate if request is allowed to run in certain HMI level instead of explicit check. Closes-bug: APPLINK-13894, APPLINK-14187
* | Merge pull request #142 from LuxoftSDL/hotfix/update-readme-filerelease/4.0.0AGaliuzov2015-06-251-0/+6
|\ \ | | | | | | Update README.md file.
| * | Update README.md file.Alexandr Galiuzov2015-06-221-0/+6
| | | | | | | | | | | | Add informatioin regarding launching WEB HMI
* | | Merge pull request #143 from LuxoftSDL/sdl_bugfixAGaliuzov2015-06-2526-245/+623
|\ \ \ | |/ / |/| | SDL bugfix
| * | Fix tests build.Artem Nosach2015-06-231-1/+1
| | |
| * | Wake up streaming correctly.Artem Nosach2015-06-234-34/+26
| | |
| * | Remove redundant calls.Artem Nosach2015-06-231-6/+0
| | |
| * | Set background HMI level only for non-audio applications.Artem Nosach2015-06-231-3/+3
| | |
| * | Post review changes.Artem Nosach2015-06-233-22/+28
| | |
| * | Make message broker thread safety.Artem Nosach2015-06-232-21/+56
| | |
| * | Remove redundant database close.Artem Nosach2015-06-231-1/+3
| | |
| * | Post review changes.Artem Nosach2015-06-232-43/+35
| | |
| * | Change timeout from seconds to milliseconds.Artem Nosach2015-06-234-4/+6
| | |
| * | Rework StartStreamRequest.Artem Nosach2015-06-232-10/+28
| | |
| * | Check for app existing correctly.Artem Nosach2015-06-232-8/+23
| | |
| * | Update application hash after UnsubscribeButton.Artem Nosach2015-06-231-0/+1
| | |
| * | Update application hash after DeleteCommand.Artem Nosach2015-06-231-0/+3
| | |
| * | Set ATTENUATED not only for FULL apps.Artem Nosach2015-06-231-2/+1
| | |
| * | Apply active states for app on activate.Artem Nosach2015-06-231-0/+1
| | |
| * | Post review changes.Artem Nosach2015-06-231-4/+3
| | |
| * | Update CreateInteractionRequest timeout after each VRAddCommandResponse.Artem Nosach2015-06-232-44/+83
| | |
| * | Post review changes.Artem Nosach2015-06-233-5/+315
| | |
| * | Remove notification sending from UnregisterApplication().Artem Nosach2015-06-236-22/+20
| | |
| * | Do not resume malformed messaging application.Artem Nosach2015-06-235-50/+18
| | |
| * | Close session correctly even with kMalformed reason.Artem Nosach2015-06-231-10/+13
| | |
| * | Make session_map lock recursive.Artem Nosach2015-06-231-1/+2
| | |
| * | Fix wrong increment.Artem Nosach2015-06-232-4/+4
|/ /
* | Merge pull request #137 from LuxoftSDL/hotfix/RequestTypes_edge_cases_handlingAGaliuzov2015-06-174-7/+120
|\ \ | | | | | | | | | Hotfix/request types edge cases handling. Verified. merged
| * | Fixed RequestType validation.Andrey Oleynik2015-06-171-0/+2
| | |
| * | Edge cases validation for RequestType parameter is added.Andrey Oleynik2015-06-173-5/+107
| | |
| * | APPLINK-12815. Fixed review notes.Andrey Oleynik2015-06-171-1/+1
| | |
| * | APPLINK-12815. Fixed sending updated RequestTypes to HMI during PTU.Andrey Oleynik2015-06-171-2/+11
| | |
* | | Merge pull request #134 from ↵AGaliuzov2015-06-151-1/+1
|\ \ \ | |/ / |/| | | | | | | | LuxoftSDL/hotfix/send-device-uniq-id-in-update-device-list Send uniq device id in update device list
| * | Send uniq device id in update device listAleksandr Galiuzov2015-06-151-1/+1
|/ /
* | Merge branch 'hotfix/fix-build' into release/4.0.0Aleksandr Galiuzov2015-06-151-0/+9
|\ \
| * | The build fails after merging. So made the fix.Aleksandr Galiuzov2015-06-151-0/+9
|/ /
* | Merge pull request #129 from LuxoftSDL/hotfix/fixed_setting_preloaded_flagAGaliuzov2015-06-135-5/+41
|\ \ | | | | | | Hotfix/fixed setting preloaded flag
| * | Made proper setting of preload flag for policy table after changes.Andrey Oleynik2015-06-033-2/+16
| | |
| * | [RTC 602452] [APPLINK] FUN-REQ-134502/B-Diagnostic Message - Request ProcessingDmitriy Klimenko2015-06-012-3/+25
| | |
* | | Merge pull request #125 from ↵AGaliuzov2015-06-135-22/+67
|\ \ \ | | | | | | | | | | | | | | | | LuxoftSDL/hotfix/Fix_wrong_unexpectedDisconnect_flag_setting_on_app_unauthorized APPLINK-12868. Fixed wrong unexpectedDisconnect flag setting.
| * | | APPLINK-12868. Fixed wrong unexpectedDisconnect flag setting.Andrey Oleynik2015-05-255-22/+67
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Fixed unexpectedDisconnect flag on application unauthorizing during PTU processing. Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/connection_handler/include/connection_handler/connection_handler.h