summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactored protocol string checkbugfix/issue_1239_iAPTransport_class_disconnect_cleanupNicoleYarroch2019-06-041-2/+2
|
* Removed unused varNicoleYarroch2019-06-041-3/+2
|
* Fixed compile errorNicoleYarroch2019-05-311-1/+1
|
* Merge branch 'bugfix/issue_1239_iAPTransport_class_disconnect_cleanup' of ↵NicoleYarroch2019-05-311-2/+2
|\ | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios into bugfix/issue_1239_iAPTransport_class_disconnect_cleanup # Conflicts: # SmartDeviceLink/SDLIAPTransport.m
| * Update SmartDeviceLink/SDLIAPTransport.m NicoleYarroch2019-05-311-1/+1
| | | | | | | | | | Fixed SDL log spelling Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
* | Renamed transportDisconnected varNicoleYarroch2019-05-311-4/+4
| |
* | Refactored the create session methodsNicoleYarroch2019-05-311-80/+98
| | | | | | | | Refactored the create session methods in iAPTransport class
* | Refactored stream errored on write in data sessionNicoleYarroch2019-05-311-18/+3
| | | | | | | | Refactored the stream errored on write in data session class
* | Renamed control session timeout timer methodsNicoleYarroch2019-05-311-4/+4
| |
* | Refactored example app starting manager methodsNicoleYarroch2019-05-312-10/+11
|/
* Cleaned up the IAP classes private methodsNicoleYarroch2019-05-305-52/+44
|
* Added SDL log for debugging output stream writesNicoleYarroch2019-05-301-2/+6
|
* Merge branch 'develop' into ↵NicoleYarroch2019-05-3014-55/+565
|\ | | | | | | bugfix/issue_1239_iAPTransport_class_disconnect_cleanup
| * Update choice set logJoel Fischer2019-05-291-1/+1
| |
| * Merge pull request #1279 from ↵Joel Fischer2019-05-2911-50/+514
| |\ | | | | | | | | | | | | smartdevicelink/feature/issue_1222_align_systemcapabilitymanager_callbacks Support SDLSystemCapabilityManager Subscriptions
| | * More test fixesfeature/issue_1222_align_systemcapabilitymanager_callbacksJoel Fischer2019-05-281-3/+3
| | |
| | * Fix testsJoel Fischer2019-05-284-11/+18
| | |
| | * Merge branch 'develop' into ↵Joel Fischer2019-05-2824-439/+1107
| | |\ | | | | | | | | | | | | feature/issue_1222_align_systemcapabilitymanager_callbacks
| | * | Pass the capability instead of the manager into the callbackJoel Fischer2019-05-233-20/+47
| | | | | | | | | | | | | | | | * Add documentation
| | * | System Capability subscriptionsJoel Fischer2019-05-2311-94/+365
| | | | | | | | | | | | | | | | | | | | * Unit test updates * Block and selector based subscriptions
| | * | In progress capability observationsJoel Fischer2019-05-212-9/+135
| | | |
| | * | Support and disambiguate outside GetSystemCapabilityResponses from internal onesJoel Fischer2019-05-211-9/+42
| | | |
| * | | Merge pull request #1277 from ↵Joel Fischer2019-05-282-4/+50
| |\ \ \ | | |_|/ | |/| | | | | | | | | | smartdevicelink/bugfix/issue_1264_file_manager_race_condition Fixed file manager race condition
| | * | Fixed SDL log statementsbugfix/issue_1264_file_manager_race_conditionNicoleYarroch2019-05-281-3/+3
| | | |
| | * | Fixed the file manager race conditionNicoleYarroch2019-05-232-4/+50
| | | | | | | | | | | | | | | | Fixed the file manager adding operations to the queue after shutdown
* | | | Cleaned up the data session’s write to output streamNicoleYarroch2019-05-291-17/+20
| | | |
* | | | Added more SDL logsNicoleYarroch2019-05-292-1/+6
| | | | | | | | | | | | | | | | Added more SDL logs for debugging start session timeouts
* | | | Fixed spelling, SDL logsNicoleYarroch2019-05-292-3/+7
| | | |
* | | | Examples apps restarted if the manager still existsNicoleYarroch2019-05-292-8/+17
| | | |
* | | | Renamed data session delegate data received methodNicoleYarroch2019-05-293-5/+5
| | | |
* | | | Renamed data session connected delegate methodNicoleYarroch2019-05-293-3/+3
| | | |
* | | | Renamed retry delegate methodsNicoleYarroch2019-05-297-16/+16
| | | |
* | | | Fixed assert description for starting streamNicoleYarroch2019-05-291-1/+1
| | | |
* | | | Renamed the stop session methodsNicoleYarroch2019-05-292-41/+62
| | | |
* | | | Removed extra lineNicoleYarroch2019-05-291-1/+0
| | | |
* | | | Renamed methods to indicate they are privateNicoleYarroch2019-05-292-19/+34
| | | | | | | | | | | | | | | | Renamed the methods called on a NSStreamEvent to indicate they are private.
* | | | Added test cases for SDLIAPConstants classNicoleYarroch2019-05-293-2/+29
| | | |
* | | | Cleaned up destroying the sessionNicoleYarroch2019-05-294-11/+23
| | | | | | | | | | | | | | | | Added closeSession to the IAPSession parent class
* | | | Merge branch 'develop' into ↵Joel Fischer2019-05-28461-2527/+4299
|\ \ \ \ | |/ / / | | | | | | | | bugfix/issue_1239_iAPTransport_class_disconnect_cleanup
| * | | Merge pull request #1273 from smartdevicelink/feature/issue-1229-SwiftPMJoel Fischer2019-05-282-2/+25
| |\ \ \ | | | | | | | | | | SwiftPM/Accio Support
| | * | | fixed pr issueJustin Gluck2019-05-281-1/+1
| | | | |
| | * | | Fixing extra commented linefeature/issue-1229-SwiftPMJustin Gluck2019-05-211-1/+0
| | | | |
| | * | | Merge branch 'develop' into feature/issue-1229-SwiftPMJustin Gluck2019-05-21450-2155/+3331
| | |\ \ \ | | | | |/ | | | |/|
| | * | | dependency must come before pathJustin Gluck2019-05-091-2/+2
| | | | |
| | * | | added commaJustin Gluck2019-05-091-1/+1
| | | | |
| | * | | adding SDLswift as a DependencyJustin Gluck2019-05-091-8/+9
| | | | |
| | * | | testingJustin Gluck2019-05-061-6/+7
| | | | |
| | * | | no messageJustin Gluck2019-05-061-2/+2
| | | | |
| | * | | no messageJustin Gluck2019-05-061-2/+2
| | | | |
| | * | | testing a name changeJustin Gluck2019-05-061-1/+1
| | | | |