summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests
Commit message (Expand)AuthorAgeFilesLines
* Renamed stopSession to destroySessionNicoleYarroch2019-05-152-4/+4
* Merge branch 'develop' into bugfix/issue_1239_iAPTransport_class_disconnect_c...NicoleYarroch2019-05-151-4/+2
|\
| * Removed `currentAppState` logic from Audio Managerbugfix/issue_1224_audio_service_stopped_in_backgroundNicoleYarroch2019-04-151-4/+2
* | Fixed test casesNicoleYarroch2019-05-143-29/+25
* | Added delegate for data sessionNicoleYarroch2019-05-133-71/+118
* | Added delegate for control sessionNicoleYarroch2019-05-132-48/+90
* | Finished up SDLIAPDataSession test casesNicoleYarroch2019-04-242-8/+69
* | Added SDLIAPDataSession test casesNicoleYarroch2019-04-242-1/+56
* | Fixed handler formatting in SDLIAPTransport classesNicoleYarroch2019-04-233-8/+41
* | Fixed SDLIAPTransport test casesNicoleYarroch2019-04-232-59/+167
* | Refactoring SDLIAPTransport codeNicoleYarroch2019-04-231-32/+31
* | Fixed test cases for SDLIAPControlSession classNicoleYarroch2019-04-181-42/+41
* | Separated data session logic in SDLIAPTransportNicoleYarroch2019-04-172-35/+41
* | Separated control session logic in SDLIAPTransportNicoleYarroch2019-04-162-25/+147
|/
* Merge pull request #1228 from smartdevicelink/bugfix/issue-1220-ChoiceSetMana...Joel Fischer2019-04-111-5/+22
|\
| * Fixed Pr issuesJustin Gluck2019-04-081-4/+2
| * Merge branch 'develop' into bugfix/issue-1220-ChoiceSetManager-return-nil-if-...Justin Gluck2019-04-083-81/+140
| |\
| * | Updating unit testsJustin Gluck2019-04-051-2/+2
| * | WIP : If menueName is nil we do not want to send a RPC since menuName is a re...Justin Gluck2019-04-051-3/+22
* | | Update testsJoel Fischer2019-04-081-0/+2
| |/ |/|
* | Merge pull request #1225 from smartdevicelink/bugfix/issue_1214_max_correlati...Joel Fischer2019-04-082-1/+2
|\ \
| * | Remove `fit`Joel Fischer2019-04-081-1/+1
| * | Fix broken test caseJoel Fischer2019-04-081-2/+2
| * | Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-051-0/+1
* | | Merge pull request #1215 from smartdevicelink/feature/issue_1212_update_syste...Joel Fischer2019-04-051-80/+138
|\ \ \ | |_|/ |/| |
| * | Check before using subscribefeature/issue_1212_update_system_capability_manager_auto_cachingJoel Fischer2019-04-051-1/+98
| * | Only handle GetSystemCapabilityResponse from inside the SCM, not outside as wellJoel Fischer2019-04-051-85/+18
| * | Merge branch 'develop' into feature/issue_1212_update_system_capability_manag...Joel Fischer2019-04-041-74/+74
| |\ \
| * | | Added doc and refactored system capability managerNicoleYarroch2019-04-041-52/+28
| * | | Added stop test cases in System Capability ManagerNicoleYarroch2019-04-031-10/+62
* | | | Merge pull request #1223 from smartdevicelink/bugfix/issue-1097-Add-Missing-P...Joel Fischer2019-04-051-0/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removing class check and fixed test casebugfix/issue-1097-Add-Missing-ProtocolViolationCheckJustin Gluck2019-04-051-2/+2
| * | | Adding missing conditional check to stop the manager if SDLAppInterfaceUnregi...Justin Gluck2019-04-051-0/+27
* | | | Merge pull request #1211 from smartdevicelink/bugfix/issue_1208_snapshot_test...Joel Fischer2019-04-051-1/+1
|\ \ \ \
| * | | | Updated test deps, but it’s still brokenJoel Fischer2019-04-011-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1199 from mvyrko/feature/issue_0219_explicit_returned_typeJoel Fischer2019-04-056-14/+232
|\ \ \ \ | |_|/ / |/| | |
| * | | return bad data to response, fix expected valueMihail Vyrko2019-04-031-3/+4
| * | | Merge branch 'develop' into feature/issue_0219_explicit_returned_typeMihail Vyrko2019-04-0326-102/+807
| |\ \ \ | | |/ /
| * | | addressed feedbackMihail Vyrko2019-04-032-40/+43
| * | | verify type of returned objectsMihail Vyrko2019-03-207-13/+227
* | | | JG- adding missing SDLAppInterfaceUnregisteredReason that were in the RPC spe...issue-1216-AppInterfaceUnregisteredReason-missingJustin Gluck2019-04-041-1/+2
| |_|/ |/| |
* | | Single tap hit view now checked on main threadNicoleYarroch2019-04-021-85/+82
* | | Check for hit view is now done in `SDLFocusableItemLocator`NicoleYarroch2019-04-012-12/+12
* | | Fixed failing `SDLTouchManager` test casesNicoleYarroch2019-03-281-0/+3
| |/ |/|
* | Fix an `fit`bugfix/pr_1200_api_cleanupJoel Fischer2019-03-211-1/+1
* | Fix unit testsJoel Fischer2019-03-213-36/+5
* | Merge pull request #1175 from smartdevicelink/feature/issue_1166_cloud_app_tr...Joel Fischer2019-03-1923-66/+802
|\ \ | |/ |/|
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-121-0/+4
| * Made param in conv. init nullable `CloudAppProperties`NicoleYarroch2019-03-121-1/+1
| * Fixed parameter namesNicoleYarroch2019-03-128-32/+48