summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/issue_599_expand_mobile_putfilefeature/issue_599_expand_mobile_putfileNicoleYarroch2018-08-1633-148/+1321
|\ | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink/SDLTCPTransport.m
| * Merge pull request #1048 from ↵Joel Fischer2018-08-152-3/+19
| |\ | | | | | | | | | | | | t-yoshii/fix/shutdown-video-session-in-suspended-state Fix/shutdown video session even in suspended state
| | * add test to SDLStreamingVideoLifecycleManagerSpecTakamitsu Yoshii2018-08-131-0/+11
| | |
| | * fix sdl_stopVideoSession to shutdown video streaming even in suspended stateTakamitsu Yoshii2018-08-131-3/+8
| | |
| * | Merge pull request #946 from XevoInc/feature/rewrite_tcp_transportJoel Fischer2018-08-1416-116/+1143
| |\ \ | | |/ | |/| TCP Transport Rewrite
| | * Reflect review commentSho Amano2018-08-071-0/+10
| | | | | | | | | | | | - Add assertions in I/O callback methods
| | * Merge branch 'develop' into feature/rewrite_tcp_transportSho Amano2018-08-0286-48/+4015
| | |\ | | | | | | | | | | | | | | | | Conflicts: SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * \ Merge branch 'develop' into feature/rewrite_tcp_transportSho Amano2018-07-27154-1008/+6460
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * | | Move TestTCPServer into dedicated filesSho Amano2018-07-274-366/+448
| | | | |
| | * | | Reflect review commentsSho Amano2018-07-271-5/+2
| | | | | | | | | | | | | | | | | | | | - Use NSAssert to check a flag that should be always false
| | * | | Reflect review commentsSho Amano2018-07-272-46/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change receiveBufferSize to private - Remove `default` case from switch statement - Simplify some if statements - Update logs
| | * | | Reflect review commentsSho Amano2018-07-275-53/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename an error enum - Update / remove comments, pragmas and logs - Resolve styling issues
| | * | | Add notification for TCP connection errorsSho Amano2018-07-0311-10/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a TCP connection is refused or timed out, onError is notified from the transport. Then an error will be delivered to the app through NSNotification.
| | * | | Rewrite TCP transport using CFNetwork APISho Amano2018-07-035-118/+907
| | | | |
| * | | | Add to module mapJoel Fischer2018-08-081-1/+1
| | | | |
| * | | | Fix podspecJoel Fischer2018-08-071-1/+1
| | | | |
| * | | | Fix voice command slowdownJoel Fischer2018-08-031-1/+1
| | | | |
| * | | | Merge pull request #1011 from ↵Joel Fischer2018-08-032-25/+32
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Lievesley/bugfix/issue_1002_sdk_hangs_on_disconnection Prevent thread deadlock when disconnecting the iPhone from the Head Unit
| | * | | Fixed review commentsSam Lievesley2018-08-012-7/+6
| | | | |
| | * | | Prevent thread deadlock when disconnecting the iPhone from the Head UnitSam Lievesley2018-07-032-25/+33
| | | | |
| * | | | Merge pull request #1014 from ↵Joel Fischer2018-08-0112-1/+124
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kshala-ford/feature/issue_892_audio_streaming_indicator Implement SDL-0109 SetAudioStreamingIndicator RPC
| | * \ \ \ Merge remote-tracking branch 'upstream/develop' into ↵Kujtim Shala2018-08-0180-47/+3891
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_892_audio_streaming_indicator # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * | | | Update SDLAudioStreamingIndicatorSpec.mKujtim Shala2018-08-011-1/+1
| | | | | |
| | * | | | Merge commit '3e9449bb8bb928f77f20257db55a4c02bac168a1' into ↵Kujtim Shala2018-07-27154-996/+6448
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_892_audio_streaming_indicator # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * | | | Made new header public. Added it to podspecs. Fixed test bug. Mentioned ↵Kujtim Shala2018-07-276-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | parameter as optional.
| | * | | | Added enum names and test specsKujtim Shala2018-07-044-9/+39
| | | | | |
| | * | | | Implements SDL proposal 0109 SetAudioStreamingIndicator RPCKujtim Shala2018-07-047-12/+101
| | | |_|/ | | |/| |
* | | | | Refactored setting upload attempts in the file managerNicoleYarroch2018-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Obj-C example app now has `appType`NicoleYarroch2018-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Suppressed deprecated warnings for test casesNicoleYarroch2018-08-1418-27/+71
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Added test cases to the SDLConfiguration specNicoleYarroch2018-08-141-8/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * supressed deprecated warnings in the test cases Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Fixed deprecated methods & refactored function namesNicoleYarroch2018-08-1410-39/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Deleted unused codeNicoleYarroch2018-08-071-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Refactored the file managerNicoleYarroch2018-08-078-40/+54
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Default file manager now uses default reupload countNicoleYarroch2018-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Updated example apps to use default file manager configNicoleYarroch2018-08-022-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Refactored file manager reupload test casesNicoleYarroch2018-08-021-37/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Added more reupload test cases to the File Manager specNicoleYarroch2018-08-012-38/+125
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Added more File Manager test casesNicoleYarroch2018-08-016-42/+135
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Added a SDLFileManagerConfigurationSpec fileNicoleYarroch2018-08-011-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Merge branch 'develop' into feature/issue_599_expand_mobile_putfileNicoleYarroch2018-08-01326-2060/+17885
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #1038 from mrapitis/feature/SDL-0182-audio-src-am-fm-xm-dabJoel Fischer2018-07-3180-47/+3891
| |\ \ \ \ | | |_|/ / | |/| | | Implement SDL 0099, 0165, 0182 RC LIGHT, AUDIO, HMI_SETTINGS and parameters (SIS Data), More Names and Status Values, Audio Source AM/FM/XM/DAB
| | * | | Cleaned up spacing issues.Markos Rapitis2018-07-311-54/+54
| | | | |
| | * | | Updated unit testsMarkos Rapitis2018-07-315-38/+9
| | | | |
| | * | | More changes for review comments.Markos Rapitis2018-07-3113-96/+19
| | | | |
| | * | | Merge branch 'develop' into feature/SDL-0182-audio-src-am-fm-xm-dabMarkos Rapitis2018-07-2725-561/+1266
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #994 from ↵Joel Fischer2018-07-2725-561/+1266
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/issue_929_onHMIStatus_video_streaming Implement SDL-0150 Video Streaming State
| | * \ \ \ Merge branch 'develop' into feature/issue_929_onHMIStatus_video_streamingJoel Fischer2018-07-26249-1491/+12767
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLLifecycleManager.m
| | * | | | Update videoStreamingState HMI Status to be nullable according to revisionJoel Fischer2018-07-253-5/+6
| | | | | |
| | * | | | Fix backward compatibility for video streamable statefeature/issue_929_onHMIStatus_video_streamingJoel Fischer2018-06-201-1/+1
| | | | | |